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" /> |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 6 | <default remote="github" revision="master" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 7 | |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 8 | <!-- 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 Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 14 | </project> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 15 | |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 16 | <!-- linaro-swg gits --> |
Jerome Forissier | 62f48b9 | 2020-04-03 13:24:48 +0200 | [diff] [blame] | 17 | <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] | 18 | <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git"/> |
| 19 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 20 | |
Joakim Bech | 09ccff6 | 2018-03-14 15:55:17 +0100 | [diff] [blame] | 21 | <!-- Misc gits --> |
Jerome Forissier | a4dd5a6 | 2023-01-27 10:41:46 +0100 | [diff] [blame] | 22 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" /> |
Jerome Forissier | 6235f6f | 2022-05-04 16:10:07 +0200 | [diff] [blame] | 23 | <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] | 24 | <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.26.0" clone-depth="1" /> |
Yuan Zhuang | beb79c2 | 2023-03-15 13:00:00 +0000 | [diff] [blame^] | 25 | <project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="4031e7282a8f398f54faa19acb2b84fab05de877" /> |
Jens Wiklander | b0c5274 | 2023-01-04 11:53:45 +0100 | [diff] [blame] | 26 | <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v7.2.0" clone-depth="1" /> |
Jerome Forissier | fbefea5 | 2022-01-10 14:25:58 +0100 | [diff] [blame] | 27 | <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] | 28 | <project path="u-boot" name="u-boot.git" revision="refs/tags/v2021.04" remote="u-boot" clone-depth="1" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 29 | </manifest> |