"plat/arm/board/fvp/include/platform_def.h" did not exist on "6fd9eaf36ee26a2625238c7e153bbe7714369889"
  • Andre Przywara's avatar
    allwinner: Adjust memory mapping to fit into 256MB · c3af6b00
    Andre Przywara authored
    
    
    At the moment we map as much of the DRAM into EL3 as possible, however
    we actually don't use it. The only exception is the secure DRAM for
    BL32 (if that is configured).
    
    To decrease the memory footprint of ATF, we save on some page tables by
    reducing the memory mapping to the actually required regions: SRAM, device
    MMIO, secure DRAM and U-Boot (to be used later).
    This introduces a non-identity mapping for the DRAM regions.
    Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
    c3af6b00
platform_def.h 1.56 KB