aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdellatif El Khlifi <abdellatif.elkhlifi@arm.com>2023-07-13 14:28:47 +0100
committerTom Rini <trini@konsulko.com>2023-07-24 15:30:03 -0400
commitc7f556c7a857a1b4198e714d5f65caa8285746f2 (patch)
tree4df29548fad33d96dcda4e5b03d41833f94c752d
parentaabbc2f8b2a4e1a458a34b9ff5becb997c6157ff (diff)
downloadu-boot-WIP/2023-07-24-introduce-FF-A-suppport.zip
u-boot-WIP/2023-07-24-introduce-FF-A-suppport.tar.gz
u-boot-WIP/2023-07-24-introduce-FF-A-suppport.tar.bz2
arm_ffa: efi: corstone1000: enable MM communicationWIP/2023-07-24-introduce-FF-A-suppport
turn on EFI MM communication On corstone1000 platform MM communication between u-boot and the secure world (Optee) is done using the FF-A bus. Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Cc: Tom Rini <trini@konsulko.com> Cc: Simon Glass <sjg@chromium.org> Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org> Cc: Jens Wiklander <jens.wiklander@linaro.org>
-rw-r--r--configs/corstone1000_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig
index d3513b9..7649a1d 100644
--- a/configs/corstone1000_defconfig
+++ b/configs/corstone1000_defconfig
@@ -64,3 +64,7 @@ CONFIG_EFI_CAPSULE_ON_DISK=y
CONFIG_EFI_IGNORE_OSINDICATIONS=y
CONFIG_FWU_MULTI_BANK_UPDATE=y
CONFIG_ERRNO_STR=y
+CONFIG_EFI_MM_COMM_TEE=y
+CONFIG_FFA_SHARED_MM_BUF_SIZE=4096
+CONFIG_FFA_SHARED_MM_BUF_OFFSET=0
+CONFIG_FFA_SHARED_MM_BUF_ADDR=0x02000000