blob: 604791fd33be3fae4085e7078a3b7acfcf259af5 [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" />
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +01006
7 <default remote="github" revision="master" />
8
9 <!-- OP-TEE gits -->
Jens Wiklander2eb4cd42024-01-19 18:28:28 +010010 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/4.1.0" clone-depth="1" />
11 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/4.1.0" clone-depth="1" />
12 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/4.1.0" clone-depth="1" />
13 <project path="build" name="OP-TEE/build.git" revision="refs/tags/4.1.0" clone-depth="1">
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +010014 <linkfile src="imx.mk" dest="build/Makefile" />
15 </project>
16
17 <!-- linaro-swg gits -->
Jens Wiklander2eb4cd42024-01-19 18:28:28 +010018 <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-4.1.0" clone-depth="1" />
19 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/4.1.0" clone-depth="1" />
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +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 Forissierfbefea52022-01-10 14:25:58 +010023 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" />
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +010024 <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2020.10-rc2" clone-depth="1" />
Jens Wiklander4543ba12023-07-03 09:36:37 +020025 <project path="imx-mkimage" name="nxp-imx/imx-mkimage.git" revision="refs/tags/rel_imx_5.4.24_2.1.0" clone-depth="1" />
Jens Wiklanderbbc4eb12021-02-16 14:47:43 +010026</manifest>