blob: f364b55ec9d1b625e47cd13dea0e35b507a74c6d [file] [log] [blame]
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +01001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote name="github" fetch="https://github.com" />
4 <remote name="linaro" fetch="https://git.linaro.org" />
5 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
6 <remote name="ca" fetch="https://source.codeaurora.org/external/imx" />
7
8 <default remote="github" revision="master" />
9
10 <!-- OP-TEE gits -->
Jerome Forissier50b86282021-07-16 15:43:05 +020011 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.14.0" clone-depth="1" />
12 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.14.0" clone-depth="1" />
13 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.14.0" clone-depth="1" />
14 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.14.0" clone-depth="1">
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +010015 <linkfile src="imx.mk" dest="build/Makefile" />
16 </project>
17
18 <!-- linaro-swg gits -->
Jerome Forissier50b86282021-07-16 15:43:05 +020019 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.14.0" clone-depth="1" />
20 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.14.0" clone-depth="1" />
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +010021
22 <!-- Misc gits -->
Mingyuan Xiang736a6452021-03-16 16:47:50 +080023 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.02" clone-depth="1" />
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +010024 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.3" clone-depth="1" remote="tfo" />
25 <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2020.10-rc2" clone-depth="1" />
26 <project path="imx-mkimage" name="imx-mkimage.git" revision="refs/tags/rel_imx_5.4.24_2.1.0" clone-depth="1" remote="ca" />
27</manifest>