1. b81464e lib_arch/board.c: Move malloc initialization before flash_init() by Stefan Roese · 16 years ago
  2. e366f15 Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 16 years ago
  3. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  4. 04a3b14 85xx/86xx: Ensure MP boot page is not used by Kumar Gala · 16 years ago
  5. 2908943 powerpc: Only use eth_getenv_enetaddr() if networking is enabled by Stefan Roese · 16 years ago
  6. 928a7c8 powerpc: Fix compilation warning in board.c by Stefan Roese · 16 years ago
  7. 2625048 ppc: mark global bi_enet*addr as legacy by Mike Frysinger · 16 years ago
  8. dcc95c4 boards: get mac address from env and move load_sernum_ethaddr() to board init by Mike Frysinger · 16 years ago
  9. 13e9bb9 boards: move board_get_enetaddr() into board-specific init by Mike Frysinger · 16 years ago
  10. 5a3d56d nx823: get mac address from environment by Mike Frysinger · 16 years ago
  11. 734f027 8xx, icache: enabling ICache not before running from RAM by Heiko Schocher · 16 years ago
  12. 24e6ce5 i2c, dtt: move dtt_init () to board_init_r () by Heiko Schocher · 16 years ago
  13. ad347bb Add MMC Framework by Andy Fleming · 16 years ago
  14. 3b967ae ppc: Fix roll over bug in flush_cache() by Kumar Gala · 16 years ago
  15. 4cd44a8 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h by Kumar Gala · 16 years ago
  16. f93e1cb mpc86xx: Add support to populate addr map based on BATs by Becky Bruce · 16 years ago
  17. e66dc08 SATA: do not auto-initialize during boot by Mike Frysinger · 16 years ago
  18. 9ac287a 85xx: Add support to populate addr map based on TLB settings by Kumar Gala · 16 years ago
  19. 06ed90b lib_ppc: rework the flush_cache by Dave Liu · 16 years ago
  20. 2f79edd lib_ppc: Move trap_init to occur earlier by Becky Bruce · 16 years ago
  21. 3b2ad17 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT by Peter Tyser · 16 years ago
  22. 82f15f3 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  23. ffccb57 bootm: support subcommands in linux ppc bootm by Kumar Gala · 16 years ago
  24. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  25. b02d722 Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · 16 years ago
  26. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  27. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  28. e04fef3 Fix compiler warning in lib_ppc/board.c by Heiko Schocher · 16 years ago
  29. 13bd9e5 Do not init SATA when disabled on 8536DS. by Jason Jin · 16 years ago
  30. 2ad53a0 fdt: Overwrite /chosen node in bootm if it already exists in the dtb by Stefan Roese · 16 years ago
  31. d29abae powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  32. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  33. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  34. fdb79c3 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  35. e46af64 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  36. 8349c72 cmd_mac: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. ec3d252 lib_ppc/interrupts.c: make board_show_activity() a weak function by Wolfgang Denk · 16 years ago
  38. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  39. 99ebc05 fdt: refactor initrd related code by Kumar Gala · 16 years ago
  40. f2f58c5 fdt: refactor fdt resize code by Kumar Gala · 16 years ago
  41. da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  42. a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  43. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  44. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  45. b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  46. dcdcfea Update linux bootm to support ePAPR client interface by Kumar Gala · 16 years ago
  47. b71689b NAND boot: MPC8313ERDB support by Scott Wood · 16 years ago
  48. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  49. 42b400e POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c by Becky Bruce · 16 years ago
  50. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  51. 8d54188 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  52. 09d2a71 Fix LMB type issues by Andy Fleming · 16 years ago
  53. 3fddff1 Fix compiler warnings by Kumar Gala · 16 years ago
  54. e4ad454 Fix printf errors. by Andrew Klossner · 16 years ago
  55. 594c7b5 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 by Michal Simek · 16 years ago
  56. a7a141b lmb: fix "implicit declaration of function 'lmb_free'" warning by Wolfgang Denk · 16 years ago
  57. 20582da Move conditional compilation of MPC8XXX SPI driver to Makefile by Ben Warren · 16 years ago
  58. 7d32ae3 Resize device tree to allow space for board changes and the chosen node by Andy Fleming · 16 years ago
  59. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  60. e368346 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 16 years ago
  61. 75639e0 FSL LAW: Keep track of LAW allocations by Kumar Gala · 16 years ago
  62. f3a42e2 fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  63. 902ce70 Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  64. e7efd5b PPC: Add print_bats() to lib_ppc/bat_rw.c by Becky Bruce · 17 years ago
  65. 065b577 PPC: Change lib_ppc/bat_rw.c to use high bats by Becky Bruce · 17 years ago
  66. e898dfd Remove prototypes of nand_init() in favor of including nand.h. by Scott Wood · 17 years ago
  67. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  68. 5f3a4a7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 17 years ago
  69. 5bcd410 Support legacy multi-type images without FDT section. by Nick Spence · 17 years ago
  70. 2b77b9d Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  71. b4f223b ppc: Cleanup get_effective_memsize() use by Marian Balakowicz · 17 years ago
  72. 18db5a6 ppc flush_cache: add watch-dog triggering into the loops. by Yuri Tikhonov · 17 years ago
  73. ea3503a lib_ppc: Revert "Make MPC83xx one step closer to full relocation." by Kim Phillips · 17 years ago
  74. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  75. e5d63b7 ppc: Fix ftd_blob variable init when processing raw blob by Marian Balakowicz · 17 years ago
  76. 320bacd ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE by Stefan Roese · 17 years ago
  77. 62f51e9 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 17 years ago
  78. 0d0d348 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx by Wolfgang Denk · 17 years ago
  79. 0c51a67 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · 17 years ago
  80. 8bd4dff Make MPC83xx one step closer to full relocation. by Joakim Tjernlund · 17 years ago
  81. e6c56b6 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM by Michael Barkowski · 17 years ago
  82. 3b42332 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined by Stefan Roese · 17 years ago
  83. a13709f ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" by Stefan Roese · 17 years ago
  84. 92123e0 ata: enable the sata initialize on boot up by Dave Liu · 17 years ago
  85. 8f702ad Cleanup coding style, update CHANGELOG by Wolfgang Denk · 17 years ago
  86. 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  87. 893ac07 ppc: Allow boards to specify how much memory they can map by Kumar Gala · 17 years ago
  88. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  89. fe1d91b The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). by Yuri Tikhonov · 17 years ago
  90. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  91. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  92. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  93. 0d87136 [new uImage] ppc: Add new uImage format support to FDT handling routines by Marian Balakowicz · 17 years ago
  94. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  95. b5ec1b9 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() by Marian Balakowicz · 17 years ago
  96. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  97. d0bb56d Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  98. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  99. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  100. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago