| <?xml version="1.0" encoding="UTF-8"?> |
| <manifest> |
| <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
| <remote name="u-boot" fetch="https://source.denx.de" /> |
| <remote name="arm-gitlab" fetch="https://git.gitlab.arm.com/" /> |
| |
| <include name="common.xml" /> |
| <project path="build" name="OP-TEE/build.git" > |
| <linkfile src="stm32mp1.mk" dest="build/Makefile" /> |
| </project> |
| |
| <!-- Misc gits --> |
| <project path="edk2" name="tianocore/edk2.git" revision="refs/tags/edk2-stable202211" sync-s="true" clone-depth="1" /> |
| <project path="edk2-platforms" name="tianocore/edk2-platforms.git" revision="5b9002e5f9119a832918c479071d18796349f3f1" sync-s="true" clone-depth="1" /> |
| <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.28.1" clone-depth="1" /> |
| <project path="scp-firmware" name="firmware/SCP-firmware.git" revision="3d1b98e38686889c5a7b1d91a8c0f22fcfedbbf7" remote="arm-gitlab" clone-depth="1" /> |
| <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.9" remote="tfo" clone-depth="1" /> |
| <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2024.01-rc1" remote="u-boot" clone-depth="1" /> |
| </manifest> |