Etienne Carriere | 15e2432 | 2020-05-30 06:44:49 +0200 | [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" /> |
Etienne Carriere | 30fb9a8 | 2021-07-09 19:12:19 +0200 | [diff] [blame] | 5 | <remote name="u-boot" fetch="https://source.denx.de" /> |
Etienne Carriere | 15e2432 | 2020-05-30 06:44:49 +0200 | [diff] [blame] | 6 | |
| 7 | <default remote="github" revision="master" /> |
| 8 | |
| 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_docs" name="OP-TEE/optee_docs.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
| 12 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
| 13 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
| 14 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.22.0" clone-depth="1" > |
Etienne Carriere | 15e2432 | 2020-05-30 06:44:49 +0200 | [diff] [blame] | 15 | <linkfile src="stm32mp1.mk" dest="build/Makefile" /> |
| 16 | </project> |
| 17 | |
| 18 | <!-- linaro-swg gits --> |
Joakim Bech | 41afa4a | 2023-07-07 13:33:33 +0200 | [diff] [blame] | 19 | <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.22.0" clone-depth="1" /> |
| 20 | <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
| 21 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.22.0" clone-depth="1" /> |
Etienne Carriere | 15e2432 | 2020-05-30 06:44:49 +0200 | [diff] [blame] | 22 | |
| 23 | <!-- Misc gits --> |
Jerome Forissier | a4dd5a6 | 2023-01-27 10:41:46 +0100 | [diff] [blame] | 24 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" /> |
Etienne Carriere | b242f5c | 2023-05-07 08:12:09 +0200 | [diff] [blame] | 25 | <project path="edk2" name="tianocore/edk2.git" revision="refs/tags/edk2-stable202211" sync-s="true" clone-depth="1" /> |
| 26 | <project path="edk2-platforms" name="tianocore/edk2-platforms.git" revision="70b67dc9ab89689f26ad5e68a5efeac509a12115" sync-s="true" clone-depth="1" /> |
Etienne Carriere | d064c30 | 2023-05-07 07:54:49 +0200 | [diff] [blame] | 27 | <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.28.1" clone-depth="1" /> |
Etienne Carriere | 443e451 | 2023-05-07 08:10:46 +0200 | [diff] [blame] | 28 | <project path="scp-firmware" name="ARM-software/SCP-firmware.git" /> |
Johann Neuhauser | ef96a36 | 2022-11-22 10:10:59 +0100 | [diff] [blame] | 29 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.8" remote="tfo" clone-depth="1" /> |
Etienne Carriere | 122fe9a | 2023-05-07 08:14:57 +0200 | [diff] [blame] | 30 | <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2023.04" remote="u-boot" clone-depth="1" /> |
Etienne Carriere | 15e2432 | 2020-05-30 06:44:49 +0200 | [diff] [blame] | 31 | </manifest> |