blob: b76d2a03296f10472d479a874668698703555645 [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" />
4
5 <default remote="github" revision="master" />
6
7 <!-- OP-TEE gits -->
Joakim Bech6d4c7212019-04-26 13:27:18 +02008 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.5.0" clone-depth="1" >
Igor Opaniuka69b8712018-06-04 12:04:40 +03009 <linkfile src="poplar.mk" dest="build/Makefile" />
10 </project>
Joakim Bech6d4c7212019-04-26 13:27:18 +020011 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.5.0" clone-depth="1" />
12 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.5.0" clone-depth="1" />
13 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.5.0" clone-depth="1" />
Igor Opaniuka69b8712018-06-04 12:04:40 +030014
15 <!-- linaro-swg gits -->
Joakim Bech6d4c7212019-04-26 13:27:18 +020016 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.5.0" clone-depth="1" />
Igor Opaniuka69b8712018-06-04 12:04:40 +030017
18 <!-- 96boards-poplar gits -->
19 <project path="linux" name="96boards-poplar/linux.git" revision="poplar-4.9" clone-depth="1" />
20 <project path="l-loader" name="96boards-poplar/l-loader.git" revision="master" clone-depth="1" />
21 <project path="poplar-tools" name="96boards-poplar/poplar-tools.git" revision="master" clone-depth="1" />
22 <project path="u-boot" name="96boards-poplar/u-boot.git" revision="latest" clone-depth="1" />
23
24 <!-- Misc gits -->
Joakim Bech0f9fe342019-01-11 09:53:10 +010025 <project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" revision="34efb683e32254b8c325ac3071c5776d243a7b99" />
Jerome Forissierda2ce6b2018-08-03 11:30:04 +020026 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2018.08" clone-depth="1" />
Igor Opaniuka69b8712018-06-04 12:04:40 +030027</manifest>