Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +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="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="96boards" fetch="https://github.com/96boards" /> |
| 8 | |
| 9 | <!-- OP-TEE users repositories --> |
| 10 | <remote name="vchong" fetch="https://github.com/vchong" /> |
| 11 | |
| 12 | <!-- strace --> |
| 13 | <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" /> |
| 14 | |
| 15 | <default remote="optee" revision="master" /> |
| 16 | |
| 17 | <!-- strace --> |
| 18 | <project remote="sfnet" path="strace" name="code" /> |
| 19 | |
| 20 | <!-- l-loader --> |
| 21 | <!-- project remote="96boards" path="l-loader" name="l-loader" revision="master" /--> |
| 22 | <!-- project remote="96boards" path="l-loader" name="l-loader" revision="hikey" /--> |
| 23 | <project remote="linaro-swg" path="l-loader" name="l-loader" revision="hikey_optee" /> |
| 24 | |
| 25 | <!-- burn-boot --> |
| 26 | <project remote="96boards" path="burn-boot" name="burn-boot" /> |
| 27 | |
| 28 | <!-- OP-TEE gits --> |
| 29 | <project path="optee_os" name="optee_os" /> |
| 30 | <project path="optee_client" name="optee_client" /> |
| 31 | <project path="optee_linuxdriver" name="optee_linuxdriver" /> |
| 32 | <project path="optee_test" name="optee_test" /> |
| 33 | |
| 34 | <!-- busybox --> |
| 35 | <project remote="busybox" path="busybox" name="busybox.git" /> |
| 36 | |
| 37 | <!-- ARM gits --> |
| 38 | <!-- project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" /--> |
| 39 | <!-- project remote="96boards" path="arm-trusted-firmware" name="arm-trusted-firmware" revision="hikey" /--> |
| 40 | <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware" revision="hikey-sec" /> |
| 41 | |
| 42 | <!-- Tianocore, EDK2 --> |
| 43 | <!-- project remote="96boards" path="edk2" name="edk2" revision="hikey" /--> |
| 44 | <project remote="linaro-swg" path="edk2" name="edk2" revision="hikey_optee" /> |
| 45 | |
| 46 | <!-- Linux kernel --> |
| 47 | <!-- project remote="96boards" path="linux" name="linux" revision="hikey"/ --> |
| 48 | <project remote="linaro-swg" path="linux" name="linux" revision="hikey-optee"/> |
| 49 | |
| 50 | <!-- Filesystem --> |
| 51 | <!-- project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs" revision="hikey-optee"/--> |
| 52 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs" /> |
| 53 | |
| 54 | <!-- Build --> |
| 55 | <project remote="vchong" path="build" name="build.git"> |
| 56 | <linkfile src="hikey.mk" dest="build/Makefile" /> |
| 57 | </project> |
| 58 | </manifest> |