1. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  2. 7580b86 arm: unify linker script by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  3. 4438e5e Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  4. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  5. 88a6bc0 {delta,zylonite}/lowlevel_init.S: fix typo by Wolfgang Denk · 16 years ago
  6. d2454ba Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  7. ad5298c Consolidate MAX/MIN definitions by Andy Fleming · 16 years ago
  8. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  9. 08cb8b9 delta, zylonite: Update nand_oobinfo to nand_ecclayout. by Scott Wood · 16 years ago
  10. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. 9e9c2c1 Fixing coding style issues by William Juul · 17 years ago
  12. 52c0796 Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
  13. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  14. 6140a02 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · 16 years ago
  15. 828a978 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  16. 3ef5028 Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 17 years ago
  17. 4ed9ed6 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  18. f58873c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  19. 3b9c8c6 Merge with git://www.denx.de/git/u-boot.git#testing-USB by Markus Klotzbuecher · 18 years ago
  20. 3ec4366 Added support for the TQM8272 board from TQ by Heiko Schocher · 18 years ago
  21. b761af6 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  22. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  23. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  24. 9809551 More cleanup for the delta board and the generic usb_ohci driver. Added by Markus Klotzbuecher · 19 years ago
  25. d8d023f This patch adds USB storage support for the delta board. This is the first by Markus Klotzbuecher · 19 years ago
  26. 4629e66 delta board: support for magic key detection and handling. by Markus Klotzbuecher · 19 years ago
  27. 7c454bf Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
  28. 6a07675 Fix JFFS2 support for legacy NAND driver. by Marian Balakowicz · 19 years ago
  29. 20a5182 * Add support for ymodem protocol download Patch by Stefano Babic, 29 Mar 2006 by Wolfgang Denk · 19 years ago
  30. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  31. 3041319 delta board: one more DA9030 fix. by Markus Klotzbuecher · 19 years ago
  32. ce01bc9 Change delta board memory map to start at 0x80000000. by Markus Klotzbuecher · 19 years ago
  33. fdc33ac delta board: minor update to DA9030 code. by Markus Klotzbuecher · 19 years ago
  34. b62261b delta board: fix DA9030 reset procedure. by Markus Klotzbuecher · 19 years ago
  35. ffe7ef5 Merge with http://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 19 years ago
  36. 7cf18be delta board: DA9030 initialization and i2c support. Some minor changes to by Markus Klotzbuecher · 19 years ago
  37. 5a10caa Cleanup of the monahans cpu and delta board port. by Markus Klotzbuecher · 19 years ago
  38. 7fa6e90 Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  39. 61ccd1d Merge with /home/wd/git/u-boot/master Code cleanup. by Wolfgang Denk · 19 years ago
  40. 27eba14 Cleanup of NAND support of delta board using the Monahans Data Flash Controller. by Markus Klotzbücher · 19 years ago
  41. 85678e2 NAND finally working. Two bugs fixed: by Markus Klotzbücher · 19 years ago
  42. 21a43f9 Lots of new stuff: by Markus Klotzbücher · 19 years ago
  43. b2fc71d Erasing works too now. The CS don't care causes problem with READSTATUS, by Markus Klotzbücher · 19 years ago
  44. 332a022 Write operation is working. Turned out that the READSTATUS hack was wrong by Markus Klotzbücher · 19 years ago
  45. b6c2d40 Writing is working, but there's still a bug that causes the data written to by Markus Klotzbücher · 19 years ago
  46. ddd78b0 Implemented writing, not working yet. by Markus Klotzbücher · 19 years ago
  47. f0840da Moved the waiting loop for "Read Data Request" RDDREQ into the by Markus Klotzbücher · 19 years ago
  48. a3bedae Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, since by Markus Klotzbücher · 19 years ago
  49. 432a7b4 Further NAND stuff implemented. Basic read commands seem to work. by Markus Klotzbücher · 19 years ago
  50. f14cc26 Added GPIO initialization of DF signal. Still not working. by Markus Klotzbücher · 19 years ago
  51. f4a5c61 First steps implementing NAND support. Not working, fails to read ID. by Markus Klotzbücher · 19 years ago
  52. f00fec7 SDRAM now working. by Markus Klotzbücher · 19 years ago
  53. ed29b6d SDRAM now working for delta board, but there are still aliasing problems, by Markus Klotzbücher · 19 years ago
  54. 0b2a71c SDRAM seems to be working on delta board, though u-boot doesn't start yet. by Markus Klotzbücher · 19 years ago
  55. 20e3b32 New board directory and config for the benq delta board (copied from by Markus Klotzbücher · 19 years ago