blob: ae3470a50b99b325a00b9d4938e7cb8dea16087d [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Joakim Bech918f0412018-02-21 12:40:57 +01003 <remote name="github" fetch="https://github.com" />
Victor Chong945ca872019-08-08 17:32:22 +01004 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
Etienne Carrierecedbe2e2020-06-05 15:48:10 +02005 <remote name="u-boot" fetch="https://gitlab.denx.de/u-boot" />
Joakim Bechdedcb922015-04-29 23:04:27 +02006
Joakim Bech918f0412018-02-21 12:40:57 +01007 <default remote="github" revision="master" />
Joakim Bechdedcb922015-04-29 23:04:27 +02008
Joakim Bech918f0412018-02-21 12:40:57 +01009 <!-- OP-TEE gits -->
Etienne Carriereb8416862018-04-27 09:05:15 +020010 <project path="optee_client" name="OP-TEE/optee_client.git" />
11 <project path="optee_os" name="OP-TEE/optee_os.git" />
12 <project path="optee_test" name="OP-TEE/optee_test.git" />
13 <project path="build" name="OP-TEE/build.git">
Joakim Bech918f0412018-02-21 12:40:57 +010014 <linkfile src="qemu.mk" dest="build/Makefile" />
15 </project>
Joakim Bechdedcb922015-04-29 23:04:27 +020016
Joakim Bech918f0412018-02-21 12:40:57 +010017 <!-- linaro-swg gits -->
Jerome Forissier62f48b92020-04-03 13:24:48 +020018 <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
Etienne Carriereb8416862018-04-27 09:05:15 +020019 <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" />
20 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
Joakim Bechdedcb922015-04-29 23:04:27 +020021
Joakim Bech918f0412018-02-21 12:40:57 +010022 <!-- Misc gits -->
Jerome Forissier8de68ad2022-01-11 11:02:55 +010023 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" />
Jerome Forissier959648f2021-05-03 15:35:44 +020024 <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v6.0.0" clone-depth="1" />
Jerome Forissier7b69f4f2021-06-28 13:58:54 +020025 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.5" remote="tfo" />
Etienne Carrierecedbe2e2020-06-05 15:48:10 +020026 <project path="u-boot" name="u-boot.git" revision="refs/tags/v2020.04" remote="u-boot" clone-depth="1" />
Joakim Bechdedcb922015-04-29 23:04:27 +020027</manifest>