1. f0f778a Generic udelay() with watchdog support by Ingo van Lil · 15 years ago
  2. 078395c i386: Final Relocation by Graeme Russ · 15 years ago
  3. 759cbb2 i386: Move references to link script exports by Graeme Russ · 15 years ago
  4. 1aafcc9 i386: Remove inline asm symbols from .dynsym by Graeme Russ · 15 years ago
  5. d11b085 i386: Rearrange Interupt Handling by Graeme Russ · 15 years ago
  6. 4b804e1 i386: Reorder source objects in lib_i386 Makefile by Graeme Russ · 15 years ago
  7. 93c3060 i386: Fix malloc initialization by Graeme Russ · 15 years ago
  8. 01db155 Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · 15 years ago
  9. 5b66044 push LOAD_ADDR out to arch mk files by Mike Frysinger · 15 years ago
  10. 296b5e2 i386: Moved PCI from #ifdef to conditional compile for sc520 boards by Graeme Russ · 15 years ago
  11. d0811ab i386: Misc PCI fixups by Graeme Russ · 15 years ago
  12. 78c2dbf i386: Fix regression introduced by commit 8c63d47651f7 by Graeme Russ · 15 years ago
  13. a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
  14. 31d434d Move architecture specific config.mk files into subdirs by Peter Tyser · 15 years ago
  15. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  16. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. 8495964 Add basic relocation to i386 port by Graeme Russ · 16 years ago
  18. 7679d1f Implement SC520 timers by Graeme Russ · 16 years ago
  19. 77290ee Rewrite i386 interrupt handling by Graeme Russ · 16 years ago
  20. a3d7f16 lib_*/board.c: do not initialize bi_enet*addr in global data by Mike Frysinger · 16 years ago
  21. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  22. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  23. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  24. 2fe2a97 Update i386 code (sc520_cdp) by Graeme Russ · 16 years ago
  25. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  26. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  27. b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  28. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  29. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  30. 78d25a5 i386/bootm: remove unused var by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  31. 0870e47 allow ports to override go behavior by Mike Frysinger · 17 years ago
  32. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  33. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  34. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  35. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  36. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  37. 699ffe5 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  38. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  39. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  40. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
  41. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  42. 53b62ae [new uImage] Fix uImage header pointer use in i386 do_bootm_linux() by Marian Balakowicz · 17 years ago
  43. bb3752e [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · 17 years ago
  44. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  45. 1670a5b disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  46. 1207797 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  47. 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  48. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  49. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  50. 44cacdc Fix multi-part image support on i386 platform. by Wolfgang Denk · 18 years ago
  51. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  52. aab8c49 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  53. 3337af4 * Patches by Richard Woodruff, 10 Jun 2004: by wdenk · 20 years ago
  54. c35ba4e Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  55. 6ea1cf0 * Patch by Pierre Aubert, 26 Feb 2004 add IDE support for MPC5200 by wdenk · 21 years ago
  56. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  57. ca9bc76 * Patches by Martin Krause, 14 Jul 2003: by wdenk · 21 years ago
  58. dccbda0 * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · 21 years ago
  59. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  60. abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
  61. 2029f4d * Added support for both PCMCIA slots (at the same time!) on MPC8xx by wdenk · 22 years ago
  62. 67ff36c * Patch by Daniel Engström, 18 Nov 2002: by wdenk · 22 years ago
  63. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago