Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | <remote name="linaro" fetch="https://git.linaro.org" /> |
| 5 | <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 6 | |
| 7 | <default remote="github" revision="master" /> |
| 8 | |
| 9 | <!-- OP-TEE gits --> |
Jens Wiklander | 2eb4cd4 | 2024-01-19 18:28:28 +0100 | [diff] [blame] | 10 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
| 11 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
| 12 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
| 13 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/4.1.0" clone-depth="1"> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 14 | <linkfile src="imx.mk" dest="build/Makefile" /> |
| 15 | </project> |
| 16 | |
| 17 | <!-- linaro-swg gits --> |
Jens Wiklander | 2eb4cd4 | 2024-01-19 18:28:28 +0100 | [diff] [blame] | 18 | <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-4.1.0" clone-depth="1" /> |
| 19 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 20 | |
| 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 | fbefea5 | 2022-01-10 14:25:58 +0100 | [diff] [blame] | 23 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" /> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 24 | <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2020.10-rc2" clone-depth="1" /> |
Jens Wiklander | 4543ba1 | 2023-07-03 09:36:37 +0200 | [diff] [blame] | 25 | <project path="imx-mkimage" name="nxp-imx/imx-mkimage.git" revision="refs/tags/rel_imx_5.4.24_2.1.0" clone-depth="1" /> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 26 | </manifest> |