1. 50e4920 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Tue Sep 15 21:43:25 2009 +0200
  2. 1248628 board/amcc/common/flash.c: Fix compile warning by Wolfgang Denk · Fri Sep 11 11:30:34 2009 +0200
  3. 5eb1f33 board/amcc/yucca/flash.c: Fix compile warning by Wolfgang Denk · Fri Sep 11 11:47:07 2009 +0200
  4. a4ef132 board/amcc/taihu/flash.c: Fix compile warning by Wolfgang Denk · Fri Sep 11 11:44:39 2009 +0200
  5. 918010a ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · Wed Sep 09 16:25:29 2009 +0200
  6. fce070a ppc4xx: Fix "chip_config" command for AMCC Arches by Stefan Roese · Mon Aug 17 16:57:53 2009 +0200
  7. 38ee94f ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands by Stefan Roese · Wed Jul 29 08:46:10 2009 +0200
  8. 7749ac9 ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup by Stefan Roese · Mon Jul 27 09:13:38 2009 +0200
  9. 9b89d30 ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd by Stefan Roese · Mon Jul 27 07:42:48 2009 +0200
  10. d8d63ba ppc4xx: Fix Arches DDR2 initialization by Stefan Roese · Mon Jul 27 10:53:43 2009 +0200
  11. 142a2e6 ppc4xx: Add chip_config command to AMCC Kilauea eval board by Stefan Roese · Tue Jul 21 14:06:29 2009 +0200
  12. 9693c3d Add "chip_config" command for PPC4xx bootstrap configuration by Stefan Roese · Mon Jul 20 06:57:27 2009 +0200
  13. fadfe70 ppc4xx: Fix FDT EBC mappings on Canyonlands by Felix Radensky · Mon Jun 22 15:30:42 2009 +0300
  14. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  15. c20ef32 ppc4xx: Add Sequoia RAM-booting target by Stefan Roese · Mon May 11 13:46:14 2009 +0200
  16. 8f1bb19 ppc4xx: Remove unused code for Sequoia NAND booting version by Stefan Roese · Wed Apr 15 11:32:53 2009 +0200
  17. c55fc7a ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia by Stefan Roese · Wed Apr 08 10:36:22 2009 +0200
  18. 200221b ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code by Stefan Roese · Thu Mar 26 16:14:13 2009 +0100
  19. 4438e5e Fix all linker script to handle all rodata sections by Trent Piepho · Wed Feb 18 15:22:05 2009 -0800
  20. f270b82 Fix AMCC Sequoia board DDR memory configuration by Mikhail Zolotaryov · Wed Mar 11 10:54:46 2009 +0200
  21. b33e6d7 ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards by Stefan Roese · Wed Feb 11 09:29:33 2009 +0100
  22. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  23. d618fd4 amcc: Clean up command usage output by Peter Tyser · Tue Jan 27 18:03:11 2009 -0600
  24. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  25. 5c05759 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization by Dave Mitchell · Thu Nov 20 14:09:50 2008 -0600
  26. 3c373417 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs by Dave Mitchell · Thu Nov 20 14:00:49 2008 -0600
  27. d2454ba Align end of bss by 4 bytes by Selvamuthukumar · Thu Oct 16 22:54:03 2008 +0530
  28. 82f15f3 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · Sun Nov 02 16:14:22 2008 +0100
  29. 571044b8 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Tue Oct 21 21:19:35 2008 +0200
  30. 4d9e039 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup by Stefan Roese · Mon Oct 13 15:15:31 2008 +0200
  31. 4900ed2 ppc4xx: Add AMCC Arches board support (dual 460GT) by Adam Graham · Wed Oct 08 10:12:53 2008 -0700
  32. af0501a Cleanup: fix "MHz" spelling by Wolfgang Denk · Sun Oct 19 02:35:50 2008 +0200
  33. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  34. c91600a ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup by Stefan Roese · Mon Sep 22 16:10:43 2008 +0200
  35. 2a86239 Merge branch 'Makefile-next' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Fri Sep 12 16:13:12 2008 +0200
  36. 58296a1 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports by Stefan Roese · Wed Sep 10 16:53:47 2008 +0200
  37. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200
  38. 82290f2 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:05 2008 +0200
  39. 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:04 2008 +0200
  40. 4436c1e rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:01 2008 +0200
  41. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 20:37:00 2008 -0700
  42. ccbacd5 Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · Tue Aug 12 20:39:27 2008 +0200
  43. 7bf9cc6 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic. by Steven A. Falco · Wed Aug 06 15:42:52 2008 -0400
  44. 0b46763 Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · Mon Jul 14 10:45:47 2008 +0200
  45. 197f428 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards by Stefan Roese · Thu Jul 10 13:53:31 2008 +0200
  46. 5ef4721 Fix some more printf() format issues. by Wolfgang Denk · Fri Jul 11 22:56:11 2008 +0200
  47. 2f00d08 ppc4xx: Some Rewood cleanups (coding style, leading white spaces) by Stefan Roese · Fri Jul 11 11:34:52 2008 +0200
  48. 638797b ppc4xx: Cleanup Katmai & Yucca PCIe register usage by Stefan Roese · Mon Jun 30 14:05:05 2008 +0200
  49. 51d6d5d ppc4xx: Rework 440GX UIC handling by Stefan Roese · Thu Jun 26 17:36:39 2008 +0200
  50. 01edcea ppc4xx: Consolidate PPC4xx UIC defines by Stefan Roese · Thu Jun 26 13:40:57 2008 +0200
  51. 41b1746 ppc4xx: Consolidate PPC4xx UIC defines by Stefan Roese · Wed Jun 25 10:59:22 2008 +0200
  52. ff459fb ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards by Stefan Roese · Thu Jul 10 13:52:44 2008 +0200
  53. bc42971 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board. by Feng Kan · Tue Jul 08 22:48:42 2008 -0700
  54. 251161b ppc4xx: Fix printf format warnings now visible with the updated format check by Stefan Roese · Thu Jul 10 09:58:06 2008 +0200
  55. 6a35785 Cleanup: remove redundant deleting on *~ files by Wolfgang Denk · Wed Jul 02 23:53:23 2008 +0200
  56. 6140a02 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · Wed Jul 02 23:49:18 2008 +0200
  57. 4947e5c ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output by Stefan Roese · Tue Jun 10 15:34:11 2008 +0200
  58. bd99ae7 Change initdram() return type to phys_size_t by Becky Bruce · Mon Jun 09 16:03:40 2008 -0500
  59. 59bf578 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · Wed Jun 11 22:13:07 2008 +0200
  60. cfe5802 ppc4xx: Unify AMCC's board config files (part 3/3) by Stefan Roese · Fri Jun 06 15:55:21 2008 +0200
  61. d74084a SPI API improvements by Haavard Skinnemoen · Fri May 16 11:10:31 2008 +0200
  62. 3905b93 ppc4xx: Remove implementations of testdram() by Stefan Roese · Mon May 19 11:34:53 2008 +0200
  63. cdb0470 ppc4xx: Remove superfluous dram_init() call or replace it by initdram() by Stefan Roese · Mon Jun 02 17:37:28 2008 +0200
  64. a226c85 ppc4xx: Change Kilauea to use the common DDR2 init function by Stefan Roese · Mon Jun 02 17:13:55 2008 +0200
  65. a37856a ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling by Grant Erickson · Thu May 22 14:44:24 2008 -0700
  66. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  67. 7d2c2a5 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection by Stefan Roese · Mon May 19 07:14:38 2008 +0200
  68. 5c8c798 ppc4xx: Fix bogus Canyonlands config.mk by Stefan Roese · Wed May 14 13:40:03 2008 +0200
  69. fbf2430 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code by Stefan Roese · Tue May 13 20:22:01 2008 +0200
  70. 7efa49e ppc4xx: acadia: Add fdt support and fix section overlap problem by Stefan Roese · Thu May 08 10:48:58 2008 +0200
  71. 4dbd976 ppc4xx: Add device tree support to AMCC Yosemite by Ira Snyder · Tue Apr 29 11:18:54 2008 -0700
  72. 7b83ed0 katmai: fix section overlap problem by Wolfgang Denk · Mon Apr 28 10:55:24 2008 +0200
  73. 147388e ppc4xx: Change Canyonlands to support booting from 2k page NAND devices by Stefan Roese · Tue Apr 08 10:33:29 2008 +0200
  74. d2081d1 Remove all the search paths from the .lds files. by Jason Wessel · Thu Apr 10 14:30:16 2008 -0500
  75. b685b9c ppc4xx: Canyonlands: Init SATA/PCIe port correctly by Stefan Roese · Wed Apr 02 08:39:33 2008 +0200
  76. dfdd95e ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision by Stefan Roese · Fri Mar 28 14:09:04 2008 +0100
  77. 6f92e65 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT) by Stefan Roese · Thu Mar 27 10:09:05 2008 +0100
  78. fa3dcf0 ppc4xx: Correctly pass phyiscal FLASH base address into dtb by Stefan Roese · Tue Mar 25 17:51:13 2008 +0100
  79. 52df419 ppc4xx: Add AMCC Glacier 406GT eval board support by Stefan Roese · Wed Mar 19 16:20:49 2008 +0100
  80. 8d0f6b2 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board by Stefan Roese · Wed Mar 05 12:31:53 2008 +0100
  81. 0b86db7 ppc4xx: Add Canyonlands NAND booting support by Stefan Roese · Mon Mar 03 17:27:02 2008 +0100
  82. 105350e ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) by Stefan Roese · Tue Mar 11 16:51:17 2008 +0100
  83. 4b8b9b0 ppc4xx: Fix comment in 405EX DDR2 init code by Stefan Roese · Tue Mar 11 13:52:25 2008 +0100
  84. c459e39 fix taihu soft spi_read by Markus Brunner · Wed Mar 05 21:38:12 2008 +0100
  85. 9ca52bb ppc4xx: Fix acadia_nand build problem by Stefan Roese · Mon Feb 25 16:50:48 2008 +0100
  86. 383b145 PPC440EPx: Optionally enable second I2C bus by Mike Nuss · Wed Feb 06 11:10:11 2008 -0500
  87. 3595e61 Coding Style Cleanup; update CHANGELOG by Wolfgang Denk · Wed Jan 23 14:31:17 2008 +0100
  88. e2a1242f ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files by Stefan Roese · Thu Jan 17 07:50:17 2008 +0100
  89. 6235770 ppc4xx: Sequoia coding style cleanup and beautification by Matthias Fuchs · Wed Jan 16 10:33:46 2008 +0100
  90. 1c793c0 ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit by Stefan Roese · Mon Jan 14 10:05:05 2008 +0100
  91. 9444d9f Makalu: fix compile warning by Wolfgang Denk · Sun Jan 13 16:07:44 2008 +0100
  92. 828a978 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · Sat Jan 12 20:31:39 2008 +0100
  93. 3c726cf ppc4xx: Fix sdram init on Sequoia boards by Stefan Roese · Fri Jan 11 15:53:58 2008 +0100
  94. 82e9f43 ppc4xx: Make Sequoia boot vxWorks by Niklaus Giger · Thu Jan 10 18:50:33 2008 +0100
  95. eb267ba ppc4xx: assign PCI interrupts on seuqoia boards by Matthias Fuchs · Tue Jan 08 15:40:09 2008 +0100
  96. 79a62b5 Merge branch 'katmai-ddr-gda' by Stefan Roese · Sat Jan 05 10:13:40 2008 +0100
  97. e3060b0 ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup by Stefan Roese · Sat Jan 05 09:12:41 2008 +0100
  98. 1e8db03 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board by Lawrence R. Johnson · Fri Jan 04 02:11:56 2008 -0500
  99. c76f1a9 PPC4xx: Remove sdram.h from board/amcc/sequoia by Larry Johnson · Sun Dec 30 01:01:14 2007 -0500
  100. 27bc997 PPC4xx: Use common code for Sequoia board SDRAM support by Larry Johnson · Sun Dec 30 01:00:50 2007 -0500