commit | 841ffeb93dfeafab1d959b698f268043266795ac | [log] [tgz] |
---|---|---|
author | Konstantin Porotchkin <kostap@marvell.com> | Mon Apr 15 16:29:08 2019 +0300 |
committer | Marcin Wojtas <mw@semihalf.com> | Fri Jun 19 18:20:22 2020 +0200 |
tree | c11dc621e41d4f893a31df877d6b22d3e55a2187 | |
parent | 2ef36a3e15344a6858f67d880484623a67c05748 [diff] |
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 <kostap@marvell.com>
diff --git a/plat/marvell/armada/a8k/common/aarch64/a8k_common.c b/plat/marvell/armada/a8k/common/aarch64/a8k_common.c index a2e7402..4332a76 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 @@ 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