blob: 83508b2568e490c26748b310abf073dc163b2a74 [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" />
6
7 <!-- OP-TEE gits -->
8 <!-- Need to remove and re-add to replace Makefile symlink -->
Jerome Forissier72cbb7e2022-10-14 20:55:40 +02009 <remove-project path="build" name="OP-TEE/build.git" revision="refs/tags/3.19.0" clone-depth="1">
10 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.19.0" clone-depth="1">
Balint Dobszaye4a96402022-06-13 13:43:51 +020011 <linkfile src="fvp-psa-sp.mk" dest="build/Makefile" />
12 </project>
13
14 <!-- linaro-swg gits -->
15 <!-- Replace Linux with mainline version -->
16 <remove-project path="linux" name="linaro-swg/linux.git" />
17 <project path="linux" name="torvalds/linux.git" revision="refs/tags/v5.16" clone-depth="1" />
18
19 <!-- Misc gits -->
20 <!-- The fTPM is not used in this config -->
21 <remove-project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" />
22 <!-- Add Trusted Services Linux drivers -->
23 <project path="linux-arm-ffa-user" name="linux-arm/linux-trusted-services.git" revision="refs/tags/v4.0.0" clone-depth="1" remote="arm-gitlab" />
24 <project path="linux-arm-ffa-tee" name="linux-arm/linux-trusted-services.git" revision="refs/tags/tee-v1" clone-depth="1" remote="arm-gitlab" />
25 <!-- Add Trusted Services project -->
26 <project path="trusted-services" name="TS/trusted-services.git" revision="integration" remote="tfo" />
27</manifest>