From fb1d3bd9330ce70f735a344dd4223faffb261118 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Thu, 30 Jun 2022 14:03:20 +0200 Subject: feat(stm32mp15): disable OP-TEE shared memory OP-TEE manages its own memory, and can open some areas through TZC400. There is no need to configure this shared memory in TF-A. Just assure that CFG_CORE_RESERVED_SHM=n for OP-TEE compilation. Signed-off-by: Yann Gautier Change-Id: Ib54acd60d9ec243d6ef9cc6b74937b4183d9ffa5 --- plat/st/stm32mp1/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat') diff --git a/plat/st/stm32mp1/platform.mk b/plat/st/stm32mp1/platform.mk index 194672ee5..ddc528925 100644 --- a/plat/st/stm32mp1/platform.mk +++ b/plat/st/stm32mp1/platform.mk @@ -62,7 +62,7 @@ STM32_HEADER_VERSION_MAJOR:= 1 STM32_HEADER_VERSION_MINOR:= 0 # Add OP-TEE reserved shared memory area in mapping -STM32MP15_OPTEE_RSV_SHM := 1 +STM32MP15_OPTEE_RSV_SHM := 0 $(eval $(call add_defines,STM32MP15_OPTEE_RSV_SHM)) STM32MP_CRYPTO_ROM_LIB := 1 -- cgit v1.2.3