SPCI is now called PSA FF-A
SPCI is renamed as PSA FF-A which stands for Platform Security
Architecture Firmware Framework for A class processors.
This patch replaces the occurrence of SPCI with PSA FF-A(in documents)
or simply FFA(in code).
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I17728c1503312845944a5ba060c252c2b98f3e91
diff --git a/spm/cactus/cactus-secondary.dts b/spm/cactus/cactus-secondary.dts
index 041cd31..4450b1b 100644
--- a/spm/cactus/cactus-secondary.dts
+++ b/spm/cactus/cactus-secondary.dts
@@ -11,11 +11,11 @@
/dts-v1/;
/ {
- compatible = "arm,spci-manifest-1.0";
+ compatible = "arm,ffa-manifest-1.0";
/* Properties */
description = "Base-1";
- spci-version = <0x00000009>; /* 31:16 - Major, 15:0 - Minor */
+ ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
uuid = <0xd1582309 0xf02347b9 0x827c4464 0xf5578fc8>;
id = <2>;
auxiliary-id = <0xae>;
@@ -34,7 +34,7 @@
gp-register-num = <0x0>;
rx_tx-info {
- compatible = "arm,spci-manifest-rx_tx-buffer";
+ compatible = "arm,ffa-manifest-rx_tx-buffer";
description = "NS RX/TX Buffer";
pages-count = <1>;
@@ -43,7 +43,7 @@
};
memory-regions {
- compatible = "arm,spci-manifest-memory-regions";
+ compatible = "arm,ffa-manifest-memory-regions";
test-memory {
description = "Test Memory";
pages-count = <32>; /* 128KiB with 4KiB pages */
@@ -53,7 +53,7 @@
};
device-regions {
- compatible = "arm,spci-manifest-device-regions";
+ compatible = "arm,ffa-manifest-device-regions";
attributes = <0x0>;
test-reg {
reg = <0x10000008 0x00000001 1>; /* Arbitrary test address */