-
Notifications
You must be signed in to change notification settings - Fork 177
/
fvp-ts.xml
27 lines (23 loc) · 1.54 KB
/
fvp-ts.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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/torvalds/linux.git" revision="refs/tags/v6.10" clone-depth="1" remote="kernel-org" />
<!-- 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.2" clone-depth="1" remote="arm-gitlab" />
<!-- Add Trusted Services project -->
<project path="trusted-services" name="TS/trusted-services.git" revision="ee2e7cb2d4539ca2eb6bffb8a24644b37ecd584d" remote="tfo" />
</manifest>