blob: 08b7381d54bb086b0e167580ff8a021b591ae03e [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +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" />
Joakim Bechdedcb922015-04-29 23:04:27 +02004 <remote name="busybox" fetch="git://busybox.net" />
5 <remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
6 <remote name="optee" fetch="https://github.com/OP-TEE" />
Victor Chong973a31c2015-12-02 04:27:44 +00007 <remote name="savannah" fetch="git://git.savannah.gnu.org" />
Joakim Bechdedcb922015-04-29 23:04:27 +02008 <remote name="96boards" fetch="https://github.com/96boards" />
Victor Chongcd8e5382016-02-03 02:44:34 +00009 <remote name="96b-hk" fetch="https://github.com/96boards-hikey" />
Victor Chong973a31c2015-12-02 04:27:44 +000010 <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" />
Joakim Bechdedcb922015-04-29 23:04:27 +020011
12 <default remote="optee" revision="master" />
13
Victor Chong973a31c2015-12-02 04:27:44 +000014 <!-- strace -->
15 <project remote="sfnet" path="strace" name="code" />
Joakim Bechdedcb922015-04-29 23:04:27 +020016
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 Bechdedcb922015-04-29 23:04:27 +020022
Victor Chong973a31c2015-12-02 04:27:44 +000023 <!-- burn-boot -->
24 <project remote="96boards" path="burn-boot" name="burn-boot" />
Joakim Bechdedcb922015-04-29 23:04:27 +020025
26 <!-- OP-TEE gits -->
27 <project path="optee_os" name="optee_os" />
28 <project path="optee_client" name="optee_client" />
Joakim Bechdedcb922015-04-29 23:04:27 +020029 <project path="optee_test" name="optee_test" />
30
31 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010032 <project remote="busybox" path="busybox" name="busybox" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020033
34 <!-- ARM gits -->
Victor Chong05015d82017-09-08 08:39:36 +010035 <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" />
Joakim Bechdedcb922015-04-29 23:04:27 +020036
37 <!-- Tianocore, EDK2 -->
Victor Chong05015d82017-09-08 08:39:36 +010038 <project remote="96b-hk" path="edk2" name="edk2" revision="testing/hikey960_v2.5" />
39 <project remote="96b-hk" path="OpenPlatformPkg" name="OpenPlatformPkg" revision="testing/hikey960_v1.3.4" />
Victor Chong973a31c2015-12-02 04:27:44 +000040
41 <!-- grub -->
Victor Chong968838e2017-07-25 18:11:15 +010042 <project remote="savannah" path="grub" name="grub" revision="refs/tags/2.02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020043
44 <!-- Linux kernel -->
Victor Chong968838e2017-07-25 18:11:15 +010045 <project remote="linaro-swg" path="linux" name="linux" revision="optee" />
Joakim Bechdedcb922015-04-29 23:04:27 +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 Bechdedcb922015-04-29 23:04:27 +020050 <!-- Filesystem -->
Joakim Bechdedcb922015-04-29 23:04:27 +020051 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs" />
52
Victor Chong973a31c2015-12-02 04:27:44 +000053 <!-- patches -->
Victor Chong5da76522016-04-25 17:34:45 +010054 <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" />
Victor Chong973a31c2015-12-02 04:27:44 +000055
Joakim Bechdedcb922015-04-29 23:04:27 +020056 <!-- Build -->
Victor Chong973a31c2015-12-02 04:27:44 +000057 <project path="build" name="build" >
Joakim Bechdedcb922015-04-29 23:04:27 +020058 <linkfile src="hikey.mk" dest="build/Makefile" />
59 </project>
60</manifest>