Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [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" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 6 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| 7 | <remote name="linaro" fetch="https://git.linaro.org" /> |
| 8 | <remote name="u-boot" fetch="git://git.denx.de" /> |
| 9 | |
| 10 | <default remote="optee" revision="master" /> |
| 11 | |
| 12 | <!-- OP-TEE gits --> |
| 13 | <project path="optee_os" name="optee_os.git" /> |
| 14 | <project path="optee_client" name="optee_client.git" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 15 | <project path="optee_test" name="optee_test.git" /> |
| 16 | |
| 17 | <!-- busybox --> |
| 18 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| 19 | |
Jens Wiklander | b5efe96 | 2017-09-04 10:24:46 +0200 | [diff] [blame] | 20 | <!-- ARM-TF --> |
Joakim Bech | 67a3ac3 | 2018-03-13 17:23:51 +0100 | [diff] [blame^] | 21 | <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="f478253da84ee14f36d0524d54719e7b0f88f4f1" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 22 | |
| 23 | <!-- U-Boot --> |
Joakim Bech | 67a3ac3 | 2018-03-13 17:23:51 +0100 | [diff] [blame^] | 24 | <project remote="u-boot" path="u-boot" name="u-boot.git" revision="bd39d86420434eb8139a111c2582366bc90e65c6" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 25 | |
| 26 | <!-- Recovery files --> |
| 27 | <project remote="linaro" path="vexpress-firmware" name="arm/vexpress-firmware.git" revision="cad383a2c4ffeb9192605fda54c07fd1aa09a1b0"/> |
| 28 | |
| 29 | <!-- Linux kernel --> |
Joakim Bech | 67a3ac3 | 2018-03-13 17:23:51 +0100 | [diff] [blame^] | 30 | <project remote="linaro-swg" path="linux" name="linux.git" revision="6e954e2f2cbd412f7bc874bb9145f69713194e52"/> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 31 | |
Igor Opaniuk | de6736c | 2017-08-07 16:03:04 +0300 | [diff] [blame] | 32 | <!-- Sample applications --> |
| 33 | <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" /> |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 34 | |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 35 | <!-- Filesystem --> |
Joakim Bech | 67a3ac3 | 2018-03-13 17:23:51 +0100 | [diff] [blame^] | 36 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="d5429c154fb81fdae75886d505c385b2f0bb7153" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 37 | |
| 38 | <!-- Build --> |
Jens Wiklander | d9f7034 | 2016-03-29 10:45:29 +0200 | [diff] [blame] | 39 | <project path="build" name="build.git"> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 40 | <linkfile src="juno.mk" dest="build/Makefile" /> |
| 41 | </project> |
| 42 | </manifest> |