blob: f0025d605b9df861c356dae29dc2d95350521942 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<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 -->
<remove-project path="build" name="OP-TEE/build.git" />
<project path="build" name="OP-TEE/build.git">
<linkfile src="fvp-psa-sp.mk" dest="build/Makefile" />
</project>
<!-- linaro-swg gits -->
<!-- Replace Linux with mainline version -->
<remove-project path="linux" name="linaro-swg/linux.git" />
<project path="linux" name="pub/scm/linux/kernel/git/stable/linux.git" revision="refs/tags/v6.1.34" clone-depth="1" remote="kernel-org" />
<!-- Trusted Firmware-A version and its MbedTLS dependency -->
<extend-project name="TF-A/trusted-firmware-a.git" path="trusted-firmware-a" revision="refs/tags/v2.11" remote="tfo" />
<extend-project name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-3.6.0" />
<!-- 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="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-v2.0.0" clone-depth="1" remote="arm-gitlab" />
<!-- Add Trusted Services project -->
<project path="trusted-services" name="TS/trusted-services.git" revision="4242972c139b785decc9910ab7e356a63bd72a3b" remote="tfo" />
</manifest>