| 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" /--> |
| 4 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| 5 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| 6 | <remote name="savannah" fetch="git://git.savannah.gnu.org" /> |
| 7 | <remote name="96boards" fetch="https://github.com/96boards" /> |
| 8 | <remote name="96b-hk" fetch="https://github.com/96boards-hikey" /> |
| 9 | <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" /> |
| 10 | |
| 11 | <default remote="optee" revision="master" /> |
| 12 | |
| 13 | <!-- strace --> |
| 14 | <project remote="sfnet" path="strace" name="code" /> |
| 15 | |
| 16 | <!-- l-loader --> |
| 17 | <project remote="96boards" path="l-loader" name="l-loader" /> |
| 18 | |
| 19 | <!-- burn-boot --> |
| 20 | <project remote="96boards" path="burn-boot" name="burn-boot" /> |
| 21 | |
| 22 | <!-- OP-TEE gits --> |
| 23 | <project path="optee_os" name="optee_os" /> |
| 24 | <project path="optee_client" name="optee_client" /> |
| 25 | <project path="optee_test" name="optee_test" /> |
| 26 | |
| 27 | <!-- ARM gits --> |
| 28 | <!-- project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" /--> |
| 29 | <project remote="96b-hk" path="arm-trusted-firmware" name="arm-trusted-firmware" revision="hikey" /> |
| 30 | |
| 31 | <!-- Tianocore, EDK2 --> |
| 32 | <project remote="96boards" path="edk2" name="edk2" revision="hikey" /> |
| 33 | |
| 34 | <!-- grub --> |
| 35 | <project remote="savannah" path="grub" name="grub" /> |
| 36 | |
| 37 | <!-- Linux kernel --> |
| 38 | <project remote="linaro-swg" path="linux" name="linux" revision="experimental/96b_rpb_1603_optee_debian"/> |
| 39 | |
| 40 | <!-- aes-perf --> |
| 41 | <project remote="linaro-swg" path="aes-perf" name="aes-perf" /> |
| 42 | |
| 43 | <!-- sha-perf --> |
| 44 | <project remote="linaro-swg" path="sha-perf" name="sha-perf" /> |
| 45 | |
| 46 | <!-- patches --> |
| 47 | <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" revision="gendrv"/> |
| 48 | |
| 49 | <!-- Build --> |
| 50 | <project path="build" name="build" > |
| 51 | <linkfile src="hikey_debian.mk" dest="build/Makefile" /> |
| 52 | </project> |
| 53 | </manifest> |