blob: f3413b33133d4b7d448e88fb6147094055de6689 [file] [log] [blame]
Victor Chongf3ccede2017-07-02 11:26:18 +01001<?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" />
7 <remote name="savannah" fetch="git://git.savannah.gnu.org" />
8 <remote name="96boards" fetch="https://github.com/96boards" />
9 <remote name="96b-hk" fetch="https://github.com/96boards-hikey" />
10 <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" />
11
12 <default remote="optee" revision="master" />
13
14 <!-- strace -->
15 <project remote="sfnet" path="strace" name="code" />
16
17 <!-- l-loader -->
18 <project remote="96b-hk" path="l-loader" name="l-loader" revision="testing/hikey960_v1.2" />
19
20 <!-- tools -->
Jerome Forissier64873592017-10-05 09:44:56 +020021 <project remote="96b-hk" path="tools-images-hikey960" name="tools-images-hikey960" revision="ccb401f726346355e948ec776a411ad037bab4cc" />
Victor Chongf3ccede2017-07-02 11:26:18 +010022
23 <!-- OP-TEE gits -->
24 <project path="optee_os" name="optee_os" />
25 <project path="optee_client" name="optee_client" />
26 <project path="optee_test" name="optee_test" />
27
28 <!-- busybox -->
29 <project remote="busybox" path="busybox" name="busybox" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
30
31 <!-- ARM gits -->
32 <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" />
33
34 <!-- Tianocore, EDK2 -->
35 <project remote="96b-hk" path="edk2" name="edk2" revision="testing/hikey960_v2.5" />
36 <project remote="96b-hk" path="OpenPlatformPkg" name="OpenPlatformPkg" revision="testing/hikey960_v1.3.4" />
37
38 <!-- grub -->
39 <project remote="savannah" path="grub" name="grub" revision="refs/tags/2.02" />
40
41 <!-- Linux kernel -->
42 <project remote="96b-hk" path="linux" name="linux" revision="hikey960-v4.9" />
43
Igor Opaniukde6736c2017-08-07 16:03:04 +030044 <!-- Sample applications -->
45 <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" />
Victor Chongf3ccede2017-07-02 11:26:18 +010046
47 <!-- Filesystem -->
48 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs" />
49
50 <!-- patches -->
51 <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" />
52
53 <!-- Build -->
54 <project path="build" name="build" >
55 <linkfile src="hikey960.mk" dest="build/Makefile" />
56 </project>
57</manifest>