Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Joakim Bech | 3b0ad01 | 2018-03-14 15:54:42 +0100 | [diff] [blame^] | 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | <remote name="savannah" fetch="git://git.savannah.gnu.org" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 5 | |
Joakim Bech | 3b0ad01 | 2018-03-14 15:54:42 +0100 | [diff] [blame^] | 6 | <default remote="github" revision="master" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 7 | |
Joakim Bech | 3b0ad01 | 2018-03-14 15:54:42 +0100 | [diff] [blame^] | 8 | <!-- OP-TEE gits --> |
| 9 | <project path="optee_client" name="OP-TEE/optee_client.git" /> |
| 10 | <project path="optee_os" name="OP-TEE/optee_os.git" /> |
| 11 | <project path="optee_test" name="OP-TEE/optee_test.git" /> |
| 12 | <project path="build" name="OP-TEE/build.git"> |
| 13 | <linkfile src="hikey.mk" dest="build/Makefile" /> |
| 14 | </project> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 15 | |
Joakim Bech | 3b0ad01 | 2018-03-14 15:54:42 +0100 | [diff] [blame^] | 16 | <!-- linaro-swg gits --> |
| 17 | <project path="gen_rootfs" name="linaro-swg/gen_rootfs.git" revision="d5429c154fb81fdae75886d505c385b2f0bb7153"/> |
| 18 | <project path="linux" name="linaro-swg/linux.git" revision="6e954e2f2cbd412f7bc874bb9145f69713194e52" /> |
| 19 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
| 20 | <project path="patches_hikey" name="linaro-swg/patches_hikey.git" revision="d9c07f0ac0ce5fe57d367be82b8673aae8e81e96" /> |
Victor Chong | 05015d8 | 2017-09-08 08:39:36 +0100 | [diff] [blame] | 21 | |
Joakim Bech | 3b0ad01 | 2018-03-14 15:54:42 +0100 | [diff] [blame^] | 22 | <!-- Misc gits --> |
| 23 | <project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" revision="refs/tags/v1.4" clone-depth="1" /> |
| 24 | <project path="atf-fastboot" name="96boards-hikey/atf-fastboot.git" revision="0743e48eb793749cc801adbb63d3a9d27da4b1ec" /> |
| 25 | <project path="burn-boot" name="96boards-hikey/burn-boot.git" revision="bee2ea1660f3a03df8d391fb75aa08dbc3441856" /> |
| 26 | <project path="busybox" name="mirror/busybox.git" revision="refs/tags/1_24_0" clone-depth="1" /> |
| 27 | <project path="edk2" name="96boards-hikey/edk2.git" revision="2d899728eda95d57f8e9d9bee6cc9b6eefe422b7" /> |
| 28 | <project path="grub" name="grub.git" revision="refs/tags/grub-2.02" clone-depth="1" remote="savannah" /> |
| 29 | <project path="l-loader" name="96boards-hikey/l-loader.git" revision="c1cbbf8ab824820b5c1769a1c80dd234c5b57ffc" /> |
| 30 | <project path="OpenPlatformPkg" name="96boards-hikey/OpenPlatformPkg.git" revision="fbdd4aeee4d8de04d1c332379b20efb7a59a9502" /> |
| 31 | <project path="strace" name="strace/strace.git" revision="refs/tags/v4.21" clone-depth="1" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 32 | </manifest> |