blob: 3d56f932d32a58d9bb18d33b7bc8219d4e476026 [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 -->
9 <remove-project path="build" name="OP-TEE/build.git" />
10 <project path="build" name="OP-TEE/build.git">
11 <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" />
Gabor Tothe9596802023-03-03 12:06:57 +010017 <project path="linux" name="torvalds/linux.git" revision="refs/tags/v6.1" clone-depth="1" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020018
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 -->
Gabor Tothe9596802023-03-03 12:06:57 +010023 <project path="linux-arm-ffa-user" name="linux-arm/linux-trusted-services.git" revision="debugfs-v5" clone-depth="1" remote="arm-gitlab" />
24 <project path="linux-arm-ffa-tee" name="linux-arm/linux-trusted-services.git" revision="tee-v1" clone-depth="1" remote="arm-gitlab" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020025 <!-- Add Trusted Services project -->
Gabor Tothe9596802023-03-03 12:06:57 +010026 <project path="trusted-services" name="TS/trusted-services.git" revision="integration" remote="tfo" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020027</manifest>