blob: 0ce1186c4753a714f832d3dbcaf4fc42e6d622d1 [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" />
Jens Wiklander3ecbaf12023-11-17 13:46:57 +01006 <remote name="xenbits" fetch="https://xenbits.xen.org/" />
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 Forissiera4dd5a62023-01-27 10:41:46 +010023 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" />
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" />
Sumit Garge42d2932024-01-16 15:02:26 +053025 <project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="bc6ae8911b6ae093e8369a53a42b8c99307f7dc5" />
Jens Wiklanderfbed8692023-12-07 20:40:54 +010026 <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v8.1.2" clone-depth="1" />
Jens Wiklandere6e296e2023-12-07 15:42:24 +010027 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.10" clone-depth="1" remote="tfo" />
Jens Wiklander98fbb942023-12-07 11:06:30 +010028 <project path="hafnium" name="hafnium/hafnium.git" revision="refs/tags/v2.10" clone-depth="1" remote="tfo" />
Jerome Forissier49efe902023-07-27 14:07:54 +020029 <project path="u-boot" name="u-boot.git" revision="refs/tags/v2023.07.02" remote="u-boot" clone-depth="1" />
Jens Wiklander3ecbaf12023-11-17 13:46:57 +010030 <project path="xen" name="git-http/xen.git" revision="refs/tags/RELEASE-4.18.0" clone-depth="1" remote="xenbits" />
Vincent Guittot61eee2f2023-12-08 16:24:35 +010031 <project path="SCP-firmware" name="ARM-software/SCP-firmware.git" revision="refs/tags/v2.13.0" clone-depth="1" />
Matt Ma99a604a2016-07-08 09:48:49 +080032</manifest>