[U-Boot] Please pull u-boot-ppc4xx/master
Stefan Roese
sr at denx.de
Fri Jul 23 10:26:53 CEST 2010
The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:
Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 20:49:59
+0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Rupjyoti Sarmah (1):
ppc4xx/Canyonlands added USB board callbacks
Stefan Roese (8):
ppc4xx: T3CORP fixes and updates
ppc4xx: Add CONFIG_DDR_RFDC_FIXED to allow board specific RFDC values
ppc4xx: Only define DDR2 registers for the correct PowerPC variants
ppc4xx: DDR/ECC: Use correct macros to clear error status
ppc4xx: Add "ecctest" command to test/simulate ECC errors
ppc4xx: Add ECC status info to machine-check exception for IBM DDR2 core
ppc4xx: Enable "ecctest" command on katmai
ppc4xx: Enable "ecctest" command on t3corp
arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 12 +
arch/powerpc/cpu/ppc4xx/Makefile | 3 +
arch/powerpc/cpu/ppc4xx/cmd_ecctest.c | 284 ++++++++++++++++++++++
arch/powerpc/cpu/ppc4xx/ecc.c | 21 ++-
arch/powerpc/cpu/ppc4xx/traps.c | 16 ++
arch/powerpc/include/asm/ppc4xx-sdram.h | 10 +-
board/amcc/canyonlands/canyonlands.c | 64 +++++-
board/t3corp/chip_config.c | 16 ++-
board/t3corp/init.S | 8 +-
board/t3corp/t3corp.c | 2 +-
include/configs/canyonlands.h | 8 +
include/configs/katmai.h | 1 +
include/configs/t3corp.h | 28 +-
13 files changed, 440 insertions(+), 33 deletions(-)
create mode 100644 arch/powerpc/cpu/ppc4xx/cmd_ecctest.c
More information about the U-Boot
mailing list