blob: 859d315d890286357cdbeafa0c6e6a85324e533e [file] [log] [blame]
Joakim Bech66aba2a2016-04-15 12:24:15 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Victor Chong05015d82017-09-08 08:39:36 +01003 <remote name="arm" fetch="https://github.com/ARM-software" />
Victor Chong0be514f2017-06-02 09:32:48 +01004 <remote name="linaro" fetch="https://github.com/Linaro" />
Joakim Bech66aba2a2016-04-15 12:24:15 +02005 <remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
Victor Chong0be514f2017-06-02 09:32:48 +01006 <remote name="linaro-git" fetch="https://git.linaro.org" />
Joakim Bech66aba2a2016-04-15 12:24:15 +02007 <remote name="optee" fetch="https://github.com/OP-TEE" />
8 <remote name="savannah" fetch="git://git.savannah.gnu.org" />
Joakim Bech66aba2a2016-04-15 12:24:15 +02009 <remote name="96b-hk" fetch="https://github.com/96boards-hikey" />
10 <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" />
11
12 <default remote="optee" revision="master" />
13
14 <!-- strace -->
15 <project remote="sfnet" path="strace" name="code" />
16
17 <!-- l-loader -->
Victor Chong05015d82017-09-08 08:39:36 +010018 <project remote="96b-hk" path="l-loader" name="l-loader" revision="testing/hikey960_v1.2" />
19
20 <!-- atf-fastboot -->
21 <project remote="96b-hk" path="atf-fastboot" name="atf-fastboot" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020022
23 <!-- burn-boot -->
Victor Chong375a80e2017-09-12 04:56:05 +010024 <project remote="96b-hk" path="burn-boot" name="burn-boot" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020025
26 <!-- OP-TEE gits -->
27 <project path="optee_os" name="optee_os" />
28 <project path="optee_client" name="optee_client" />
29 <project path="optee_test" name="optee_test" />
30
31 <!-- ARM gits -->
Victor Chong05015d82017-09-08 08:39:36 +010032 <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020033
34 <!-- Tianocore, EDK2 -->
Victor Chong05015d82017-09-08 08:39:36 +010035 <project remote="96b-hk" path="edk2" name="edk2" revision="testing/hikey960_v2.5" />
36 <project remote="96b-hk" path="OpenPlatformPkg" name="OpenPlatformPkg" revision="testing/hikey960_v1.3.4" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020037
38 <!-- grub -->
Igor Opaniukc0ae3932017-05-11 15:45:05 +030039 <project remote="savannah" path="grub" name="grub" revision="refs/tags/2.02"/>
Joakim Bech66aba2a2016-04-15 12:24:15 +020040
41 <!-- Linux kernel -->
Victor Chong0be514f2017-06-02 09:32:48 +010042 <project remote="linaro" path="linux" name="rpk" revision="rpk-v4.9" />
43
44 <!-- debian kernel packaging -->
45 <project remote="linaro-git" path="debian-kernel-packaging" name="ci/debian-kernel-packaging" revision="rpb-stretch" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020046
Igor Opaniukde6736c2017-08-07 16:03:04 +030047 <!-- Sample applications -->
48 <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" />
Victor Chong43a163b2016-07-13 08:25:23 +010049
Joakim Bech66aba2a2016-04-15 12:24:15 +020050 <!-- patches -->
Victor Chong5da76522016-04-25 17:34:45 +010051 <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020052
53 <!-- Build -->
54 <project path="build" name="build" >
55 <linkfile src="hikey_debian.mk" dest="build/Makefile" />
56 </project>
57</manifest>