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 | |
| 20 | <!-- ARM gits, FVP --> |
| 21 | <!-- <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" /> --> |
Jerome Forissier | a141383 | 2017-07-05 16:14:50 +0200 | [diff] [blame] | 22 | <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="optee_arm-tf_2017-06-22" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 23 | |
| 24 | <!-- U-Boot --> |
| 25 | <project remote="u-boot" path="u-boot" name="u-boot.git" /> |
| 26 | |
| 27 | <!-- Recovery files --> |
| 28 | <project remote="linaro" path="vexpress-firmware" name="arm/vexpress-firmware.git" revision="cad383a2c4ffeb9192605fda54c07fd1aa09a1b0"/> |
| 29 | |
| 30 | <!-- Linux kernel --> |
Jens Wiklander | d9f7034 | 2016-03-29 10:45:29 +0200 | [diff] [blame] | 31 | <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 32 | |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 33 | <!-- Hello world TA --> |
| 34 | <project remote="linaro-swg" path="hello_world" name="hello_world.git" /> |
| 35 | |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 36 | <!-- Filesystem --> |
| 37 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
| 38 | |
| 39 | <!-- Build --> |
Jens Wiklander | d9f7034 | 2016-03-29 10:45:29 +0200 | [diff] [blame] | 40 | <project path="build" name="build.git"> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 41 | <linkfile src="juno.mk" dest="build/Makefile" /> |
| 42 | </project> |
| 43 | </manifest> |