-
Notifications
You must be signed in to change notification settings - Fork 175
/
stm32mp1.xml
19 lines (17 loc) · 1.33 KB
/
stm32mp1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="refs/tags/v2.15.0" 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>