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