blob: e3ae9f3a3284eeaa614e72ed83006225bfc1cf36 [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" />
Victor Chong945ca872019-08-08 17:32:22 +01004 <remote name="tfo" fetch="https://git.trustedfirmware.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 -->
Jerome Forissier72cbb7e2022-10-14 20:55:40 +02009 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.19.0" clone-depth="1" />
10 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.19.0" clone-depth="1" />
11 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.19.0" clone-depth="1" />
12 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.19.0" clone-depth="1">
Joakim Bechfb247aa2018-03-14 15:55:03 +010013 <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 Forissier72cbb7e2022-10-14 20:55:40 +020017 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.19.0" clone-depth="1" />
18 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.19.0" clone-depth="1" />
Jens Wiklander468d9842016-02-04 10:36:57 +010019
Joakim Bechfb247aa2018-03-14 15:55:03 +010020 <!-- Misc gits -->
Jerome Forissier8de68ad2022-01-11 11:02:55 +010021 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" />
Jerome Forissierfbefea52022-01-10 14:25:58 +010022 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" />
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 Wiklander468d9842016-02-04 10:36:57 +010024</manifest>