ADD FFA_MEM_PERM_GET/SET SPMC tests
Add FFA_MEM_PERM_GET/SET test to the SPMC test SPs.
Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
Signed-off-by: Jelle Sels <jelle.sels@arm.com>
Change-Id: I538478f09ce0d3c4f27552db25ec005bd764744e
diff --git a/deployments/spm-test1/opteesp/default_spm_test1.dts.in b/deployments/spm-test1/opteesp/default_spm_test1.dts.in
index 0cc2207..969bdc8 100644
--- a/deployments/spm-test1/opteesp/default_spm_test1.dts.in
+++ b/deployments/spm-test1/opteesp/default_spm_test1.dts.in
@@ -20,4 +20,14 @@
messaging-method = <3>; /* Direct messaging only */
ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
elf-format = <1>;
+ memory-regions {
+ compatible = "arm,ffa-manifest-memory-regions";
+
+ test-region {
+ /* Armv8 A Foundation Platform values */
+ base-address = <0x00000000 0x6248000>;
+ pages-count = <1>;
+ attributes = <0x3>; /* read-write */
+ };
+ };
};