blob: 14b5066188c62f4e6970c10290f6716b2fb58578 [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!-- remote name="arm" fetch="https://github.com/ARM-software" /-->
4 <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 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 Chong973a31c2015-12-02 04:27:44 +000017 <project remote="96boards" path="l-loader" name="l-loader" />
Joakim Bechdedcb922015-04-29 23:04:27 +020018
Victor Chong973a31c2015-12-02 04:27:44 +000019 <!-- burn-boot -->
20 <project remote="96boards" path="burn-boot" name="burn-boot" />
Joakim Bechdedcb922015-04-29 23:04:27 +020021
22 <!-- OP-TEE gits -->
23 <project path="optee_os" name="optee_os" />
24 <project path="optee_client" name="optee_client" />
25 <project path="optee_linuxdriver" name="optee_linuxdriver" />
26 <project path="optee_test" name="optee_test" />
27
28 <!-- busybox -->
Victor Chong973a31c2015-12-02 04:27:44 +000029 <project remote="busybox" path="busybox" name="busybox" />
Joakim Bechdedcb922015-04-29 23:04:27 +020030
31 <!-- ARM gits -->
Victor Chong973a31c2015-12-02 04:27:44 +000032 <!-- project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" /-->
33 <project remote="96boards" path="arm-trusted-firmware" name="arm-trusted-firmware" revision="hikey" />
Joakim Bechdedcb922015-04-29 23:04:27 +020034
35 <!-- Tianocore, EDK2 -->
Victor Chong973a31c2015-12-02 04:27:44 +000036 <project remote="96boards" path="edk2" name="edk2" revision="hikey" />
37
38 <!-- grub -->
39 <project remote="savannah" path="grub" name="grub" />
Joakim Bechdedcb922015-04-29 23:04:27 +020040
41 <!-- Linux kernel -->
Victor Chong973a31c2015-12-02 04:27:44 +000042 <project remote="96boards" path="linux" name="linux" revision="hikey" />
43 <!-- project remote="linux" path="linux" name="linux" /-->
44
45 <!-- aes-perf -->
46 <project remote="linaro-swg" path="aes-perf" name="aes-perf" />
47
48 <!-- sha-perf -->
49 <project remote="linaro-swg" path="sha-perf" name="sha-perf" />
Joakim Bechdedcb922015-04-29 23:04:27 +020050
51 <!-- Filesystem -->
Joakim Bechdedcb922015-04-29 23:04:27 +020052 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs" />
53
Victor Chong973a31c2015-12-02 04:27:44 +000054 <!-- patches -->
55 <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" />
56
Joakim Bechdedcb922015-04-29 23:04:27 +020057 <!-- Build -->
Victor Chong973a31c2015-12-02 04:27:44 +000058 <project path="build" name="build" >
Joakim Bechdedcb922015-04-29 23:04:27 +020059 <linkfile src="hikey.mk" dest="build/Makefile" />
60 </project>
61</manifest>