-
Notifications
You must be signed in to change notification settings - Fork 202
Expand file tree
/
Copy pathfvp.xml
More file actions
14 lines (12 loc) · 927 Bytes
/
fvp.xml
File metadata and controls
14 lines (12 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="tfo" fetch="https://git.trustedfirmware.org" />
<include name="common.xml" />
<project path="build" name="OP-TEE/build.git">
<linkfile src="fvp.mk" dest="build/Makefile" />
</project>
<project path="hafnium" name="hafnium/hafnium.git" revision="refs/tags/v2.14.0" clone-depth="1" remote="tfo" />
<project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.14.0" clone-depth="1" remote="tfo" sync-s="true" />
<project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-3.6.5" sync-s="true" />
<project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2024.04" clone-depth="1" />
</manifest>