blob: bcbb9191088ab6a770f43898e805b1d33b871ec0 [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Joakim Bech63805f32018-03-14 15:54:32 +01003 <remote name="github" fetch="https://github.com" />
4 <remote name="savannah" fetch="https://git.savannah.gnu.org/git" />
Joakim Bechdedcb922015-04-29 23:04:27 +02005
Joakim Bech63805f32018-03-14 15:54:32 +01006 <default remote="github" revision="master" />
Joakim Bechdedcb922015-04-29 23:04:27 +02007
Joakim Bech63805f32018-03-14 15:54:32 +01008 <!-- OP-TEE gits -->
9 <project path="optee_client" name="OP-TEE/optee_client.git" />
10 <project path="optee_os" name="OP-TEE/optee_os.git" />
11 <project path="optee_test" name="OP-TEE/optee_test.git" />
12 <project path="build" name="OP-TEE/build.git">
13 <linkfile src="fvp.mk" dest="build/Makefile" />
14 </project>
Joakim Bechdedcb922015-04-29 23:04:27 +020015
Joakim Bech63805f32018-03-14 15:54:32 +010016 <!-- linaro-swg gits -->
Jerome Forissier445fda92018-11-06 14:10:49 +010017 <project path="linux" name="linaro-swg/linux.git" revision="221a1acee8047ae65c2d5980e3a7c5f73362c59d" />
Joakim Bech63805f32018-03-14 15:54:32 +010018 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
Joakim Bechdedcb922015-04-29 23:04:27 +020019
Joakim Bech63805f32018-03-14 15:54:32 +010020 <!-- Misc gits -->
Joakim Bech0f9fe342019-01-11 09:53:10 +010021 <project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" revision="34efb683e32254b8c325ac3071c5776d243a7b99" />
Jerome Forissier7faa4e82018-08-03 11:07:14 +020022 <project path="edk2" name="tianocore/edk2.git" revision="dd4cae4d82c7477273f3da455084844db5cca0c0" />
23 <project path="edk2-platforms" name="tianocore/edk2-platforms.git" revision="02daa58c21f89628b4d8c76f95f3a554289149bc" />
Joakim Bech63805f32018-03-14 15:54:32 +010024 <project path="grub" name="grub.git" revision="refs/tags/grub-2.02" clone-depth="1" remote="savannah" />
Jerome Forissierda2ce6b2018-08-03 11:30:04 +020025 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2018.08" clone-depth="1" />
Joakim Bechdedcb922015-04-29 23:04:27 +020026</manifest>