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" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 6 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
Pascal Brand | 8d2facd | 2016-03-22 16:05:15 +0100 | [diff] [blame] | 7 | <remote name="landing-teams" fetch="https://git.linaro.org/landing-teams" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 8 | |
| 9 | <default remote="optee" revision="master" /> |
| 10 | |
| 11 | <!-- OP-TEE gits --> |
| 12 | <project path="optee_os" name="optee_os.git" /> |
| 13 | <project path="optee_client" name="optee_client.git" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 14 | <project path="optee_test" name="optee_test.git" /> |
| 15 | |
| 16 | <!-- busybox --> |
Pascal Brand | 5d0b516 | 2016-01-04 21:32:34 +0100 | [diff] [blame] | 17 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 18 | |
| 19 | <!-- ARM gits, FVP --> |
| 20 | <!-- <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" /> --> |
Jerome Forissier | a141383 | 2017-07-05 16:14:50 +0200 | [diff] [blame] | 21 | <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="optee_arm-tf_2017-06-22" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 22 | |
| 23 | <!-- Tianocore, EDK2 --> |
Pascal Brand | 8d2facd | 2016-03-22 16:05:15 +0100 | [diff] [blame] | 24 | <project remote="landing-teams" path="edk2" name="working/arm/edk2.git" revision="16.01" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 25 | |
| 26 | <!-- Linux kernel --> |
Pascal Brand | 8d2facd | 2016-03-22 16:05:15 +0100 | [diff] [blame] | 27 | <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 28 | |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 29 | <!-- Hello world TA --> |
Igor Opaniuk | 1d6a00c | 2017-09-04 23:39:28 +0300 | [diff] [blame^] | 30 | <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" /> |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 31 | |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 32 | <!-- Filesystem --> |
| 33 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
| 34 | |
| 35 | <!-- Build --> |
Pascal Brand | 8d2facd | 2016-03-22 16:05:15 +0100 | [diff] [blame] | 36 | <project path="build" name="build.git"> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 37 | <linkfile src="fvp.mk" dest="build/Makefile" /> |
| 38 | </project> |
| 39 | </manifest> |