blob: e7c7f134c506d50bc3e5f42c1e38ee1e62d5fd2a [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 -->
Ruchika Gupta12b40022021-10-18 11:23:23 +05309 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.15.0" clone-depth="1" />
10 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.15.0" clone-depth="1" />
11 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.15.0" clone-depth="1" />
12 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.15.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 -->
Ruchika Gupta12b40022021-10-18 11:23:23 +053017 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.15.0" clone-depth="1" />
18 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.15.0" clone-depth="1" />
Jens Wiklander468d9842016-02-04 10:36:57 +010019
Joakim Bechfb247aa2018-03-14 15:55:03 +010020 <!-- Misc gits -->
Jerome Forissiere8d22102021-09-29 14:02:13 +020021 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.08" clone-depth="1" />
Jens Wiklander69826182021-06-29 14:56:21 +020022 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.5" 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>