blob: 8e59e175fc77642116cfe6ba3d87d9063aac0386 [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" />
Victor Chongcd8e5382016-02-03 02:44:34 +00008 <remote name="96b-hk" fetch="https://github.com/96boards-hikey" />
Victor Chong973a31c2015-12-02 04:27:44 +00009 <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" />
Joakim Bechdedcb922015-04-29 23:04:27 +020010
11 <default remote="optee" revision="master" />
12
Victor Chong973a31c2015-12-02 04:27:44 +000013 <!-- strace -->
14 <project remote="sfnet" path="strace" name="code" />
Joakim Bechdedcb922015-04-29 23:04:27 +020015
16 <!-- l-loader -->
Victor Chong05015d82017-09-08 08:39:36 +010017 <project remote="96b-hk" path="l-loader" name="l-loader" revision="testing/hikey960_v1.2" />
18
19 <!-- atf-fastboot -->
20 <project remote="96b-hk" path="atf-fastboot" name="atf-fastboot" />
Joakim Bechdedcb922015-04-29 23:04:27 +020021
Victor Chong973a31c2015-12-02 04:27:44 +000022 <!-- burn-boot -->
Victor Chong375a80e2017-09-12 04:56:05 +010023 <project remote="96b-hk" path="burn-boot" name="burn-boot" />
Joakim Bechdedcb922015-04-29 23:04:27 +020024
25 <!-- OP-TEE gits -->
26 <project path="optee_os" name="optee_os" />
27 <project path="optee_client" name="optee_client" />
Joakim Bechdedcb922015-04-29 23:04:27 +020028 <project path="optee_test" name="optee_test" />
29
30 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010031 <project remote="busybox" path="busybox" name="busybox" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020032
33 <!-- ARM gits -->
Victor Chong05015d82017-09-08 08:39:36 +010034 <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" />
Joakim Bechdedcb922015-04-29 23:04:27 +020035
36 <!-- Tianocore, EDK2 -->
Victor Chong05015d82017-09-08 08:39:36 +010037 <project remote="96b-hk" path="edk2" name="edk2" revision="testing/hikey960_v2.5" />
38 <project remote="96b-hk" path="OpenPlatformPkg" name="OpenPlatformPkg" revision="testing/hikey960_v1.3.4" />
Victor Chong973a31c2015-12-02 04:27:44 +000039
40 <!-- grub -->
Victor Chong968838e2017-07-25 18:11:15 +010041 <project remote="savannah" path="grub" name="grub" revision="refs/tags/2.02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020042
43 <!-- Linux kernel -->
Victor Chong968838e2017-07-25 18:11:15 +010044 <project remote="linaro-swg" path="linux" name="linux" revision="optee" />
Joakim Bechdedcb922015-04-29 23:04:27 +020045
Igor Opaniukde6736c2017-08-07 16:03:04 +030046 <!-- Sample applications -->
47 <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" />
Victor Chong43a163b2016-07-13 08:25:23 +010048
Joakim Bechdedcb922015-04-29 23:04:27 +020049 <!-- Filesystem -->
Joakim Bechdedcb922015-04-29 23:04:27 +020050 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs" />
51
Victor Chong973a31c2015-12-02 04:27:44 +000052 <!-- patches -->
Victor Chong5da76522016-04-25 17:34:45 +010053 <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" />
Victor Chong973a31c2015-12-02 04:27:44 +000054
Joakim Bechdedcb922015-04-29 23:04:27 +020055 <!-- Build -->
Victor Chong973a31c2015-12-02 04:27:44 +000056 <project path="build" name="build" >
Joakim Bechdedcb922015-04-29 23:04:27 +020057 <linkfile src="hikey.mk" dest="build/Makefile" />
58 </project>
59</manifest>