1. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  2. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  3. fdb79c3 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  4. e46af64 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  5. 2a90e89 ColdFire: Fix board.c warning message by TsiChung Liew · 16 years ago
  6. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  7. da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  8. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  9. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  10. b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  11. 663c952 ColdFire: Add SSPI feature for MCF5445x by TsiChung Liew · 16 years ago
  12. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  13. efb683b ColdFire: Fix compilation issue caused by a missing function by TsiChung Liew · 16 years ago
  14. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  15. f94c6c4 ColdFire: Fix warning messages by passing correct data type in board.c by TsiChung Liew · 16 years ago
  16. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  17. b5a7541 Fix implicit declaration build warnings by Marcel Ziswiler · 17 years ago
  18. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  19. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  20. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  21. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  22. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  23. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  24. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  25. 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  26. aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  27. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  28. 699ffe5 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  29. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  30. 2efc264 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  31. 9c701e8 [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  32. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  33. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
  34. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  35. f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  36. 20c4372 [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
  37. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  38. 99b037a ColdFire: Add MCF5227x cpu and M52277EVB support-1 by TsiChungLiew · 17 years ago
  39. 890adcb ColdFire: Fix build error when CONFIG_WATCHDOG is defined by TsiChungLiew · 17 years ago
  40. fe9dae6 Coding style cleanup by Stefan Roese · 17 years ago
  41. fc3ca3b ColdFire: Add M54455EVB for MCF5445x by TsiChungLiew · 17 years ago
  42. 3467469 ColdFire: Add M5253EVBE platform for MCF52x2 by TsiChungLiew · 17 years ago
  43. 8cd73be ColdFire: MCF52x2 update by TsiChungLiew · 17 years ago
  44. aedd3d7 ColdFire: MCF5329 Update and cleanup by TsiChungLiew · 17 years ago
  45. a06fd37 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  46. 699f228 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c by TsiChungLiew · 17 years ago
  47. ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  48. 3d2c9fa Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale by Stefan Roese · 17 years ago
  49. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  50. 903b606 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define. by TsiChungLiew · 17 years ago
  51. ae0df47 Update header file and clean up by TsiChungLiew · 17 years ago
  52. 1670a5b disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  53. 6b23305 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  54. 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  55. f6afe72 Added M5329AFEE and M5329BFEE Platforms by TsiChung Liew · 17 years ago
  56. 8ff81c6 Preliminary support for the iDMR board (ColdFire). by Bartlomiej Sieka · 18 years ago
  57. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  58. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  59. c2c4944 Minor cleanup. by Wolfgang Denk · 19 years ago
  60. 1c057b4 Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
  61. 3e8b1dc Fixes for gcc 3.4 based m68k toolchain, based on patch by Jate Sujjavanich. by Marian Balakowicz · 19 years ago
  62. 217295a Add support for Freescale M5271: Merge with /work/u-boot.mcf5271 by Marian Balakowicz · 19 years ago
  63. b643732 cosmetic: print amount of NAND flash aligned with the other values such as DRAM by Markus Klotzbuecher · 19 years ago
  64. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  65. 0bba862 Add support for Freescale M5271 processor by Zachary P. Landau · 19 years ago
  66. e085e5b * Patch by Ladislav Michl, 05 Apr 2005: Add support for VoiceBlue board. by wdenk · 20 years ago
  67. 6f1ff38 * Patch by Mathias Küster, 23 Nov 2004: add udelay support for the mcf5282 cpu by wdenk · 20 years ago
  68. 8960792 Coldfire MCF5249 support added by stroese · 20 years ago
  69. cd2128e I2C added by stroese · 20 years ago
  70. 3337af4 * Patches by Richard Woodruff, 10 Jun 2004: by wdenk · 20 years ago
  71. d11115a * Patch by Josef Baumgartner, 25 May 2004: by wdenk · 20 years ago
  72. c35ba4e Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  73. 6ea1cf0 * Patch by Pierre Aubert, 26 Feb 2004 add IDE support for MPC5200 by wdenk · 21 years ago
  74. e65527f * Some code cleanup by wdenk · 21 years ago
  75. 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
  76. abf7a7c * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · 21 years ago