blob: 9f2ed368de08dc0ee623b40a359ff9844b0aad4e [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" />
Victor Chong945ca872019-08-08 17:32:22 +01005 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
Jens Wiklander468d9842016-02-04 10:36:57 +01006
Joakim Bechfb247aa2018-03-14 15:55:03 +01007 <default remote="github" revision="master" />
Jens Wiklander468d9842016-02-04 10:36:57 +01008
Joakim Bechfb247aa2018-03-14 15:55:03 +01009 <!-- OP-TEE gits -->
Ruchika Gupta873d3e02021-04-30 12:51:56 +053010 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.13.0" clone-depth="1" />
11 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.13.0" clone-depth="1" />
12 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.13.0" clone-depth="1" />
13 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.13.0" clone-depth="1">
Joakim Bechfb247aa2018-03-14 15:55:03 +010014 <linkfile src="juno.mk" dest="build/Makefile" />
15 </project>
Jens Wiklander468d9842016-02-04 10:36:57 +010016
Joakim Bechfb247aa2018-03-14 15:55:03 +010017 <!-- linaro-swg gits -->
Ruchika Gupta873d3e02021-04-30 12:51:56 +053018 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.13.0" clone-depth="1" />
19 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.13.0" clone-depth="1" />
Jens Wiklander468d9842016-02-04 10:36:57 +010020
Joakim Bechfb247aa2018-03-14 15:55:03 +010021 <!-- Misc gits -->
Mingyuan Xiang736a6452021-03-16 16:47:50 +080022 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.02" clone-depth="1" />
Jerome Forissierc91340c2020-02-06 11:25:35 +010023 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.2" clone-depth="1" remote="tfo" />
Joakim Bechfb247aa2018-03-14 15:55:03 +010024 <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 +020025 <project path="vexpress-firmware" name="arm/vexpress-firmware.git" revision="670a8336738046ac910f4ed3746edc1b4ecf086c" remote="linaro"/>
Jens Wiklander468d9842016-02-04 10:36:57 +010026</manifest>