blob: e3177dd99021b6cd1dab7b2348825e0880330674 [file] [log] [blame]
Igor Opaniuka69b8712018-06-04 12:04:40 +03001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote name="github" fetch="https://github.com" />
Victor Chong945ca872019-08-08 17:32:22 +01004 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
Igor Opaniukbde8e352019-10-09 23:16:56 +03005 <remote name="denx" fetch="https://gitlab.denx.de" />
Igor Opaniuka69b8712018-06-04 12:04:40 +03006
7 <default remote="github" revision="master" />
8
9 <!-- OP-TEE gits -->
10 <project path="build" name="OP-TEE/build.git" >
11 <linkfile src="poplar.mk" dest="build/Makefile" />
12 </project>
13 <project path="optee_client" name="OP-TEE/optee_client.git" />
14 <project path="optee_os" name="OP-TEE/optee_os.git" />
15 <project path="optee_test" name="OP-TEE/optee_test.git" />
16
17 <!-- linaro-swg gits -->
18 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
Igor Opaniukc652c9e2020-05-11 15:59:00 +030019 <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
Igor Opaniuka69b8712018-06-04 12:04:40 +030020
21 <!-- 96boards-poplar gits -->
Igor Opaniuka69b8712018-06-04 12:04:40 +030022 <project path="l-loader" name="96boards-poplar/l-loader.git" revision="master" clone-depth="1" />
23 <project path="poplar-tools" name="96boards-poplar/poplar-tools.git" revision="master" clone-depth="1" />
Igor Opaniuk9975cb92021-09-29 19:22:19 +030024 <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2021.07" clone-depth="1" remote="denx" />
Igor Opaniuka69b8712018-06-04 12:04:40 +030025
26 <!-- Misc gits -->
Jerome Forissier8de68ad2022-01-11 11:02:55 +010027 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" />
Jerome Forissierfbefea52022-01-10 14:25:58 +010028 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" />
Igor Opaniuka69b8712018-06-04 12:04:40 +030029</manifest>