1. 19b5b53 lib_*/board.c: do not initialize bi_enet*addr in global data by Mike Frysinger · 16 years ago
  2. edff7bc Cleanup the comment for m68k linux boot argument passing. by Richard Retanubun · 16 years ago
  3. 626d073 Fixed off-by-one errors in lib_m68k/interrupts.c by Graeme Russ · 16 years ago
  4. 49c3a86 bootm: Add subcommands by Kumar Gala · 16 years ago
  5. 76da19d Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · 16 years ago
  6. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  7. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  8. 93f6d72 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  9. 9314cee rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. bb1f8b4 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. ab6ba84 ColdFire: Fix board.c warning message by TsiChung Liew · 16 years ago
  12. 40d7e99 bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  13. e906cfa bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  14. c4f9419 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  15. c160a95 bootm: refactor entry point code by Kumar Gala · 16 years ago
  16. 0768b7a Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  17. a7323bb ColdFire: Add SSPI feature for MCF5445x by TsiChung Liew · 16 years ago
  18. 3216ca9 Fix fallout from autostart revert by Kumar Gala · 16 years ago
  19. ac169d6 ColdFire: Fix compilation issue caused by a missing function by TsiChung Liew · 16 years ago
  20. b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  21. 6e37091 ColdFire: Fix warning messages by passing correct data type in board.c by TsiChung Liew · 16 years ago
  22. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  23. b71190f Fix implicit declaration build warnings by Marcel Ziswiler · 16 years ago
  24. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  25. cd7c596 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  26. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  27. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  28. 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  29. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  30. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  31. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  32. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  33. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  34. 823afe7 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  35. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  36. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  37. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  38. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  39. 4a995ed [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
  40. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  41. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  42. 559316f [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
  43. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  44. 1552af7 ColdFire: Add MCF5227x cpu and M52277EVB support-1 by TsiChungLiew · 17 years ago
  45. 688e8eb ColdFire: Fix build error when CONFIG_WATCHDOG is defined by TsiChungLiew · 17 years ago
  46. 8280f6a Coding style cleanup by Stefan Roese · 17 years ago
  47. 8ae158c ColdFire: Add M54455EVB for MCF5445x by TsiChungLiew · 17 years ago
  48. a1436a8 ColdFire: Add M5253EVBE platform for MCF52x2 by TsiChungLiew · 17 years ago
  49. 83ec20b ColdFire: MCF52x2 update by TsiChungLiew · 17 years ago
  50. ab77bc5 ColdFire: MCF5329 Update and cleanup by TsiChungLiew · 17 years ago
  51. d61ea14 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  52. 99c03c1 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c by TsiChungLiew · 17 years ago
  53. f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  54. c7e8410 Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale by Stefan Roese · 17 years ago
  55. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  56. 52b0176 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define. by TsiChungLiew · 17 years ago
  57. 45a25bf Update header file and clean up by TsiChungLiew · 17 years ago
  58. b3aff0c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  59. 7def6b3 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  60. 0c505db lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  61. 8e585f0 Added M5329AFEE and M5329BFEE Platforms by TsiChung Liew · 17 years ago
  62. daa6e41 Preliminary support for the iDMR board (ColdFire). by Bartlomiej Sieka · 18 years ago
  63. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  64. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  65. 977b50f Minor cleanup. by Wolfgang Denk · 18 years ago
  66. 1cfefe8 Merge with /home/m8/git/u-boot by Wolfgang Denk · 18 years ago
  67. 483a0cf Fixes for gcc 3.4 based m68k toolchain, based on patch by Jate Sujjavanich. by Marian Balakowicz · 18 years ago
  68. 7a635e0 Add support for Freescale M5271: Merge with /work/u-boot.mcf5271 by Marian Balakowicz · 18 years ago
  69. d860c34 cosmetic: print amount of NAND flash aligned with the other values such as DRAM by Markus Klotzbuecher · 18 years ago
  70. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  71. eacbd31 Add support for Freescale M5271 processor by Zachary P. Landau · 19 years ago
  72. 3c2b3d4 * Patch by Ladislav Michl, 05 Apr 2005: Add support for VoiceBlue board. by wdenk · 19 years ago
  73. 50712ba * Patch by Mathias Küster, 23 Nov 2004: add udelay support for the mcf5282 cpu by wdenk · 19 years ago
  74. cd42dee Coldfire MCF5249 support added by stroese · 20 years ago
  75. e2c22d7 I2C added by stroese · 20 years ago
  76. 93f6a67 * Patches by Richard Woodruff, 10 Jun 2004: by wdenk · 20 years ago
  77. 70f05ac * Patch by Josef Baumgartner, 25 May 2004: by wdenk · 20 years ago
  78. 42dfe7a Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  79. 132ba5f * Patch by Pierre Aubert, 26 Feb 2004 add IDE support for MPC5200 by wdenk · 21 years ago
  80. bf9e3b3 * Some code cleanup by wdenk · 21 years ago
  81. d4ca31c * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
  82. 4e5ca3e * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · 21 years ago