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" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 5 | |
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" /> |
Jerome Forissier | 3197a40 | 2020-10-16 09:02:35 +0200 | [diff] [blame] | 20 | <project path="soc_term" name="linaro-swg/soc_term.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 --> |
Mingyuan Xiang | 736a645 | 2021-03-16 16:47:50 +0800 | [diff] [blame] | 23 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.02" clone-depth="1" /> |
Mingyuan Xiang | 3d7a2f3 | 2021-03-18 16:07:57 +0800 | [diff] [blame] | 24 | <project path="edk2" name="tianocore/edk2.git" revision="refs/tags/edk2-stable202102" sync-s="true" /> |
Victor Chong | 71767d5 | 2019-07-20 03:23:05 +0100 | [diff] [blame] | 25 | <project path="mbedtls" name="ARMmbed/mbedtls.git" revision="refs/tags/mbedtls-2.16.0" clone-depth="1" /> |
Mingyuan Xiang | df8e193 | 2021-03-18 16:21:19 +0800 | [diff] [blame^] | 26 | <project path="qemu" name="qemu/qemu.git" revision="39912c14da07a2dbc73854addcfa0a42596340ac" clone-depth="1" /> |
Etienne Carriere | f42f19e | 2020-06-05 15:56:11 +0200 | [diff] [blame] | 27 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.3" clone-depth="1" remote="tfo" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 28 | </manifest> |