blob: ef4bc5dfbb4af3d672bc451deb4e60442358e03f [file] [log] [blame]
Matt Ma99a604a2016-07-08 09:48:49 +08001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Joakim Bech09ccff62018-03-14 15:55:17 +01003 <remote name="github" fetch="https://github.com" />
Victor Chong945ca872019-08-08 17:32:22 +01004 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
Ruchika Gupta75a5f2f2021-06-16 10:26:02 +05305 <remote name="u-boot" fetch="https://source.denx.de/u-boot" />
Jerome Forissiera402bf12021-06-23 11:16:15 +02006 <remote name="xen-git" fetch="https://xenbits.xen.org/git-http" />
Joakim Bech09ccff62018-03-14 15:55:17 +01007 <default remote="github" revision="master" />
Matt Ma99a604a2016-07-08 09:48:49 +08008
Joakim Bech09ccff62018-03-14 15:55:17 +01009 <!-- OP-TEE gits -->
10 <project path="optee_client" name="OP-TEE/optee_client.git" />
11 <project path="optee_os" name="OP-TEE/optee_os.git" />
12 <project path="optee_test" name="OP-TEE/optee_test.git" />
13 <project path="build" name="OP-TEE/build.git">
14 <linkfile src="qemu_v8.mk" dest="build/Makefile" />
Joakim Bech09ccff62018-03-14 15:55:17 +010015 </project>
Matt Ma99a604a2016-07-08 09:48:49 +080016
Joakim Bech09ccff62018-03-14 15:55:17 +010017 <!-- linaro-swg gits -->
Jerome Forissier62f48b92020-04-03 13:24:48 +020018 <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
Joakim Bech09ccff62018-03-14 15:55:17 +010019 <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git"/>
20 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
Matt Ma99a604a2016-07-08 09:48:49 +080021
Joakim Bech09ccff62018-03-14 15:55:17 +010022 <!-- Misc gits -->
Jerome Forissier8de68ad2022-01-11 11:02:55 +010023 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" />
Jerome Forissier6235f6f2022-05-04 16:10:07 +020024 <project path="edk2" name="tianocore/edk2.git" revision="refs/tags/edk2-stable202202" sync-s="true" />
Jerome Forissier3249cb82022-03-31 16:33:21 +020025 <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.26.0" clone-depth="1" />
Yuan Zhuang7da79fb2021-09-28 22:33:54 -070026 <project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="8520a2018705edcebfb7e729bd2ced12414fc052" />
Jerome Forissier959648f2021-05-03 15:35:44 +020027 <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v6.0.0" clone-depth="1" />
Jerome Forissierfbefea52022-01-10 14:25:58 +010028 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" />
Ruchika Gupta75a5f2f2021-06-16 10:26:02 +053029 <project path="u-boot" name="u-boot.git" revision="refs/tags/v2021.04" remote="u-boot" clone-depth="1" />
Jerome Forissiera5876882021-06-30 19:07:46 +020030 <project path="xen" name="xen.git" revision="refs/tags/RELEASE-4.14.1" remote="xen-git" clone-depth="1" />
Matt Ma99a604a2016-07-08 09:48:49 +080031</manifest>