aboutsummaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorArunachalam Ganapathy <arunachalam.ganapathy@arm.com>2020-11-17 15:05:01 +0000
committerArunachalam Ganapathy <arunachalam.ganapathy@arm.com>2020-12-14 18:02:33 +0000
commit39460d0570dbe8f6ba7b2d9666e48172bfcb73b0 (patch)
tree0ffa4d82c5fd11386049eeb2d8dadefac6a720cb /fdts
parentbe3a3bc715619b5ea15b3f338cd80d00d92cb836 (diff)
downloadtrusted-firmware-a-39460d0570dbe8f6ba7b2d9666e48172bfcb73b0.tar.gz
plat: tc0: OP-TEE as S-EL1 SP with SPMC at S-EL2
This patch adds support to enable OP-TEE as S-EL1 SP with SPMC at S-EL2 - create SPMC manifest file with OP-TEE as SP - add support for ARM_SPMC_MANIFEST_DTS build option - add optee entry with ffa as method in tc0.dts Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> Change-Id: Ia9b5c22c6f605d3886914bbac8ac45e8365671cb
Diffstat (limited to 'fdts')
-rw-r--r--fdts/tc0.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/fdts/tc0.dts b/fdts/tc0.dts
index 763c813cf1..2a1c1cd3df 100644
--- a/fdts/tc0.dts
+++ b/fdts/tc0.dts
@@ -370,4 +370,17 @@
};
};
};
+
+ ffa {
+ compatible = "arm,ffa";
+ conduit = "smc";
+ mem_share_buffer = "tx";
+ };
+
+ firmware {
+ optee {
+ compatible = "linaro,optee-tz";
+ method = "ffa";
+ };
+ };
};