1. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  2. b71190f Fix implicit declaration build warnings by Marcel Ziswiler · 16 years ago
  3. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  4. cd7c596 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  5. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  6. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  7. 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  8. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  9. 823afe7 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  10. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  11. 20c9395 Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  12. 5561857 Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  13. d7d9afa Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  14. 3c234ef ARM: make the machid configurable via the environment by Uwe Kleine-König · 17 years ago
  15. 6d0943a ARM: cleanup duplicated exception handlingcode by Andreas Engel · 17 years ago
  16. ea8d989 Support for Artila M-501 starter kit by Timo Tuunainen · 17 years ago
  17. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  18. 4a995ed [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
  19. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  20. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  21. f7ad79b ARM: add I2C init function call in lib_arm/board.c by Hebbar · 17 years ago
  22. 23776ff ARM: support board-specific ethernet PHY init by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  23. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  24. 23c56f9 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 17 years ago
  25. de74b9e Coding Style cleanup. by Wolfgang Denk · 17 years ago
  26. d7e8ce1 OneNAND support (take #2) by Kyungmin Park · 17 years ago
  27. 470ffef Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  28. 80172c6 PXA270: Add support for multiple serial ports. by stefano babic · 17 years ago
  29. 9f5c3d3 Add coloured led interface for ARM boards. by Peter Pearse · 17 years ago
  30. c74b210 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago
  31. f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  32. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  33. b3aff0c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  34. 6735056 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  35. 0c505db lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  36. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  37. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  38. d945527 Minor cleanup. by Wolfgang Denk · 18 years ago
  39. ba94a1b * Update Intel IXP4xx support by Wolfgang Denk · 18 years ago
  40. d860c34 cosmetic: print amount of NAND flash aligned with the other values such as DRAM by Markus Klotzbuecher · 18 years ago
  41. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  42. d2ed2f6 More GCC 4.x woes by Wolfgang Denk · 19 years ago
  43. d52fb7e Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  44. 0be248f Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · 19 years ago
  45. 6949328 First steps implementing NAND support. Not working, fails to read ID. by Markus Klotzbücher · 19 years ago
  46. b2b4346 Changed gcc-4.0 global data pointer fix to conform with the fix for this on by Markus Klotzbücher · 19 years ago
  47. e026957 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · 19 years ago
  48. 57cac1f Cleanup U-Boot boot messages on ARM. by Wolfgang Denk · 19 years ago
  49. 63ff004 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  50. c570b2f Add board support for armadillo HT1070 Patch by Rowel Atienza, 06 Apr 2005 by Wolfgang Denk · 19 years ago
  51. c7db9a3 Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2 by Wolfgang Denk · 19 years ago
  52. 3a574cb * Patch by Greg Ungerer, 19 May 2005: by wdenk · 19 years ago
  53. be6b6e4 Patch by Martin Krause, 01 Apr 2005: by wdenk · 19 years ago
  54. 289f932 * Some Cleanup. by wdenk · 20 years ago
  55. 8ed9604 * Patches by Richard Woodruff, 01 Oct 2004: by wdenk · 20 years ago
  56. a119190 * Patch by Jon Loeliger, 02 Sep 2004: by wdenk · 20 years ago
  57. 8655b6f * Clean up tools/bmp_logo.c to not add trailing white space by wdenk · 20 years ago
  58. 281e00a * Code cleanup by wdenk · 20 years ago
  59. a1f4a3d * Patch by George G. Davis, 06 Jul 2004: by wdenk · 20 years ago
  60. bc54f30 * Patch by Philippe Robin, 01 Jul 2004: by wdenk · 20 years ago
  61. 93f6a67 * Patches by Richard Woodruff, 10 Jun 2004: by wdenk · 20 years ago
  62. 46a414d * Fix flash parameters passed to Linux for PPChameleon board by wdenk · 20 years ago
  63. f39748a * Patch by Paul Ruhland, 17 May 2004: by wdenk · 20 years ago
  64. 5ca2679 Patch by Dave Peverley, 29 Apr 2004: by wdenk · 20 years ago
  65. 498b8db * Patch by Matthew S. McClintock, 14 Apr 2004: by wdenk · 20 years ago
  66. 109c0e3 * Patch by Phillippe Robin, 16 Mar 2004: by wdenk · 21 years ago
  67. 232c150 Add support for Siemens SX1 mobile phone; by wdenk · 21 years ago
  68. 074cff0 * Patch by Andrea Scian, 17 Feb 2004: by wdenk · 21 years ago
  69. f6e20fc Patch by Anders Larsen, 09 Jan 2004: by wdenk · 21 years ago
  70. a6cccae * Patch by Wolter Kamphuis, 15 Dec 2003: by wdenk · 21 years ago
  71. c837dcb * The PS/2 mux on the BMS2003 board needs 450 ms after power on by wdenk · 21 years ago
  72. b6e4c40 * Patch by Denis Peter, 8 Dec 2003 by wdenk · 21 years ago
  73. a2663ea * Patches by David Müller, 14 Nov 2003: by wdenk · 21 years ago
  74. ef5a967 * Patch by Xue Ligong (Joe), 13 Nov 2003: add Realtek 8019 ethernet driver by wdenk · 21 years ago
  75. 5779d8d * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · 21 years ago
  76. a8c7c70 * Patch by Gleb Natapov, 19 Sep 2003: by wdenk · 21 years ago
  77. 5fa66df * Prepare for release by wdenk · 21 years ago
  78. f72da34 Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago
  79. b0639ca Support new configuration of TRAB board with more memory by wdenk · 21 years ago
  80. f54ebdf Add auto-update code for TRAB board using USB memory sticks by wdenk · 21 years ago
  81. a43278a * Patch by Gary Jennejohn, 11 Sep 2003: by wdenk · 21 years ago
  82. 7784674 * Allow crc32 to be used at address 0x000 by wdenk · 21 years ago
  83. 27b207f * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  84. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  85. 3595ac4 * Patch by Rune Torgersen, 4 Jun 2003: by wdenk · 21 years ago
  86. 48b4261 * Patches by David Müller, 12 Jun 2003: by wdenk · 21 years ago
  87. 2abbe07 * Patch by Nicolas Lacressonniere, 11 Jun 2003: by wdenk · 21 years ago
  88. 3b57fe0 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length by wdenk · 21 years ago
  89. 45219c4 Patch by Mathijs Haarman, 08 May 2003: by wdenk · 21 years ago
  90. 3e38691 * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · 21 years ago
  91. ac6dbb8 Make compile clean, fix the usual small problems. by wdenk · 22 years ago
  92. dc7c9a1 * Patch by Rick Bronson, 16 Mar 2003: by wdenk · 22 years ago
  93. 1cb8e98 * Patches by David Müller, 31 Jan 2003: by wdenk · 22 years ago
  94. 47cd00f * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · 22 years ago
  95. 6069ff2 * Add support for 16 MB flash configuration of TRAB board by wdenk · 22 years ago
  96. a6c7ad2 * Fix startup problems with VFD display on TRAB by wdenk · 22 years ago
  97. 384ae02 * Patch by Robert Schwebel, 04 Nov 2002: by wdenk · 22 years ago
  98. 699b13a * Fix mdelay() on TRAB - this was still the debugging version with by wdenk · 22 years ago
  99. c609719 Initial revision by wdenk · 22 years ago
  100. 79efd00 Initial revision by wdenk · 22 years ago