blob: 7efdb8822de5c35f7dcb72a7f458a5748a9510cc [file] [log] [blame]
Jens Wiklander468d9842016-02-04 10:36:57 +01001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Joakim Bechfb247aa2018-03-14 15:55:03 +01003 <remote name="github" fetch="https://github.com" />
4 <remote name="linaro" fetch="https://git.linaro.org" />
Jens Wiklander468d9842016-02-04 10:36:57 +01005
Joakim Bechfb247aa2018-03-14 15:55:03 +01006 <default remote="github" revision="master" />
Jens Wiklander468d9842016-02-04 10:36:57 +01007
Joakim Bechfb247aa2018-03-14 15:55:03 +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="juno.mk" dest="build/Makefile" />
14 </project>
Jens Wiklander468d9842016-02-04 10:36:57 +010015
Joakim Bechfb247aa2018-03-14 15:55:03 +010016 <!-- linaro-swg gits -->
Jerome Forissier445fda92018-11-06 14:10:49 +010017 <project path="linux" name="linaro-swg/linux.git" revision="221a1acee8047ae65c2d5980e3a7c5f73362c59d"/>
Joakim Bechfb247aa2018-03-14 15:55:03 +010018 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
Jens Wiklander468d9842016-02-04 10:36:57 +010019
Joakim Bechfb247aa2018-03-14 15:55:03 +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 Forissierda2ce6b2018-08-03 11:30:04 +020022 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2018.08" clone-depth="1" />
Joakim Bechfb247aa2018-03-14 15:55:03 +010023 <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2018.03" clone-depth="1" />
Jens Wiklander80189672018-04-04 13:53:00 +020024 <project path="vexpress-firmware" name="arm/vexpress-firmware.git" revision="670a8336738046ac910f4ed3746edc1b4ecf086c" remote="linaro"/>
Jens Wiklander468d9842016-02-04 10:36:57 +010025</manifest>