Hi Wolfgang, The following changes since commit 39ddd10b046fb791f47281ffb2100be01909ad72:
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-06-30 10:10:32 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Stefan Roese (7): ppc4xx: Enable booting with Option E on 460EX/EXr/GT ppc4xx: Enable PCIe support without PCI support on PPC440/460 ppc4xx: Enable overwriting of default scan window for IBM DDR2 controller ppc4xx: DDR2: Complete RDSS configuration on non-SPD based boards ppc4xx: Add DDR1/2 macros in ppc4xx-sdram.h for non-405EX as well ppc4xx: Cleanup Boot/FLASH TLB reassignment for PPC440/460 ppc4xx: Add T3COPR board support (PPC460GT based) MAINTAINERS | 1 + MAKEALL | 1 + arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c | 52 ++- arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 17 +- arch/powerpc/cpu/ppc4xx/4xx_pci.c | 12 +- arch/powerpc/cpu/ppc4xx/cpu_init.c | 49 ++- arch/powerpc/cpu/ppc4xx/start.S | 21 +- arch/powerpc/include/asm/ppc4xx-sdram.h | 9 +- board/t3corp/Makefile | 53 +++ board/t3corp/chip_config.c | 59 +++ board/t3corp/config.mk | 39 ++ board/t3corp/init.S | 99 ++++ board/t3corp/t3corp.c | 193 ++++++++ boards.cfg | 1 + include/configs/t3corp.h | 544 ++++++++++++++++++++++ include/ppc440.h | 7 + 16 files changed, 1104 insertions(+), 53 deletions(-) create mode 100644 board/t3corp/Makefile create mode 100644 board/t3corp/chip_config.c create mode 100644 board/t3corp/config.mk create mode 100644 board/t3corp/init.S create mode 100644 board/t3corp/t3corp.c create mode 100644 include/configs/t3corp.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot