fvp-ts: pin TS component versions
Set fixed version for linux-arm-ffa-user, linux-arm-ffa-tee and
trusted-services components in fvp-ts.xml.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/fvp-ts.xml b/fvp-ts.xml
index 3d56f93..f3dd829 100644
--- a/fvp-ts.xml
+++ b/fvp-ts.xml
@@ -3,6 +3,7 @@
<include name="fvp.xml" />
<remote name="arm-gitlab" fetch="https://git.gitlab.arm.com" />
+ <remote name="kernel-org" fetch="https://git.kernel.org" />
<!-- OP-TEE gits -->
<!-- Need to remove and re-add to replace Makefile symlink -->
@@ -14,14 +15,14 @@
<!-- linaro-swg gits -->
<!-- Replace Linux with mainline version -->
<remove-project path="linux" name="linaro-swg/linux.git" />
- <project path="linux" name="torvalds/linux.git" revision="refs/tags/v6.1" clone-depth="1" />
+ <project path="linux" name="pub/scm/linux/kernel/git/stable/linux.git" revision="refs/tags/v6.1.34" clone-depth="1" remote="kernel-org" />
<!-- Misc gits -->
<!-- The fTPM is not used in this config -->
<remove-project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" />
<!-- Add Trusted Services Linux drivers -->
- <project path="linux-arm-ffa-user" name="linux-arm/linux-trusted-services.git" revision="debugfs-v5" clone-depth="1" remote="arm-gitlab" />
- <project path="linux-arm-ffa-tee" name="linux-arm/linux-trusted-services.git" revision="tee-v1" clone-depth="1" remote="arm-gitlab" />
+ <project path="linux-arm-ffa-user" name="linux-arm/linux-trusted-services.git" revision="refs/tags/debugfs-v5.0.1" clone-depth="1" remote="arm-gitlab" />
+ <project path="linux-arm-ffa-tee" name="linux-arm/linux-trusted-services.git" revision="refs/tags/tee-v1.1.2" clone-depth="1" remote="arm-gitlab" />
<!-- Add Trusted Services project -->
- <project path="trusted-services" name="TS/trusted-services.git" revision="integration" remote="tfo" />
+ <project path="trusted-services" name="TS/trusted-services.git" revision="e56c7b19eef74afd4f4d8962b1b1ce699f25833d" remote="tfo" />
</manifest>