1. 3eb90ba Generic udelay() with watchdog support by Ingo van Lil · 15 years ago
  2. 1c409bc i386: Final Relocation by Graeme Russ · 15 years ago
  3. cabe579 i386: Move references to link script exports by Graeme Russ · 15 years ago
  4. 0fc1b49 i386: Remove inline asm symbols from .dynsym by Graeme Russ · 15 years ago
  5. 564a998 i386: Rearrange Interupt Handling by Graeme Russ · 15 years ago
  6. 4ee4e41 i386: Reorder source objects in lib_i386 Makefile by Graeme Russ · 15 years ago
  7. b4feeb4 i386: Fix malloc initialization by Graeme Russ · 15 years ago
  8. 310cecb Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · 15 years ago
  9. 262ae0a push LOAD_ADDR out to arch mk files by Mike Frysinger · 15 years ago
  10. f50b619 i386: Moved PCI from #ifdef to conditional compile for sc520 boards by Graeme Russ · 15 years ago
  11. d754902 i386: Misc PCI fixups by Graeme Russ · 15 years ago
  12. ea0c377 i386: Fix regression introduced by commit 8c63d47651f7 by Graeme Russ · 15 years ago
  13. 5e93bd1 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
  14. b220c64 Move architecture specific config.mk files into subdirs by Peter Tyser · 15 years ago
  15. 52cb4d4 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  16. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  17. e17ee15 Add basic relocation to i386 port by Graeme Russ · 16 years ago
  18. 8c63d47 Implement SC520 timers by Graeme Russ · 16 years ago
  19. abf0cd3 Rewrite i386 interrupt handling by Graeme Russ · 16 years ago
  20. 19b5b53 lib_*/board.c: do not initialize bi_enet*addr in global data by Mike Frysinger · 16 years ago
  21. 561858e Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  22. 49c3a86 bootm: Add subcommands by Kumar Gala · 16 years ago
  23. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  24. 3ef96de Update i386 code (sc520_cdp) by Graeme Russ · 16 years ago
  25. 40d7e99 bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  26. c4f9419 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  27. 0768b7a Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  28. 3216ca9 Fix fallout from autostart revert by Kumar Gala · 16 years ago
  29. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  30. dd22394 i386/bootm: remove unused var by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. a498645 allow ports to override go behavior by Mike Frysinger · 16 years ago
  32. cd7c596 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  33. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  34. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  35. 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  36. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  37. 823afe7 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  38. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  39. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  40. 4a995ed [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
  41. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  42. 1515897 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux() by Marian Balakowicz · 17 years ago
  43. 261dcf4 [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · 17 years ago
  44. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  45. b3aff0c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  46. 6735056 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  47. 0c505db lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  48. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  49. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  50. e644670 Fix multi-part image support on i386 platform. by Wolfgang Denk · 18 years ago
  51. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  52. 63ff004 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  53. 93f6a67 * Patches by Richard Woodruff, 10 Jun 2004: by wdenk · 20 years ago
  54. 42dfe7a Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  55. 132ba5f * Patch by Pierre Aubert, 26 Feb 2004 add IDE support for MPC5200 by wdenk · 21 years ago
  56. 27b207f * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  57. 6dff552 * Patches by Martin Krause, 14 Jul 2003: by wdenk · 21 years ago
  58. 8564acf * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · 21 years ago
  59. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  60. 7a8e9bed * Patch by Marc Singer, 29 May 2003: by wdenk · 21 years ago
  61. ea909b7 * Added support for both PCMCIA slots (at the same time!) on MPC8xx by wdenk · 22 years ago
  62. b2184c3 * Patch by Daniel Engström, 18 Nov 2002: by wdenk · 22 years ago
  63. 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago