From d248aa2a707912a61f96a160366d57c0c2f1ae12 Mon Sep 17 00:00:00 2001 From: Vishnu Banavath Date: Thu, 9 Dec 2021 19:19:31 +0000 Subject: [PATCH] arm-bsp/optee-os: add openamp-virtio Adding openamp-virtio node to the SP manifest Change-Id: I1123eab65f2f05d00433b7d940b74766457ac7cf Signed-off-by: Vishnu Banavath Signed-off-by: Jon Mason --- .../files/optee-os/corstone1000/sp_manifest_combined_se.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/sp_manifest_combined_se.dts b/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/sp_manifest_combined_se.dts index 0be1c81d..b09018ee 100644 --- a/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/sp_manifest_combined_se.dts +++ b/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/sp_manifest_combined_se.dts @@ -31,6 +31,12 @@ pages-count = <16>; attributes = <0x3>; /* read-write */ }; + openamp-virtio { + /* Armv8 A Foundation Platform values */ + base-address = <0x00000000 0x88000000>; + pages-count = <256>; + attributes = <0x3>; /* read-write */ + }; }; }; smm-gateway{