blob: ec69454ba78a5c32186574210fb1fd45940921b8 [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 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 -->
Pascal Brandb1ad0e12016-06-27 10:34:24 +020018 <project remote="96b-hk" path="l-loader" name="l-loader" />
Joakim Bechdedcb922015-04-29 23:04:27 +020019
Victor Chong973a31c2015-12-02 04:27:44 +000020 <!-- burn-boot -->
21 <project remote="96boards" path="burn-boot" name="burn-boot" />
Joakim Bechdedcb922015-04-29 23:04:27 +020022
23 <!-- OP-TEE gits -->
24 <project path="optee_os" name="optee_os" />
25 <project path="optee_client" name="optee_client" />
Joakim Bechdedcb922015-04-29 23:04:27 +020026 <project path="optee_test" name="optee_test" />
27
28 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010029 <project remote="busybox" path="busybox" name="busybox" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
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" /-->
Pascal Brand8d2facd2016-03-22 16:05:15 +010033 <project remote="96b-hk" 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 -->
Igor Opaniukc0ae3932017-05-11 15:45:05 +030039 <project remote="savannah" path="grub" name="grub" revision="refs/tags/2.02"/>
Joakim Bechdedcb922015-04-29 23:04:27 +020040
41 <!-- Linux kernel -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010042 <project remote="linaro-swg" path="linux" name="linux" revision="optee"/>
Joakim Bechdedcb922015-04-29 23:04:27 +020043
Victor Chong43a163b2016-07-13 08:25:23 +010044 <!-- Hello world TA -->
45 <project remote="linaro-swg" path="hello_world" name="hello_world" />
46
Joakim Bechdedcb922015-04-29 23:04:27 +020047 <!-- Filesystem -->
Joakim Bechdedcb922015-04-29 23:04:27 +020048 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs" />
49
Victor Chong973a31c2015-12-02 04:27:44 +000050 <!-- patches -->
Victor Chong5da76522016-04-25 17:34:45 +010051 <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" />
Victor Chong973a31c2015-12-02 04:27:44 +000052
Joakim Bechdedcb922015-04-29 23:04:27 +020053 <!-- Build -->
Victor Chong973a31c2015-12-02 04:27:44 +000054 <project path="build" name="build" >
Joakim Bechdedcb922015-04-29 23:04:27 +020055 <linkfile src="hikey.mk" dest="build/Makefile" />
56 </project>
57</manifest>