| Commit message (Expand) | Author | Age | Lines |
* | {delta,zylonite}/lowlevel_init.S: fix typo | Wolfgang Denk | 2009-01-27 | -1/+1 |
* | Align end of bss by 4 bytes | Selvamuthukumar | 2008-11-18 | -1/+1 |
* | Consolidate MAX/MIN definitions | Andy Fleming | 2008-11-02 | -2/+0 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -17/+17 |
* | delta, zylonite: Update nand_oobinfo to nand_ecclayout. | Scott Wood | 2008-09-10 | -4/+2 |
* | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -1/+1 |
* | Fixing coding style issues | William Juul | 2008-08-12 | -1/+1 |
* | Update MTD to that of Linux 2.6.22.1 | William Juul | 2008-08-12 | -33/+8 |
* | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | -1/+1 |
* | Cleanup out-or-tree building for some boards (.depend) | Wolfgang Denk | 2008-07-02 | -1/+1 |
* | Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections | Wolfgang Denk | 2008-01-12 | -1/+1 |
* | Merge with git://www.denx.de/git/u-boot.git | Markus Klotzbuecher | 2007-08-07 | -1/+1 |
|\ |
|
| * | board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -1/+1 |
| * | board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -1/+1 |
* | | Merge with git://www.denx.de/git/u-boot.git#testing-USB | Markus Klotzbuecher | 2007-03-23 | -7/+8 |
|\ \
| |/
|/| |
|
| * | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-11-27 | -8/+12 |
| |\ |
|
| * | | More cleanup for the delta board and the generic usb_ohci driver. Added | Markus Klotzbuecher | 2006-05-23 | -53/+2 |
| * | | This patch adds USB storage support for the delta board. This is the first | Markus Klotzbuecher | 2006-05-22 | -0/+52 |
* | | | Added support for the TQM8272 board from TQ | Heiko Schocher | 2006-12-21 | -1/+2 |
| |/
|/| |
|
* | | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -1/+1 |
* | | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | -7/+11 |
|/ |
|
* | delta board: support for magic key detection and handling. | Markus Klotzbuecher | 2006-04-25 | -0/+208 |
* | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-04-12 | -8/+1 |
|\ |
|
| * | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | 2006-04-08 | -4/+1 |
* | | * Add support for ymodem protocol download | Wolfgang Denk | 2006-04-01 | -15/+31 |
|\ \ |
|
| * | | delta board: one more DA9030 fix. | Markus Klotzbuecher | 2006-03-30 | -11/+18 |
| * | | Change delta board memory map to start at 0x80000000. | Markus Klotzbuecher | 2006-03-29 | -1/+1 |
| * | | delta board: minor update to DA9030 code. | Markus Klotzbuecher | 2006-03-29 | -2/+4 |
| * | | delta board: fix DA9030 reset procedure. | Markus Klotzbuecher | 2006-03-27 | -3/+10 |
* | | | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -4/+2 |
|/ / |
|
* | | Merge with http://www.denx.de/git/u-boot.git | Markus Klotzbuecher | 2006-03-24 | -3/+3 |
|\ \
| |/ |
|
| * | Some code cleanup for GCC 4.x | Wolfgang Denk | 2006-03-11 | -3/+3 |
* | | delta board: DA9030 initialization and i2c support. Some minor changes to | Markus Klotzbuecher | 2006-03-24 | -0/+67 |
* | | Cleanup of the monahans cpu and delta board port. | Markus Klotzbuecher | 2006-03-20 | -250/+5 |
|/ |
|
* | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-03-06 | -144/+141 |
* | Cleanup of NAND support of delta board using the Monahans Data Flash | Markus Klotzbücher | 2006-03-06 | -202/+78 |
* | NAND finally working. Two bugs fixed: | Markus Klotzbücher | 2006-03-06 | -8/+34 |
* | Lots of new stuff: | Markus Klotzbücher | 2006-03-04 | -67/+184 |
* | Erasing works too now. The CS don't care causes problem with READSTATUS, | Markus Klotzbücher | 2006-03-03 | -5/+10 |
* | Write operation is working. Turned out that the READSTATUS hack was wrong | Markus Klotzbücher | 2006-03-03 | -0/+2 |
* | Writing is working, but there's still a bug that causes the data written to | Markus Klotzbücher | 2006-03-03 | -25/+73 |
* | Implemented writing, not working yet. | Markus Klotzbücher | 2006-03-03 | -54/+158 |
* | Moved the waiting loop for "Read Data Request" RDDREQ into the | Markus Klotzbücher | 2006-03-02 | -15/+19 |
* | Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, since | Markus Klotzbücher | 2006-03-02 | -2/+5 |
* | Further NAND stuff implemented. Basic read commands seem to work. | Markus Klotzbücher | 2006-03-01 | -83/+146 |
* | Added GPIO initialization of DF signal. Still not working. | Markus Klotzbücher | 2006-02-28 | -2/+40 |
* | First steps implementing NAND support. Not working, fails to read ID. | Markus Klotzbücher | 2006-02-28 | -436/+311 |
* | SDRAM now working. | Markus Klotzbücher | 2006-02-22 | -2/+3 |
* | SDRAM now working for delta board, but there are still aliasing problems, | Markus Klotzbücher | 2006-02-22 | -24/+10 |
* | SDRAM seems to be working on delta board, though u-boot doesn't start yet. | Markus Klotzbücher | 2006-02-22 | -58/+83 |