Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 3 | <remote name="github" fetch="https://github.com" /> |
Victor Chong | 945ca87 | 2019-08-08 17:32:22 +0100 | [diff] [blame] | 4 | <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
Ruchika Gupta | 75a5f2f | 2021-06-16 10:26:02 +0530 | [diff] [blame] | 5 | <remote name="u-boot" fetch="https://source.denx.de/u-boot" /> |
Jerome Forissier | a402bf1 | 2021-06-23 11:16:15 +0200 | [diff] [blame] | 6 | <remote name="xen-git" fetch="https://xenbits.xen.org/git-http" /> |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 7 | <default remote="github" revision="master" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 8 | |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 9 | <!-- 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 Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 15 | </project> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 16 | |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 17 | <!-- linaro-swg gits --> |
Jerome Forissier | 62f48b9 | 2020-04-03 13:24:48 +0200 | [diff] [blame] | 18 | <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" /> |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 19 | <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git"/> |
| 20 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 21 | |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 22 | <!-- Misc gits --> |
Jerome Forissier | 8de68ad | 2022-01-11 11:02:55 +0100 | [diff] [blame] | 23 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" /> |
Jerome Forissier | 6235f6f | 2022-05-04 16:10:07 +0200 | [diff] [blame^] | 24 | <project path="edk2" name="tianocore/edk2.git" revision="refs/tags/edk2-stable202202" sync-s="true" /> |
Jerome Forissier | 3249cb8 | 2022-03-31 16:33:21 +0200 | [diff] [blame] | 25 | <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.26.0" clone-depth="1" /> |
Yuan Zhuang | 7da79fb | 2021-09-28 22:33:54 -0700 | [diff] [blame] | 26 | <project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="8520a2018705edcebfb7e729bd2ced12414fc052" /> |
Jerome Forissier | 959648f | 2021-05-03 15:35:44 +0200 | [diff] [blame] | 27 | <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v6.0.0" clone-depth="1" /> |
Jerome Forissier | fbefea5 | 2022-01-10 14:25:58 +0100 | [diff] [blame] | 28 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" /> |
Ruchika Gupta | 75a5f2f | 2021-06-16 10:26:02 +0530 | [diff] [blame] | 29 | <project path="u-boot" name="u-boot.git" revision="refs/tags/v2021.04" remote="u-boot" clone-depth="1" /> |
Jerome Forissier | a587688 | 2021-06-30 19:07:46 +0200 | [diff] [blame] | 30 | <project path="xen" name="xen.git" revision="refs/tags/RELEASE-4.14.1" remote="xen-git" clone-depth="1" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 31 | </manifest> |