blob: cb42abd5755664807b1f9324be89f88c3d734ed5 [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" />
Joakim Bech09ccff62018-03-14 15:55:17 +01006 <default remote="github" revision="master" />
Matt Ma99a604a2016-07-08 09:48:49 +08007
Joakim Bech09ccff62018-03-14 15:55:17 +01008 <!-- OP-TEE gits -->
9 <project path="optee_client" name="OP-TEE/optee_client.git" />
10 <project path="optee_os" name="OP-TEE/optee_os.git" />
11 <project path="optee_test" name="OP-TEE/optee_test.git" />
12 <project path="build" name="OP-TEE/build.git">
13 <linkfile src="qemu_v8.mk" dest="build/Makefile" />
Joakim Bech09ccff62018-03-14 15:55:17 +010014 </project>
Matt Ma99a604a2016-07-08 09:48:49 +080015
Joakim Bech09ccff62018-03-14 15:55:17 +010016 <!-- linaro-swg gits -->
Jerome Forissier62f48b92020-04-03 13:24:48 +020017 <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
Joakim Bech09ccff62018-03-14 15:55:17 +010018 <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git"/>
19 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
Matt Ma99a604a2016-07-08 09:48:49 +080020
Joakim Bech09ccff62018-03-14 15:55:17 +010021 <!-- Misc gits -->
Jerome Forissiera4dd5a62023-01-27 10:41:46 +010022 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" />
Jerome Forissier6235f6f2022-05-04 16:10:07 +020023 <project path="edk2" name="tianocore/edk2.git" revision="refs/tags/edk2-stable202202" sync-s="true" />
Jerome Forissier3249cb82022-03-31 16:33:21 +020024 <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.26.0" clone-depth="1" />
Yuan Zhuangbeb79c22023-03-15 13:00:00 +000025 <project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="4031e7282a8f398f54faa19acb2b84fab05de877" />
Jens Wiklanderb0c52742023-01-04 11:53:45 +010026 <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v7.2.0" clone-depth="1" />
Jerome Forissierfbefea52022-01-10 14:25:58 +010027 <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 +053028 <project path="u-boot" name="u-boot.git" revision="refs/tags/v2021.04" remote="u-boot" clone-depth="1" />
Matt Ma99a604a2016-07-08 09:48:49 +080029</manifest>