blob: 13b13470edab1ce236057a7793ac8868fa02221b [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 Opaniuka69b8712018-06-04 12:04:40 +03005
6 <default remote="github" revision="master" />
7
8 <!-- OP-TEE gits -->
9 <project path="build" name="OP-TEE/build.git" >
10 <linkfile src="poplar.mk" dest="build/Makefile" />
11 </project>
12 <project path="optee_client" name="OP-TEE/optee_client.git" />
13 <project path="optee_os" name="OP-TEE/optee_os.git" />
14 <project path="optee_test" name="OP-TEE/optee_test.git" />
15
16 <!-- linaro-swg gits -->
17 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
18
19 <!-- 96boards-poplar gits -->
20 <project path="linux" name="96boards-poplar/linux.git" revision="poplar-4.9" clone-depth="1" />
21 <project path="l-loader" name="96boards-poplar/l-loader.git" revision="master" clone-depth="1" />
22 <project path="poplar-tools" name="96boards-poplar/poplar-tools.git" revision="master" clone-depth="1" />
23 <project path="u-boot" name="96boards-poplar/u-boot.git" revision="latest" clone-depth="1" />
24
25 <!-- Misc gits -->
Joakim Bech8420fb12019-05-16 15:53:01 +020026 <project path="buildroot" name="buildroot/buildroot.git" revision="95942f5fcd35d783a49adce621ccf33480f1c88c" />
Victor Chong945ca872019-08-08 17:32:22 +010027 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="34efb683e32254b8c325ac3071c5776d243a7b99" remote="tfo" />
Igor Opaniuka69b8712018-06-04 12:04:40 +030028</manifest>