blob: f0025d605b9df861c356dae29dc2d95350521942 [file] [log] [blame]
Balint Dobszaye4a96402022-06-13 13:43:51 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <include name="fvp.xml" />
4
5 <remote name="arm-gitlab" fetch="https://git.gitlab.arm.com" />
Imre Kis39865202023-04-13 16:27:03 +02006 <remote name="kernel-org" fetch="https://git.kernel.org" />
Balint Dobszaye4a96402022-06-13 13:43:51 +02007
8 <!-- OP-TEE gits -->
9 <!-- Need to remove and re-add to replace Makefile symlink -->
10 <remove-project path="build" name="OP-TEE/build.git" />
11 <project path="build" name="OP-TEE/build.git">
12 <linkfile src="fvp-psa-sp.mk" dest="build/Makefile" />
13 </project>
14
15 <!-- linaro-swg gits -->
16 <!-- Replace Linux with mainline version -->
17 <remove-project path="linux" name="linaro-swg/linux.git" />
Imre Kis39865202023-04-13 16:27:03 +020018 <project path="linux" name="pub/scm/linux/kernel/git/stable/linux.git" revision="refs/tags/v6.1.34" clone-depth="1" remote="kernel-org" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020019
Imre Kis2c7cf682024-07-08 16:22:02 +020020 <!-- Trusted Firmware-A version and its MbedTLS dependency -->
21 <extend-project name="TF-A/trusted-firmware-a.git" path="trusted-firmware-a" revision="refs/tags/v2.11" remote="tfo" />
22 <extend-project name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-3.6.0" />
23
Balint Dobszaye4a96402022-06-13 13:43:51 +020024 <!-- Misc gits -->
25 <!-- The fTPM is not used in this config -->
26 <remove-project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" />
27 <!-- Add Trusted Services Linux drivers -->
Imre Kis39865202023-04-13 16:27:03 +020028 <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" />
Gyorgy Szing77271d72023-10-12 09:12:58 +020029 <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" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020030 <!-- Add Trusted Services project -->
Imre Kis2c7cf682024-07-08 16:22:02 +020031 <project path="trusted-services" name="TS/trusted-services.git" revision="4242972c139b785decc9910ab7e356a63bd72a3b" remote="tfo" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020032</manifest>