Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Jens Wiklander | 23ec0f4 | 2017-09-01 09:01:04 +0200 | [diff] [blame] | 3 | <remote name="arm" fetch="https://github.com/ARM-software" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 4 | <remote name="busybox" fetch="git://busybox.net" /> |
| 5 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| 6 | <remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" /> |
| 7 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
Jens Wiklander | 3fb9b51 | 2017-03-29 09:09:02 +0200 | [diff] [blame] | 8 | <remote name="tianocore" fetch="https://github.com/tianocore" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 9 | <remote name="qemu" fetch="https://github.com/qemu" /> |
Jerome Forissier | ca4c95d | 2018-02-16 11:12:11 +0100 | [diff] [blame] | 10 | <remote name="strace" fetch="https://github.com/strace" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 11 | |
| 12 | <default remote="optee" revision="master" /> |
| 13 | |
| 14 | <!-- OP-TEE gits --> |
| 15 | <project path="optee_os" name="optee_os.git" /> |
| 16 | <project path="optee_client" name="optee_client.git" /> |
| 17 | <project path="optee_test" name="optee_test.git" /> |
| 18 | |
| 19 | <!-- busybox --> |
Joakim Bech | 5992c15 | 2018-03-14 14:25:17 +0100 | [diff] [blame] | 20 | <project remote="busybox" path="busybox" name="busybox.git" revision="refs/tags/1_24_0" clone-depth="1" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 21 | |
Igor Opaniuk | de6736c | 2017-08-07 16:03:04 +0300 | [diff] [blame] | 22 | <!-- Sample applications --> |
| 23 | <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" /> |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 24 | |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 25 | <!-- Linux kernel --> |
Joakim Bech | 67a3ac3 | 2018-03-13 17:23:51 +0100 | [diff] [blame] | 26 | <project remote="linaro-swg" path="linux" name="linux.git" revision="6e954e2f2cbd412f7bc874bb9145f69713194e52" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 27 | |
| 28 | <!-- linaro-swg gits --> |
Joakim Bech | 67a3ac3 | 2018-03-13 17:23:51 +0100 | [diff] [blame] | 29 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="d5429c154fb81fdae75886d505c385b2f0bb7153" /> |
| 30 | <project remote="linaro-swg" path="soc_term" name="soc_term.git" revision="5493a6e7c264536f5ca63fe7511e5eed991e4f20" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 31 | |
Igor Opaniuk | e110781 | 2017-07-05 17:37:34 +0300 | [diff] [blame] | 32 | <!-- Benchmark app --> |
| 33 | <project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.git"/> |
| 34 | |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 35 | <!-- QEMU --> |
Joakim Bech | 5992c15 | 2018-03-14 14:25:17 +0100 | [diff] [blame] | 36 | <project remote="qemu" path="qemu" name="qemu.git" revision="refs/tags/v2.9.0" clone-depth="1" /> |
| 37 | <project remote="qemu" path="qemu/dtc" name="dtc.git" revision="refs/tags/v1.4.6" clone-depth="1" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 38 | |
Joakim Bech | 5992c15 | 2018-03-14 14:25:17 +0100 | [diff] [blame] | 39 | <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="refs/tags/v1.5-rc2" clone-depth="1" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 40 | |
Jens Wiklander | 3fb9b51 | 2017-03-29 09:09:02 +0200 | [diff] [blame] | 41 | <!-- Tianocore, EDK2 --> |
Joakim Bech | 67a3ac3 | 2018-03-13 17:23:51 +0100 | [diff] [blame] | 42 | <project remote="tianocore" path="edk2" name="edk2.git" revision="c4122dcaadb964a3e5d2fe106939bca4f1c261e8" /> |
| 43 | <project remote="tianocore" path="edk2-platforms" name="edk2-platforms.git" revision="c76bf98bc8f988ea2f3953563f94fab8268ec3bd" /> |
Jens Wiklander | 3fb9b51 | 2017-03-29 09:09:02 +0200 | [diff] [blame] | 44 | |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 45 | <!-- strace --> |
Joakim Bech | 5992c15 | 2018-03-14 14:25:17 +0100 | [diff] [blame] | 46 | <project remote="strace" path="strace" name="strace" revision="refs/tags/v4.21" clone-depth="1" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 47 | |
| 48 | <!-- Build --> |
| 49 | <project remote="optee" path="build" name="build.git"> |
| 50 | <linkfile src="qemu_v8.mk" dest="build/Makefile" /> |
| 51 | <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" /> |
| 52 | </project> |
| 53 | </manifest> |