blob: 6792a727194973e177b3212ffc921a18967e66b6 [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 -->
Jens Wiklander2eb4cd42024-01-19 18:28:28 +01009 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/4.1.0" clone-depth="1" />
10 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/4.1.0" clone-depth="1" />
11 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/4.1.0" clone-depth="1" />
12 <project path="build" name="OP-TEE/build.git" revision="refs/tags/4.1.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 -->
Jens Wiklander2eb4cd42024-01-19 18:28:28 +010017 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-4.1.0" clone-depth="1" />
18 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/4.1.0" clone-depth="1" />
Jens Wiklander468d9842016-02-04 10:36:57 +010019
Joakim Bechfb247aa2018-03-14 15:55:03 +010020 <!-- Misc gits -->
Jerome Forissiera4dd5a62023-01-27 10:41:46 +010021 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" 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>