Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Joakim Bech | 918f041 | 2018-02-21 12:40:57 +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" /> |
Etienne Carriere | cedbe2e | 2020-06-05 15:48:10 +0200 | [diff] [blame] | 5 | <remote name="u-boot" fetch="https://gitlab.denx.de/u-boot" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 6 | |
Joakim Bech | 918f041 | 2018-02-21 12:40:57 +0100 | [diff] [blame] | 7 | <default remote="github" revision="master" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 8 | |
Joakim Bech | 918f041 | 2018-02-21 12:40:57 +0100 | [diff] [blame] | 9 | <!-- OP-TEE gits --> |
Joakim Bech | cb7deb3 | 2021-01-20 16:45:47 +0100 | [diff] [blame] | 10 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.12.0" clone-depth="1" /> |
| 11 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.12.0" clone-depth="1" /> |
| 12 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.12.0" clone-depth="1" /> |
| 13 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.12.0" clone-depth="1"> |
Joakim Bech | 918f041 | 2018-02-21 12:40:57 +0100 | [diff] [blame] | 14 | <linkfile src="qemu.mk" dest="build/Makefile" /> |
| 15 | </project> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 16 | |
Joakim Bech | 918f041 | 2018-02-21 12:40:57 +0100 | [diff] [blame] | 17 | <!-- linaro-swg gits --> |
Joakim Bech | cb7deb3 | 2021-01-20 16:45:47 +0100 | [diff] [blame] | 18 | <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.12.0" clone-depth="1" /> |
| 19 | <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/3.12.0" clone-depth="1" /> |
| 20 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.12.0" clone-depth="1" /> |
Jerome Forissier | 3197a40 | 2020-10-16 09:02:35 +0200 | [diff] [blame] | 21 | <project path="soc_term" name="linaro-swg/soc_term.git" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 22 | |
Joakim Bech | 918f041 | 2018-02-21 12:40:57 +0100 | [diff] [blame] | 23 | <!-- Misc gits --> |
Jerome Forissier | 99f2e87 | 2020-09-21 16:53:26 +0200 | [diff] [blame] | 24 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2020.08" clone-depth="1" /> |
Jerome Forissier | 81137ed | 2020-08-12 13:42:22 +0200 | [diff] [blame] | 25 | <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v5.1.0" clone-depth="1" /> |
Etienne Carriere | 6e75545 | 2020-06-05 15:54:34 +0200 | [diff] [blame] | 26 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.3" remote="tfo" /> |
Etienne Carriere | cedbe2e | 2020-06-05 15:48:10 +0200 | [diff] [blame] | 27 | <project path="u-boot" name="u-boot.git" revision="refs/tags/v2020.04" remote="u-boot" clone-depth="1" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 28 | </manifest> |