blob: 259d230067e1faebe35b495af39d42ffd41699be [file] [log] [blame]
Etienne Carriere15e24322020-05-30 06:44:49 +02001<?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://gitlab.denx.de/u-boot" />
6
7 <default remote="github" revision="master" />
8
9 <!-- OP-TEE gits -->
Jerome Forissierb56ceab2020-10-16 16:53:57 +020010 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.11.0" clone-depth="1" />
11 <project path="optee_docs" name="OP-TEE/optee_docs.git" revision="refs/tags/3.11.0" clone-depth="1" />
12 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.11.0" clone-depth="1" />
13 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.11.0" clone-depth="1" />
14 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.11.0" clone-depth="1" >
Etienne Carriere15e24322020-05-30 06:44:49 +020015 <linkfile src="stm32mp1.mk" dest="build/Makefile" />
16 </project>
17
18 <!-- linaro-swg gits -->
Jerome Forissierb56ceab2020-10-16 16:53:57 +020019 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.11.0" clone-depth="1" />
20 <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/3.11.0" clone-depth="1" />
21 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.11.0" clone-depth="1" />
Etienne Carriere15e24322020-05-30 06:44:49 +020022
23 <!-- Misc gits -->
Jerome Forissier99f2e872020-09-21 16:53:26 +020024 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2020.08" clone-depth="1" />
Etienne Carriere15e24322020-05-30 06:44:49 +020025 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.3" remote="tfo" clone-depth="1" />
26 <project path="u-boot" name="u-boot.git" revision="refs/tags/v2020.04" remote="u-boot" clone-depth="1" />
27</manifest>