forked from OP-TEE/manifest
-
Notifications
You must be signed in to change notification settings - Fork 2
/
qemu_v8.xml
31 lines (28 loc) · 2.32 KB
/
qemu_v8.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
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com" />
<remote name="tfo" fetch="https://git.trustedfirmware.org" />
<remote name="u-boot" fetch="https://source.denx.de/u-boot" />
<remote name="xen-git" fetch="https://xenbits.xen.org/git-http" />
<default remote="github" revision="master" />
<!-- OP-TEE gits -->
<project path="optee_client" name="OP-TEE/optee_client.git" />
<project path="optee_os" name="OP-TEE/optee_os.git" />
<project path="optee_test" name="OP-TEE/optee_test.git" />
<project path="build" name="OP-TEE/build.git">
<linkfile src="qemu_v8.mk" dest="build/Makefile" />
</project>
<!-- linaro-swg gits -->
<project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
<project path="optee_benchmark" name="linaro-swg/optee_benchmark.git"/>
<project path="optee_examples" name="linaro-swg/optee_examples.git" />
<!-- Misc gits -->
<project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.08" clone-depth="1" />
<project path="edk2" name="tianocore/edk2.git" revision="refs/tags/edk2-stable202105" sync-s="true" />
<project path="mbedtls" name="ARMmbed/mbedtls.git" revision="refs/tags/mbedtls-2.26.0" clone-depth="1" />
<project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="8520a2018705edcebfb7e729bd2ced12414fc052" />
<project path="qemu" name="qemu/qemu.git" revision="refs/tags/v6.0.0" clone-depth="1" />
<project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.5" clone-depth="1" remote="tfo" />
<project path="u-boot" name="u-boot.git" revision="refs/tags/v2021.04" remote="u-boot" clone-depth="1" />
<project path="xen" name="xen.git" revision="refs/tags/RELEASE-4.14.1" remote="xen-git" clone-depth="1" />
</manifest>