Enable both FF-A user-space drivers
This setup pulls both the TEE and the DebugFS based driver. Having
both enables running all TS test and demo applications.
Note: since the layout of the working copy changes, a matching
version of the build repo is needed.
See: https://review.trustedfirmware.org/c/OP-TEE/build/+/15160
Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
Change-Id: I01c1c2cb3e4f71db543a3238c4446f4b7927a439
diff --git a/psa-sp-fvp.xml b/psa-sp-fvp.xml
index fed0db5..7dc2c31 100644
--- a/psa-sp-fvp.xml
+++ b/psa-sp-fvp.xml
@@ -31,6 +31,9 @@
<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" />