1. b63cb09 board/amcc/taihu/flash.c: Fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  2. 2975fe1 board/amcc/yucca/flash.c: Fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  3. 9879d57 board/amcc/common/flash.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  4. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  5. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  6. 464c792 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  7. f0c0b3a Fix incorrect use of getenv() before relocation by Wolfgang Denk · 13 years ago
  8. 83b7e2a Handle most LDSCRIPT setting centrally by Scott Wood · 13 years ago
  9. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  10. da7d3df PPC4xx: Reduce NAND TLB window size on Canyonlands by Felix Radensky · 14 years ago
  11. 37805cf ppc4xx: Fix missing linker scripts for partial linking by Stefan Roese · 14 years ago
  12. ee8028b ppc4xx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  13. c56f84c ppc4xx: Fix build problems of IBM DDR2 NAND booting targets by Stefan Roese · 14 years ago
  14. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  15. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  16. 4adcbdc ppc4xx: Enable NOR flash support in sequoia_ramboot target by Stefan Roese · 14 years ago
  17. 2ae1824 Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  18. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  19. 709d948 ppc44x: config GPIOs for USB on canyonlands board by Rupjyoti Sarmah · 14 years ago
  20. 9830329 ppc4xx: Small whitespace cleanup in canyonlands.c by Stefan Roese · 14 years ago
  21. d0e6665 APM821xx: Add bluestone board support by Tirumala Marri · 14 years ago
  22. 2e6e177 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · 14 years ago
  23. 550650d ppc4xx: Use common NS16550 driver for PPC4xx UART by Stefan Roese · 14 years ago
  24. afabb49 ppc4xx: Big header cleanup part 2, mostly PPC405 related by Stefan Roese · 14 years ago
  25. 5e7abce ppc4xx: Big header cleanup, mostly PPC440 related by Stefan Roese · 14 years ago
  26. 0988776 ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific by Stefan Roese · 14 years ago
  27. b36df56 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  28. 8a805df ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size by Stefan Roese · 14 years ago
  29. a2a649d 4xx: adjust TEXT_BASE to increase U-Boot image size by Wolfgang Denk · 14 years ago
  30. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  31. 17a6844 ppc4xx/Canyonlands added USB board callbacks by Rupjyoti Sarmah · 14 years ago
  32. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  33. a77034a Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 14 years ago
  34. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  35. cf6eb6d ppc4xx: TLB init file cleanup by Stefan Roese · 14 years ago
  36. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago
  37. 61f2b38 Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" by Peter Tyser · 14 years ago
  38. 9998b13 ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration by Stefan Roese · 15 years ago
  39. 64917ca PCIe, USB: Replace 'end point' references with 'endpoint' by Peter Tyser · 15 years ago
  40. 39ff7d5 POST: Remove duplicated post_hotkey_pressed() functions by Stefan Roese · 15 years ago
  41. 6c70049 ppc4xx: Consolidate pci_master_init() function by Stefan Roese · 15 years ago
  42. a760b02 ppc4xx: Consolidate pci_pre_init() function by Stefan Roese · 15 years ago
  43. 1095493 ppc4xx: Consolidate pci_target_init() function by Stefan Roese · 15 years ago
  44. efe12bc ppc4xx: Katmai: Add chip_config command by Stefan Roese · 15 years ago
  45. 56f9b39 ppc4xx: Fix NAND booting targets after 4xx linker script consolidation by Stefan Roese · 15 years ago
  46. 9a81c61 ppc4xx: Remove duplicated is_pci_host() functions by Stefan Roese · 15 years ago
  47. b0b8674 ppc4xx: Consolidate 4xx PCIe board specific configuration by Stefan Roese · 15 years ago
  48. 2cd95a2 ppc4xx: Remove board specific linker scripts from most PPC4xx boards by Stefan Roese · 15 years ago
  49. cfc2587 ppc4xx: Sequoia: Add chip_config command by Stefan Roese · 15 years ago
  50. c85b583 ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock by Stefan Roese · 15 years ago
  51. 23c51a2 ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock by Stefan Roese · 15 years ago
  52. cd77dd1 Merge branch 'reloc' by Wolfgang Denk · 15 years ago
  53. ddc922f ppc_4xx: Apply new HW register names by Niklaus Giger · 15 years ago
  54. 06dfaee ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan by Stefan Roese · 15 years ago
  55. 8582901 ppc: Enable full relocation to RAM by Peter Tyser · 15 years ago
  56. 95b602b ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case by Stefan Roese · 15 years ago
  57. 952e776 ppc4xx: Convert PPC4xx UIC defines from lower case to upper case by Stefan Roese · 15 years ago
  58. cae26e2 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  59. 6c7bc91 board/amcc/common/flash.c: Fix compile warning by Wolfgang Denk · 15 years ago
  60. 70fb809 board/amcc/yucca/flash.c: Fix compile warning by Wolfgang Denk · 15 years ago
  61. 030ec52 board/amcc/taihu/flash.c: Fix compile warning by Wolfgang Denk · 15 years ago
  62. d1c3b27 ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · 15 years ago
  63. 514bab6 ppc4xx: Fix "chip_config" command for AMCC Arches by Stefan Roese · 15 years ago
  64. c3fa4f0 ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands by Stefan Roese · 15 years ago
  65. 042d01c ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup by Stefan Roese · 15 years ago
  66. 11a1604 ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd by Stefan Roese · 15 years ago
  67. f3ed3c9 ppc4xx: Fix Arches DDR2 initialization by Stefan Roese · 15 years ago
  68. 4b1389e ppc4xx: Add chip_config command to AMCC Kilauea eval board by Stefan Roese · 15 years ago
  69. 87c0b72 Add "chip_config" command for PPC4xx bootstrap configuration by Stefan Roese · 15 years ago
  70. 26d37f0 ppc4xx: Fix FDT EBC mappings on Canyonlands by Felix Radensky · 15 years ago
  71. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  72. d873133 ppc4xx: Add Sequoia RAM-booting target by Stefan Roese · 15 years ago
  73. 17c1b0e ppc4xx: Remove unused code for Sequoia NAND booting version by Stefan Roese · 15 years ago
  74. 5132106 ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia by Stefan Roese · 15 years ago
  75. 3edf68c ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code by Stefan Roese · 16 years ago
  76. f62fb99 Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  77. ee86fd1 Fix AMCC Sequoia board DDR memory configuration by Mikhail Zolotaryov · 16 years ago
  78. cef0efa ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards by Stefan Roese · 16 years ago
  79. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  80. 79621bc amcc: Clean up command usage output by Peter Tyser · 16 years ago
  81. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  82. ddf45cc ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization by Dave Mitchell · 16 years ago
  83. b14ca4b ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs by Dave Mitchell · 16 years ago
  84. 9b827cf Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  85. 3cbd823 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  86. 06c2942 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  87. f4d14c5 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup by Stefan Roese · 16 years ago
  88. f09f09d ppc4xx: Add AMCC Arches board support (dual 460GT) by Adam Graham · 16 years ago
  89. 8ed44d9 Cleanup: fix "MHz" spelling by Wolfgang Denk · 16 years ago
  90. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  91. 8fd4166 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup by Stefan Roese · 16 years ago
  92. afbc526 Merge branch 'Makefile-next' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  93. 7bf5ecf ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports by Stefan Roese · 16 years ago
  94. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  95. 8a40fb1 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  96. 5a1aceb rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  97. 0cf4fd3 rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  98. 10efa02 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  99. 9939ffd Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · 16 years ago
  100. eab1007 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic. by Steven A. Falco · 16 years ago