Jerome Forissier | 09f849e | 2022-11-03 16:42:17 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
| 5 | <remote name="u-boot" fetch="https://source.denx.de/u-boot" /> |
| 6 | <default remote="github" revision="master" /> |
| 7 | |
| 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="rockpi4.mk" dest="build/Makefile" /> |
| 14 | </project> |
| 15 | |
| 16 | <!-- linaro-swg gits --> |
| 17 | <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" /> |
| 18 | <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git"/> |
| 19 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
| 20 | |
| 21 | <!-- Misc gits --> |
| 22 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" /> |
| 23 | <project path="rkdeveloptool" name="rockchip-linux/rkdeveloptool" /> |
| 24 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.7" clone-depth="1" remote="tfo" /> |
| 25 | <project path="u-boot" name="u-boot.git" revision="refs/tags/v2022.10" remote="u-boot" clone-depth="1" /> |
| 26 | </manifest> |