• S
    ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai · 5d812b8b
    Stefan Roese 提交于
    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: NStefan Roese <sr@denx.de>
    5d812b8b
katmai.h 12.5 KB