blob: 08213dbea38b90018122a6a1e26785158f5a79b3 [file] [log] [blame]
Joakim Bech66aba2a2016-04-15 12:24:15 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!-- 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" />
9 <remote name="96boards" fetch="https://github.com/96boards" />
10 <remote name="96b-hk" fetch="https://github.com/96boards-hikey" />
11 <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" />
12
13 <default remote="optee" revision="master" />
14
15 <!-- strace -->
16 <project remote="sfnet" path="strace" name="code" />
17
18 <!-- l-loader -->
Pascal Brandb1ad0e12016-06-27 10:34:24 +020019 <project remote="96b-hk" path="l-loader" name="l-loader" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020020
21 <!-- burn-boot -->
22 <project remote="96boards" path="burn-boot" name="burn-boot" />
23
24 <!-- OP-TEE gits -->
25 <project path="optee_os" name="optee_os" />
26 <project path="optee_client" name="optee_client" />
27 <project path="optee_test" name="optee_test" />
28
29 <!-- ARM gits -->
30 <!-- project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" /-->
31 <project remote="96b-hk" path="arm-trusted-firmware" name="arm-trusted-firmware" revision="hikey" />
32
33 <!-- Tianocore, EDK2 -->
Victor Chong0be514f2017-06-02 09:32:48 +010034 <project remote="96b-hk" path="edk2" name="edk2" revision="hikey-aosp" />
35 <project remote="96b-hk" path="OpenPlatformPkg" name="OpenPlatformPkg" revision="hikey-aosp" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020036
37 <!-- grub -->
Igor Opaniukc0ae3932017-05-11 15:45:05 +030038 <project remote="savannah" path="grub" name="grub" revision="refs/tags/2.02"/>
Joakim Bech66aba2a2016-04-15 12:24:15 +020039
40 <!-- Linux kernel -->
Victor Chong0be514f2017-06-02 09:32:48 +010041 <project remote="linaro" path="linux" name="rpk" revision="rpk-v4.9" />
42
43 <!-- debian kernel packaging -->
44 <project remote="linaro-git" path="debian-kernel-packaging" name="ci/debian-kernel-packaging" revision="rpb-stretch" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020045
Victor Chong43a163b2016-07-13 08:25:23 +010046 <!-- Hello world TA -->
47 <project remote="linaro-swg" path="hello_world" name="hello_world" />
48
Joakim Bech66aba2a2016-04-15 12:24:15 +020049 <!-- patches -->
Victor Chong5da76522016-04-25 17:34:45 +010050 <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" />
Joakim Bech66aba2a2016-04-15 12:24:15 +020051
52 <!-- Build -->
53 <project path="build" name="build" >
54 <linkfile src="hikey_debian.mk" dest="build/Makefile" />
55 </project>
56</manifest>