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