arm-trusted-firmware/plat/allwinner/sun50i_a64
Andre Przywara c3af6b0052 allwinner: Adjust memory mapping to fit into 256MB
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: Andre Przywara <andre.przywara@arm.com>
2018-10-20 16:23:59 +01:00
..
include allwinner: Adjust memory mapping to fit into 256MB 2018-10-20 16:23:59 +01:00
platform.mk allwinner: Unify platform.mk files 2018-10-20 16:23:59 +01:00
sunxi_power.c allwinner: implement system power down on H6 w/ AXP805 2018-09-07 23:20:17 +08:00