blob: 5677c311e64374c50f771bdab136f4f90f16bbb5 [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Victor Chong945ca872019-08-08 17:32:22 +01003 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
Jerome Forissier442cf3b2024-06-27 10:06:59 +02004 <remote name="u-boot" fetch="https://source.denx.de/u-boot" />
Joakim Bechdedcb922015-04-29 23:04:27 +02005
Igor Opaniuk9b029de2024-01-15 19:17:57 +01006 <include name="common.xml" />
Joakim Beche64ebcf2025-01-17 12:53:30 +01007 <project path="build" name="OP-TEE/build.git" revision="refs/tags/4.5.0" clone-depth="1">
Joakim Bech918f0412018-02-21 12:40:57 +01008 <linkfile src="qemu.mk" dest="build/Makefile" />
9 </project>
Joakim Bechdedcb922015-04-29 23:04:27 +020010
Jerome Forissier1d48e412022-06-16 14:50:10 -070011 <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v7.0.0" clone-depth="1" />
Jerome Forissierfbefea52022-01-10 14:25:58 +010012 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" remote="tfo" />
Igor Opaniuk4dbf3a82024-07-05 16:25:57 +020013 <project path="u-boot" name="u-boot.git" revision="refs/tags/v2024.07" remote="u-boot" clone-depth="1" />
Joakim Bechdedcb922015-04-29 23:04:27 +020014</manifest>