Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <!-- remote name="arm" fetch="https://github.com/ARM-software" /--> |
Victor Chong | 0be514f | 2017-06-02 09:32:48 +0100 | [diff] [blame] | 4 | <remote name="linaro" fetch="https://github.com/Linaro" /> |
Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 5 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
Victor Chong | 0be514f | 2017-06-02 09:32:48 +0100 | [diff] [blame] | 6 | <remote name="linaro-git" fetch="https://git.linaro.org" /> |
Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 7 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| 8 | <remote name="savannah" fetch="git://git.savannah.gnu.org" /> |
| 9 | <remote name="96boards" fetch="https://github.com/96boards" /> |
| 10 | <remote name="96b-hk" fetch="https://github.com/96boards-hikey" /> |
| 11 | <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" /> |
| 12 | |
| 13 | <default remote="optee" revision="master" /> |
| 14 | |
| 15 | <!-- strace --> |
| 16 | <project remote="sfnet" path="strace" name="code" /> |
| 17 | |
| 18 | <!-- l-loader --> |
Pascal Brand | b1ad0e1 | 2016-06-27 10:34:24 +0200 | [diff] [blame] | 19 | <project remote="96b-hk" path="l-loader" name="l-loader" /> |
Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 20 | |
| 21 | <!-- burn-boot --> |
| 22 | <project remote="96boards" path="burn-boot" name="burn-boot" /> |
| 23 | |
| 24 | <!-- OP-TEE gits --> |
| 25 | <project path="optee_os" name="optee_os" /> |
| 26 | <project path="optee_client" name="optee_client" /> |
| 27 | <project path="optee_test" name="optee_test" /> |
| 28 | |
| 29 | <!-- ARM gits --> |
| 30 | <!-- project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" /--> |
| 31 | <project remote="96b-hk" path="arm-trusted-firmware" name="arm-trusted-firmware" revision="hikey" /> |
| 32 | |
| 33 | <!-- Tianocore, EDK2 --> |
Victor Chong | 0be514f | 2017-06-02 09:32:48 +0100 | [diff] [blame] | 34 | <project remote="96b-hk" path="edk2" name="edk2" revision="hikey-aosp" /> |
| 35 | <project remote="96b-hk" path="OpenPlatformPkg" name="OpenPlatformPkg" revision="hikey-aosp" /> |
Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 36 | |
| 37 | <!-- grub --> |
Igor Opaniuk | c0ae393 | 2017-05-11 15:45:05 +0300 | [diff] [blame] | 38 | <project remote="savannah" path="grub" name="grub" revision="refs/tags/2.02"/> |
Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 39 | |
| 40 | <!-- Linux kernel --> |
Victor Chong | 0be514f | 2017-06-02 09:32:48 +0100 | [diff] [blame] | 41 | <project remote="linaro" path="linux" name="rpk" revision="rpk-v4.9" /> |
| 42 | |
| 43 | <!-- debian kernel packaging --> |
| 44 | <project remote="linaro-git" path="debian-kernel-packaging" name="ci/debian-kernel-packaging" revision="rpb-stretch" /> |
Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 45 | |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 46 | <!-- Hello world TA --> |
| 47 | <project remote="linaro-swg" path="hello_world" name="hello_world" /> |
| 48 | |
Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 49 | <!-- patches --> |
Victor Chong | 5da7652 | 2016-04-25 17:34:45 +0100 | [diff] [blame] | 50 | <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" /> |
Joakim Bech | 66aba2a | 2016-04-15 12:24:15 +0200 | [diff] [blame] | 51 | |
| 52 | <!-- Build --> |
| 53 | <project path="build" name="build" > |
| 54 | <linkfile src="hikey_debian.mk" dest="build/Makefile" /> |
| 55 | </project> |
| 56 | </manifest> |