Jorge Ramirez-Ortiz | 3f1a992 | 2022-09-13 14:18:35 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | <default remote="github" revision="master" /> |
| 5 | |
| 6 | <!-- OP-TEE gits --> |
Jens Wiklander | 2eb4cd4 | 2024-01-19 18:28:28 +0100 | [diff] [blame] | 7 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
| 8 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
| 9 | <project path="optee_docs" name="OP-TEE/optee_docs.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
| 10 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
| 11 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/4.1.0" clone-depth="1" > |
Jorge Ramirez-Ortiz | 3f1a992 | 2022-09-13 14:18:35 +0200 | [diff] [blame] | 12 | <linkfile src="versal.mk" dest="build/Makefile" /> |
| 13 | </project> |
| 14 | |
| 15 | <!-- linaro-swg gits --> |
Jens Wiklander | 2eb4cd4 | 2024-01-19 18:28:28 +0100 | [diff] [blame] | 16 | <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
| 17 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/4.1.0" clone-depth="1" /> |
Jorge Ramirez-Ortiz | 3f1a992 | 2022-09-13 14:18:35 +0200 | [diff] [blame] | 18 | |
| 19 | <!-- Foundries.io gits - upstream work in progress --> |
| 20 | <project path="arm-trusted-firmware" name="foundriesio/arm-trusted-firmware.git" revision="refs/heads/xlnx-v2.7-versal"/> |
Jorge Ramirez-Ortiz | 3f1a992 | 2022-09-13 14:18:35 +0200 | [diff] [blame] | 21 | |
| 22 | <!-- Xilinx gits --> |
| 23 | <project path="u-boot" name="Xilinx/u-boot-xlnx.git" revision="refs/tags/xilinx-v2022.1"/> |
| 24 | <project path="linux" name="Xilinx/linux-xlnx.git" revision="refs/tags/xilinx-v2022.1"/> |
| 25 | <project path="bootgen" name="Xilinx/bootgen.git" revision="refs/tags/xilinx_v2022.1"/> |
| 26 | |
| 27 | <!-- Misc gits --> |
Jerome Forissier | a4dd5a6 | 2023-01-27 10:41:46 +0100 | [diff] [blame] | 28 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" /> |
Jorge Ramirez-Ortiz | 3f1a992 | 2022-09-13 14:18:35 +0200 | [diff] [blame] | 29 | </manifest> |