allwinner: Adjust memory mapping to fit into 256MB
authorAndre Przywara <andre.przywara@arm.com>
Thu, 20 Sep 2018 20:13:55 +0000 (21:13 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sat, 20 Oct 2018 15:23:59 +0000 (16:23 +0100)
commitc3af6b0052b343943b8ed4e51658343c966bfc7a
tree1db5412743dd2b9b89fbb7b67a4df4b517fbf561
parenta80490c53e6eb77c21156cca5670599f13366d61
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>
plat/allwinner/common/include/platform_def.h
plat/allwinner/common/sunxi_common.c
plat/allwinner/sun50i_a64/include/sunxi_mmap.h
plat/allwinner/sun50i_h6/include/sunxi_mmap.h