| <?xml version="1.0" encoding="UTF-8"?> |
| <manifest> |
| <remote name="github" fetch="https://github.com" /> |
| <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
| <remote name="u-boot" fetch="https://source.denx.de/u-boot" /> |
| <remote name="xenbits" fetch="https://xenbits.xen.org/" /> |
| <default remote="github" revision="master" /> |
| |
| <!-- OP-TEE gits --> |
| <project path="optee_client" name="OP-TEE/optee_client.git" /> |
| <project path="optee_os" name="OP-TEE/optee_os.git" /> |
| <project path="optee_test" name="OP-TEE/optee_test.git" /> |
| <project path="build" name="OP-TEE/build.git"> |
| <linkfile src="qemu_v8.mk" dest="build/Makefile" /> |
| </project> |
| |
| <!-- linaro-swg gits --> |
| <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" /> |
| <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git"/> |
| <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
| |
| <!-- Misc gits --> |
| <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" /> |
| <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.26.0" clone-depth="1" /> |
| <project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="bc6ae8911b6ae093e8369a53a42b8c99307f7dc5" /> |
| <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v8.1.2" clone-depth="1" /> |
| <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.10" clone-depth="1" remote="tfo" /> |
| <project path="hafnium" name="hafnium/hafnium.git" revision="refs/tags/v2.10" clone-depth="1" remote="tfo" /> |
| <project path="u-boot" name="u-boot.git" revision="refs/tags/v2023.07.02" remote="u-boot" clone-depth="1" /> |
| <project path="xen" name="git-http/xen.git" revision="refs/tags/RELEASE-4.18.0" clone-depth="1" remote="xenbits" /> |
| <project path="SCP-firmware" name="ARM-software/SCP-firmware.git" revision="refs/tags/v2.13.0" clone-depth="1" /> |
| </manifest> |