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 | 41afa4a | 2023-07-07 13:33:33 +0200 | [diff] [blame] | 10 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
| 11 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
| 12 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
| 13 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.22.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 | 41afa4a | 2023-07-07 13:33:33 +0200 | [diff] [blame] | 18 | <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.22.0" clone-depth="1" /> |
| 19 | <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
| 20 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 21 | |
Joakim Bech | 918f041 | 2018-02-21 12:40:57 +0100 | [diff] [blame] | 22 | <!-- Misc gits --> |
Jerome Forissier | a4dd5a6 | 2023-01-27 10:41:46 +0100 | [diff] [blame] | 23 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" /> |
Jerome Forissier | 1d48e41 | 2022-06-16 14:50:10 -0700 | [diff] [blame] | 24 | <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v7.0.0" clone-depth="1" /> |
Jerome Forissier | fbefea5 | 2022-01-10 14:25:58 +0100 | [diff] [blame] | 25 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" remote="tfo" /> |
Etienne Carriere | cedbe2e | 2020-06-05 15:48:10 +0200 | [diff] [blame] | 26 | <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] | 27 | </manifest> |