blob: 44ec90883aafd1022ca673b7e983dbfc704c0517 [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Victor Chong46dbf2d2019-08-09 19:41:49 +01003 <remote name="github" fetch="https://github.com" />
Joakim Bech63805f32018-03-14 15:54:32 +01004 <remote name="savannah" fetch="https://git.savannah.gnu.org/git" />
Victor Chong945ca872019-08-08 17:32:22 +01005 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
Joakim Bechdedcb922015-04-29 23:04:27 +02006
Joakim Bech63805f32018-03-14 15:54:32 +01007 <default remote="github" revision="master" />
Joakim Bechdedcb922015-04-29 23:04:27 +02008
Joakim Bech63805f32018-03-14 15:54:32 +01009 <!-- OP-TEE gits -->
Jerome Forissierb56ceab2020-10-16 16:53:57 +020010 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.11.0" clone-depth="1" />
11 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.11.0" clone-depth="1" />
12 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.11.0" clone-depth="1" />
13 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.11.0" clone-depth="1">
Joakim Bech63805f32018-03-14 15:54:32 +010014 <linkfile src="fvp.mk" dest="build/Makefile" />
15 </project>
Joakim Bechdedcb922015-04-29 23:04:27 +020016
Joakim Bech63805f32018-03-14 15:54:32 +010017 <!-- linaro-swg gits -->
Jerome Forissierb56ceab2020-10-16 16:53:57 +020018 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.11.0" clone-depth="1" />
19 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.11.0" clone-depth="1" />
Joakim Bechdedcb922015-04-29 23:04:27 +020020
Joakim Bech63805f32018-03-14 15:54:32 +010021 <!-- Misc gits -->
Jerome Forissier99f2e872020-09-21 16:53:26 +020022 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2020.08" clone-depth="1" />
Jerome Forissier7faa4e82018-08-03 11:07:14 +020023 <project path="edk2" name="tianocore/edk2.git" revision="dd4cae4d82c7477273f3da455084844db5cca0c0" />
24 <project path="edk2-platforms" name="tianocore/edk2-platforms.git" revision="02daa58c21f89628b4d8c76f95f3a554289149bc" />
Joakim Bech63805f32018-03-14 15:54:32 +010025 <project path="grub" name="grub.git" revision="refs/tags/grub-2.02" clone-depth="1" remote="savannah" />
Jerome Forissierc91340c2020-02-06 11:25:35 +010026 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.2" clone-depth="1" remote="tfo" />
Joakim Bechdedcb922015-04-29 23:04:27 +020027</manifest>