Wolfgang Denk
9fa48022e5
Merge with /home/wd/git/u-boot/master
2006-10-20 23:04:42 +02:00
Wolfgang Denk
ba999c531e
Cleanup compile warnings. Prepare for release 1.1.5
2006-10-20 17:54:33 +02:00
Wolfgang Denk
f641471498
MCC200: Fix uninitialized variable problem in LCD driver
2006-10-20 15:51:21 +02:00
Stefan Roese
43a2b0e76a
Add board/cpu specific NAND chip select function to 440 NDFC
...
Based on idea and implementation from Jeff Mann
Patch by Stefan Roese, 20 Oct 2006
2006-10-20 15:17:55 +02:00
Wolfgang Denk
73652699dd
Coding style cleanup
2006-10-20 12:02:59 +02:00
Wolfgang Denk
87621bc247
Fix spelling; minor code cleanup.
2006-10-12 11:43:47 +02:00
Wolfgang Denk
34a7ceeff4
Merge with /home/wd/git/u-boot/master
2006-10-12 01:26:20 +02:00
Wolfgang Denk
7e2a24dca9
Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
2006-10-11 23:54:37 +02:00
Matthew McClintock
7376eb87aa
* Fix a bunch of compiler warnings for gcc 4.0
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-11 15:13:01 -05:00
Stefan Roese
752d6837c3
Cleanup of NAND update patch (remove changelog from cmd_nand.c)
...
Patch by Guido Classen, 10 Oct 2006
2006-10-11 17:04:11 +02:00
Wolfgang Denk
fb883a521e
Merge with /home/wd/git/u-boot/master
2006-10-11 14:15:21 +02:00
Stefan Roese
2255b2d204
* Several improvements to the new NAND subsystem:
...
- JFFS2 related commands implemented in mtd-utils style
- Support for bad blocks
- Bad block testing commands
- NAND lock commands
Please take a look at doc/README.nand for more details
Patch by Guido Classen, 10 Oct 2006
2006-10-10 12:38:50 +02:00
Wolfgang Denk
a3bb7bfc06
Merge with /home/sr/git/u-boot/avr32
2006-10-09 13:32:53 +02:00
Stefan Roese
1a1b7374b8
Define IH_CPU_AVR32
...
Make it possible to generate AVR32 uImage files with mkimage and
make cmd_bootm recognize them.
Patch by Haavard Skinnemoen, 22 Sep 2006
2006-10-09 13:02:00 +02:00
Wolfgang Denk
d262a92f0f
Fix buffer overflow problem in ft_build.c
...
Patch by Fredrik Roubert, 09 Oct 2006
2006-10-09 12:50:41 +02:00
Wolfgang Denk
2b208f5308
Move "ar" flags to config.mk to allow for silent "make -s"
...
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-09 01:02:05 +02:00
Wolfgang Denk
511d0c72b8
Coding style cleanup
2006-10-09 00:42:01 +02:00
Wolfgang Denk
5d5269f87f
Merge with /home/sr/git/u-boot/denx
2006-09-13 10:25:40 +02:00
Wolfgang Denk
a87d46f732
Fix alignment problem in "mtdparts" command
2006-09-13 10:23:06 +02:00
Stefan Roese
d12ae80889
Add NAND environment support for PPC440EPx Sequoia NAND boot config
...
Patch by Stefan Roese, 12 Sep 2006
2006-09-12 20:19:10 +02:00
Stefan Roese
887e2ec9ec
Add support for AMCC Sequoia PPC440EPx eval board
...
- Add support for PPC440EPx & PPC440GRx
- Add support for PPC440EP(x)/GR(x) NAND controller
in cpu/ppc4xx directory
- Add NAND boot functionality for Sequoia board,
please see doc/README.nand-boot-ppc440 for details
- This Sequoia NAND image doesn't support environment
in NAND for now. This will be added in a short while.
Patch by Stefan Roese, 07 Sep 2006
2006-09-07 11:51:23 +02:00
Wolfgang Denk
6741ae92f3
Merge with /home/m8/git/u-boot
2006-09-04 01:03:57 +02:00
Wolfgang Denk
fc43de0d4a
Merge with /home/wd/git/u-boot/master
2006-09-03 18:13:21 +02:00
Marian Balakowicz
f93286397e
Add support for a saving build objects in a separate directory.
...
Modifications are based on the linux kernel approach and
support two use cases:
1) Add O= to the make command line
'make O=/tmp/build all'
2) Set environement variable BUILD_DIR to point to the desired location
'export BUILD_DIR=/tmp/build'
'make'
The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'
Command line 'O=' setting overrides BUILD_DIR environent variable.
When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
2006-09-01 19:49:50 +02:00
Detlev Zundel
d7c2a02dea
Added simple_strtoul(), getenv() and setenv() to the exported functions.
...
Also bumped up ABI version to reflect this change.
2006-09-01 15:00:02 +02:00
Wolfgang Denk
7d0432c9e4
Coding Style cleanup.
...
Patch by Stefano Babic, 31 Aug 2006
2006-08-31 16:46:53 +02:00
Wolfgang Denk
e8143e72e1
Add splashscreen support for MCC200 board.
2006-08-30 23:09:00 +02:00
Wolfgang Denk
0fd30252c8
Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled
2006-08-30 23:02:10 +02:00
Zhang Wei
88c8f4921f
Fixed an OF-tree off-by-one bug when adding a new property name.
...
This bug will cause the kernel booting to pause a long time.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
(cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
2006-08-30 14:33:50 -05:00
Matthew McClintock
b2b78421d9
* Another small fix for booting with disable_of
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-08-23 13:32:45 -05:00
Bartlomiej Sieka
ddde6b7cf8
Add a fix for a buggy USB device on the FO300 board.
2006-08-22 10:38:18 +02:00
Wolfgang Denk
4a39616da4
Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
2006-08-19 02:04:56 +02:00
Matthew McClintock
86c8e17f25
* Fix disable_of booting
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-08-16 13:59:47 -05:00
Matthew McClintock
25c751e9ad
* Support for FDT in uImage format, error when using FDT from flash
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-08-16 10:54:09 -05:00
Wolfgang Denk
c72d9c5285
Merge with /home/sr/git/u-boot/denx
2006-08-13 02:25:32 +02:00
Wolfgang Denk
6587f7e1e9
Merge with /home/tur/proj/usb_sticks/u-boot
2006-08-07 20:28:05 +02:00
Stefan Roese
d8f961bbda
Fix control-c handing in CONFIG_CMDLINE_EDITING
...
Properly pass break code back from readline.
Patch by Roger Blofeld, 31 Jul 2006
2006-08-07 15:08:44 +02:00
Stefan Roese
e335496a32
Change "mii info" to not print an error upon missing PHY at address
...
Patch by Stefan Roese, 07 Aug 2006
2006-08-07 14:29:04 +02:00
Bartlomiej Sieka
e51aae3829
Prevent USB commands from working when USB is stopped.
2006-08-03 23:20:13 +02:00
Bartlomiej Sieka
7455af41d1
Add rudimentary handling of alternate settings of USB interfaces - to fix
...
problems with some USB storage devices. Some code readability improvements.
2006-08-02 00:54:18 +02:00
Stefan Roese
3ca9122fec
Fix CONFIG_CMDLINE_EDITING implementation
...
Patch by Stefan Roese, 27 Jul 2006
2006-07-27 16:11:19 +02:00
Wolfgang Denk
966083e95f
More code cleanup
2006-07-21 15:24:56 +02:00
Wolfgang Denk
b9365a26a1
Code cleanup
2006-07-21 11:56:05 +02:00
Wolfgang Denk
029b6dc77c
Make code better readable.
...
Patch by Ladislav Michl, 14 Sep 2005
2006-07-21 11:37:40 +02:00
Wolfgang Denk
dd9f06f0d5
Minor code cleanup.
2006-07-21 11:34:34 +02:00
Wolfgang Denk
501090aaa6
Add readline cmdline-editing extension
...
Patch by JinHua Luo, 01 Sep 2005
2006-07-21 11:33:45 +02:00
Wolfgang Denk
311d802790
Check argument count in "mii" command.
...
Problem pointed out by Andrew Dyer, 13 Jun 2005
2006-07-21 11:20:46 +02:00
Wolfgang Denk
45a212c4d7
Add support for new TQM5200 revisions
...
- Support for TQM5200S (short version without graphic controller)
- Support for modules with 'N' type S29GL128N Spansion flashes
(requires changes to flash layout)
- Support for MPC5200B cpu (mostly support for second SDRAM bank)
2006-07-19 17:52:30 +02:00
Bartlomiej Sieka
f88a0ae6d7
Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.
2006-07-13 15:32:16 +02:00
Wolfgang Denk
9d40799551
Major PCMCIA Cleanup to make code better readable and maintainable.
...
Notes:
- Board-dependend code for RPXLITE and RPXCLASSIC-based boards
placed to the drivers/rpx_pmcia.c file to avoid duplication.
Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c).
- drivers/i82365.c has been split into two parts located at
board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are
the only boards using CONFIG_82365).
- Changes were tested for clean build and *very* *few* boards.
2006-07-10 23:07:28 +02:00