forked from OP-TEE/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstm32mp1.xml
18 lines (16 loc) · 1.24 KB
/
stm32mp1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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" />
<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="70b67dc9ab89689f26ad5e68a5efeac509a12115" 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="ARM-software/SCP-firmware.git" revision="refs/tags/v2.13.0" 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>