From 47d1773f90c84065c939ee190bb85f6221cd9dda Mon Sep 17 00:00:00 2001 From: Konstantin Porotchkin Date: Mon, 15 Apr 2019 16:29:08 +0300 Subject: plat: marvell: armada: a8k: add OP-TEE OS MMU tables Adjust the latest OP-TEE memory definitions to the newest TF-A baseline. Change-Id: Ib9c82b85f868adaf3c7285eb340486bda9c59c36 Signed-off-by: Konstantin Porotchkin --- plat/marvell/armada/a8k/common/aarch64/a8k_common.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plat/marvell/armada') diff --git a/plat/marvell/armada/a8k/common/aarch64/a8k_common.c b/plat/marvell/armada/a8k/common/aarch64/a8k_common.c index a2e7402e6..4332a76ea 100644 --- a/plat/marvell/armada/a8k/common/aarch64/a8k_common.c +++ b/plat/marvell/armada/a8k/common/aarch64/a8k_common.c @@ -28,6 +28,10 @@ const mmap_region_t plat_marvell_mmap[] = { MARVELL_MAP_SECURE_RAM, MAP_DEVICE0, MARVELL_MAP_DRAM, +#ifdef SPD_opteed + MARVELL_MAP_OPTEE_CORE_MEM, + MARVELL_OPTEE_PAGEABLE_LOAD_MEM, +#endif {0} }; #endif -- cgit v1.2.3