[5/9] arm-bsp/optee-os: add openamp-virtio

Message ID 20211209191935.26017-6-abdellatif.elkhlifi@arm.com
State New
Headers show
Series corstone1000: secure partitions patchset | expand

Commit Message

Abdellatif El Khlifi Dec. 9, 2021, 7:19 p.m. UTC
From: Vishnu Banavath <vishnu.banavath@arm.com>

Adding openamp-virtio node to the SP manifest

Change-Id: I1123eab65f2f05d00433b7d940b74766457ac7cf
Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
---
 .../files/optee-os/corstone1000/sp_manifest_combined_se.dts | 6 ++++++
 1 file changed, 6 insertions(+)

Patch

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 0be1c81..b09018e 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{