]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
authorStefan Roese <sr@denx.de>
Wed, 9 Jul 2008 15:33:57 +0000 (17:33 +0200)
committerStefan Roese <sr@denx.de>
Thu, 10 Jul 2008 07:14:01 +0000 (09:14 +0200)
commit5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
tree08dd2c7f7496d9f160d14bb94ec3d2776b783051
parentcf1c2ed91df26903b956948f37f82de9e1158a89
ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai

Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
To support such configurations, we "only" map the first 2GB via the TLB's. We
need some free virtual address space for the remaining peripherals like, SoC
devices, FLASH etc.

Note that ECC is currently not supported on configurations with more than 2GB
SDRAM. This is because we only map the first 2GB on such systems, and therefore
the ECC parity byte of the remaining area can't be written.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/44x_spd_ddr2.c
include/asm-ppc/ppc4xx-sdram.h
include/configs/katmai.h