-
Notifications
You must be signed in to change notification settings - Fork 174
/
qemu_v8.xml
21 lines (19 loc) · 1.7 KB
/
qemu_v8.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="u-boot" fetch="https://source.denx.de/u-boot" />
<remote name="xenbits" fetch="https://xenbits.xen.org/" />
<remote name="arm-gitlab" fetch="https://git.gitlab.arm.com/" />
<include name="common.xml" />
<project path="build" name="OP-TEE/build.git">
<linkfile src="qemu_v8.mk" dest="build/Makefile" />
</project>
<!-- Misc gits -->
<project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="ec3eefd9de68a18d5acee1a151e0d93f6898807f" />
<project path="qemu" name="qemu/qemu.git" revision="refs/tags/v8.1.2" clone-depth="1" />
<project path="hafnium" name="TF-Hafnium/hafnium.git" revision="a33eca9976006ac9b08ed4afe6260a2e8b9d2b3a" clone-depth="1" />
<project path="trusted-firmware-a" name="TrustedFirmware-A/trusted-firmware-a.git" revision="refs/tags/v2.11" clone-depth="1" />
<project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-3.6.0" clone-depth="1" />
<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="firmware/SCP-firmware.git" revision="refs/tags/v2.15.0" remote="arm-gitlab" clone-depth="1" />
</manifest>