Switch to Arm FF-A TEE driver
TS has switched from the arm_ffa_user to the arm-ffa-tee Linux driver.
PSA SPs are now only able to use the latter and the manifest needs to
be updated.
Note: this manifest pulls the old driver too. This driver remains in
service for SmmGW SP testing purposes only. Since that SP is not yet
supported by the up-stream OP-TEE SPMC the driver is built, loaded, but
not actually used.
Signed-off-by: Gyorgy Szing Gyorgy.Szing@arm.com
Change-Id: Idefc5b7ca67cc7e679e492d08aa477bb685a4800
diff --git a/psa-sp-fvp.xml b/psa-sp-fvp.xml
index 542b152..6bcf485 100644
--- a/psa-sp-fvp.xml
+++ b/psa-sp-fvp.xml
@@ -27,9 +27,14 @@
<project path="linux" name="torvalds/linux.git"
revision="refs/tags/v5.16" clone-depth="1" remote="github" />
+ <!-- This driver will be used in the future by SmmGW tests. It is added only for
+ compatibility with OP-TEE/build.git:psa-development. -->
<project path="linux_poc" name="linux-arm/linux-trusted-services.git"
revision="refs/tags/v4.0.0" clone-depth="1" remote="arm-gitlab"/>
+ <project path="linux_tee" name="linux-arm/linux-trusted-services"
+ revision="refs/tags/tee-v1" clone-depth="1" remote="arm-gitlab"/>
+
<!-- Misc gits -->
<project path="buildroot" name="buildroot/buildroot.git"
revision="95942f5fcd35d783a49adce621ccf33480f1c88c" />