Ibai Erkiaga | 90853eb | 2021-08-19 15:20:43 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | |
| 5 | <default remote="github" revision="master" /> |
| 6 | |
| 7 | <!-- OP-TEE gits --> |
Ruchika Gupta | 12b4002 | 2021-10-18 11:23:23 +0530 | [diff] [blame] | 8 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.15.0" clone-depth="1" /> |
| 9 | <project path="optee_docs" name="OP-TEE/optee_docs.git" revision="refs/tags/3.15.0" clone-depth="1" /> |
| 10 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.15.0" clone-depth="1"/> |
| 11 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.15.0" clone-depth="1" /> |
| 12 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.15.0" clone-depth="1" > |
Ibai Erkiaga | 90853eb | 2021-08-19 15:20:43 +0100 | [diff] [blame] | 13 | <linkfile src="zynqmp.mk" dest="build/Makefile" /> |
| 14 | </project> |
| 15 | |
| 16 | <!-- linaro-swg gits --> |
Ruchika Gupta | 12b4002 | 2021-10-18 11:23:23 +0530 | [diff] [blame] | 17 | <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/3.15.0" clone-depth="1" /> |
| 18 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.15.0" clone-depth="1" /> |
Ibai Erkiaga | 90853eb | 2021-08-19 15:20:43 +0100 | [diff] [blame] | 19 | |
| 20 | <!-- Xilinx gits --> |
| 21 | <project path="arm-trusted-firmware" name="Xilinx/arm-trusted-firmware" /> |
| 22 | <project path="u-boot-xlnx" name="Xilinx/u-boot-xlnx" revision="refs/tags/xilinx-v2021.1"/> |
| 23 | <project path="linux-xlnx" name="Xilinx/linux-xlnx" revision="refs/tags/xilinx-v2021.1"/> |
| 24 | <project path="bootgen" name="Xilinx/bootgen" revision="refs/tags/xilinx_v2021.1"/> |
| 25 | |
| 26 | <!-- Misc gits --> |
Jerome Forissier | e8d2210 | 2021-09-29 14:02:13 +0200 | [diff] [blame] | 27 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.08" clone-depth="1" /> |
Ibai Erkiaga | 90853eb | 2021-08-19 15:20:43 +0100 | [diff] [blame] | 28 | </manifest> |