
The following changes since commit 10a3367955bc2033b288915f8f10d0e507fe2fa1: Stefan Roese (1): Merge branch 'master' of /home/stefan/git/u-boot/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Grant Erickson (3): PPC4xx: Simplified post_word_{load, store} ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
Kenneth Johansson (1): Remove shell variable UNDEF_SYM.
Matthias Fuchs (1): ppc4xx: Cleanup CPCI405 variant's config file
Stefan Roese (13): ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2 ppc4xx: Change Kilauea to use the common DDR2 init function ppc4xx: Fix common ECC generation code for 440GP style platforms ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code ppc4xx: Remove superfluous dram_init() call or replace it by initdram() ppc4xx: Remove implementations of testdram() ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port ppc4xx: Unify AMCC's board config files (part 1/3) ppc4xx: Unify AMCC's board config files (part 2/3) ppc4xx: Unify AMCC's board config files (part 3/3) ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
board/amcc/acadia/memory.c | 15 - board/amcc/bamboo/bamboo.c | 67 -- board/amcc/bubinga/bubinga.c | 16 - board/amcc/canyonlands/canyonlands.c | 38 - board/amcc/ebony/ebony.c | 30 - board/amcc/katmai/katmai.c | 30 - board/amcc/kilauea/Makefile | 3 +- board/amcc/kilauea/init.S | 154 ---- board/amcc/kilauea/memory.c | 79 -- board/amcc/luan/luan.c | 44 -- board/amcc/makalu/Makefile | 2 +- board/amcc/makalu/init.S | 125 +---- board/amcc/makalu/memory.c | 188 ----- board/amcc/ocotea/ocotea.c | 30 - board/amcc/sequoia/config.mk | 4 + board/amcc/sequoia/sequoia.c | 38 - board/amcc/taihu/taihu.c | 42 -- board/amcc/taishan/taishan.c | 30 - board/amcc/walnut/walnut.c | 16 - board/amcc/yosemite/yosemite.c | 52 +-- board/amcc/yucca/yucca.c | 30 - board/amirix/ap1000/init.S | 4 - board/cray/L1/init.S | 11 - board/csb272/csb272.c | 9 + board/csb472/csb472.c | 9 + board/eric/eric.c | 8 + board/esd/ar405/ar405.c | 22 - board/esd/canbt/canbt.c | 19 - board/exbitgen/exbitgen.c | 9 + board/g2000/g2000.c | 35 - board/jse/init.S | 10 - board/lwmon5/lwmon5.c | 38 - board/ml2/init.S | 4 - board/mpl/mip405/init.S | 13 - board/mpl/pip405/init.S | 13 - board/netstal/hcu4/hcu4.c | 9 - board/netstal/hcu5/sdram.c | 26 +- board/netstal/mcu25/mcu25.c | 9 - board/pcs440ep/pcs440ep.c | 38 - board/prodrive/alpr/alpr.c | 30 - board/w7o/w7o.c | 8 + board/xilinx/ml300/init.S | 4 - board/zeus/zeus.c | 45 -- cpu/ppc4xx/44x_spd_ddr.c | 200 +----- cpu/ppc4xx/44x_spd_ddr2.c | 131 ++++- cpu/ppc4xx/4xx_uart.c | 10 +- cpu/ppc4xx/Makefile | 1 + cpu/ppc4xx/commproc.c | 26 +- cpu/ppc4xx/cpu_init.c | 85 --- cpu/ppc4xx/ecc.c | 122 ++++ cpu/ppc4xx/ecc.h | 69 ++ cpu/ppc4xx/sdram.c | 54 +-- cpu/ppc4xx/start.S | 522 ++++++++------ cpu/ppc4xx/traps.c | 9 +- include/asm-ppc/ppc4xx-sdram.h | 1156 ++++++++++++++++++++++++++++++ include/asm-ppc/processor.h | 6 +- include/configs/CPCI4052.h | 38 - include/configs/CPCI405AB.h | 22 - include/configs/CPCI405DT.h | 33 - include/configs/acadia.h | 169 +---- include/configs/alpr.h | 1 - include/configs/amcc-common.h | 259 +++++++ include/configs/bamboo.h | 169 +---- include/configs/bubinga.h | 150 +---- include/configs/canyonlands.h | 173 +---- include/configs/ebony.h | 152 +---- include/configs/katmai.h | 163 +---- include/configs/kilauea.h | 276 +++----- include/configs/luan.h | 148 +---- include/configs/makalu.h | 272 +++---- include/configs/ocotea.h | 152 +---- include/configs/sequoia.h | 173 +---- include/configs/taihu.h | 146 +---- include/configs/taishan.h | 161 +---- include/configs/walnut.h | 155 +---- include/configs/yosemite.h | 164 +---- include/configs/yucca.h | 152 +---- include/ppc405.h | 527 ++++---------- include/ppc440.h | 896 ----------------------- include/ppc4xx.h | 40 + nand_spl/board/amcc/acadia/Makefile | 2 +- nand_spl/board/amcc/bamboo/Makefile | 2 +- nand_spl/board/amcc/bamboo/sdram.c | 10 +- nand_spl/board/amcc/canyonlands/Makefile | 2 +- nand_spl/board/amcc/kilauea/Makefile | 23 +- nand_spl/board/amcc/kilauea/config.mk | 5 +- nand_spl/board/amcc/kilauea/u-boot.lds | 1 - nand_spl/board/amcc/sequoia/Makefile | 2 +- nand_spl/nand_boot.c | 11 +- post/cpu/ppc4xx/uart.c | 10 +- 90 files changed, 2793 insertions(+), 5663 deletions(-) delete mode 100644 board/amcc/kilauea/init.S delete mode 100644 board/amcc/kilauea/memory.c delete mode 100644 board/amcc/makalu/memory.c create mode 100644 cpu/ppc4xx/ecc.c create mode 100644 cpu/ppc4xx/ecc.h create mode 100644 include/asm-ppc/ppc4xx-sdram.h create mode 100644 include/configs/amcc-common.h