blob: 9bd15761d7f5380431e5e936f8f9ae8783a24a4c [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" />
Balint Dobszay9c1d24a2024-07-10 11:09:10 +020018 <project path="linux" name="pub/scm/linux/kernel/git/torvalds/linux.git" revision="refs/tags/v6.10" clone-depth="1" remote="kernel-org" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020019
20 <!-- Misc gits -->
21 <!-- The fTPM is not used in this config -->
22 <remove-project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" />
23 <!-- Add Trusted Services Linux drivers -->
Balint Dobszay9c1d24a2024-07-10 11:09:10 +020024 <project path="linux-arm-ffa-user" name="linux-arm/linux-trusted-services.git" revision="refs/tags/debugfs-v5.0.2" clone-depth="1" remote="arm-gitlab" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020025 <!-- Add Trusted Services project -->
Imre Kis82ab0fb2024-10-07 16:39:38 +020026 <project path="trusted-services" name="TS/trusted-services.git" revision="ee2e7cb2d4539ca2eb6bffb8a24644b37ecd584d" remote="tfo" />
Balint Dobszaye4a96402022-06-13 13:43:51 +020027</manifest>