blob: db571d39ee9030cd231aa939a061da77c59fe60e [file] [log] [blame]
Jerome Forissier09f849e2022-11-03 16:42:17 +01001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote name="github" fetch="https://github.com" />
4 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
5 <remote name="u-boot" fetch="https://source.denx.de/u-boot" />
6 <default remote="github" revision="master" />
7
8 <!-- OP-TEE gits -->
Joakim Bech41afa4a2023-07-07 13:33:33 +02009 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.22.0" clone-depth="1" />
10 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.22.0" clone-depth="1" />
11 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.22.0" clone-depth="1" />
12 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.22.0" clone-depth="1">
Jerome Forissier09f849e2022-11-03 16:42:17 +010013 <linkfile src="rockpi4.mk" dest="build/Makefile" />
14 </project>
15
16 <!-- linaro-swg gits -->
Joakim Bech41afa4a2023-07-07 13:33:33 +020017 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.22.0" clone-depth="1" />
18 <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/3.22.0" clone-depth="1"/>
19 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.22.0" clone-depth="1" />
Jerome Forissier09f849e2022-11-03 16:42:17 +010020
21 <!-- Misc gits -->
Jerome Forissiera4dd5a62023-01-27 10:41:46 +010022 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" />
Jerome Forissier09f849e2022-11-03 16:42:17 +010023 <project path="rkdeveloptool" name="rockchip-linux/rkdeveloptool" />
24 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.7" clone-depth="1" remote="tfo" />
25 <project path="u-boot" name="u-boot.git" revision="refs/tags/v2022.10" remote="u-boot" clone-depth="1" />
26</manifest>