blob: 1f15e723ee4c0f8842a8e8a8a55a492b49686939 [file] [log] [blame]
Matt Ma99a604a2016-07-08 09:48:49 +08001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Jens Wiklander23ec0f42017-09-01 09:01:04 +02003 <remote name="arm" fetch="https://github.com/ARM-software" />
Matt Ma99a604a2016-07-08 09:48:49 +08004 <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 Wiklander3fb9b512017-03-29 09:09:02 +02008 <remote name="tianocore" fetch="https://github.com/tianocore" />
Matt Ma99a604a2016-07-08 09:48:49 +08009 <remote name="qemu" fetch="https://github.com/qemu" />
Jerome Forissierca4c95d2018-02-16 11:12:11 +010010 <remote name="strace" fetch="https://github.com/strace" />
Matt Ma99a604a2016-07-08 09:48:49 +080011
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 Bech5992c152018-03-14 14:25:17 +010020 <project remote="busybox" path="busybox" name="busybox.git" revision="refs/tags/1_24_0" clone-depth="1" />
Matt Ma99a604a2016-07-08 09:48:49 +080021
Igor Opaniukde6736c2017-08-07 16:03:04 +030022 <!-- Sample applications -->
23 <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" />
Victor Chong43a163b2016-07-13 08:25:23 +010024
Matt Ma99a604a2016-07-08 09:48:49 +080025 <!-- Linux kernel -->
Joakim Bech67a3ac32018-03-13 17:23:51 +010026 <project remote="linaro-swg" path="linux" name="linux.git" revision="6e954e2f2cbd412f7bc874bb9145f69713194e52" />
Matt Ma99a604a2016-07-08 09:48:49 +080027
28 <!-- linaro-swg gits -->
Joakim Bech67a3ac32018-03-13 17:23:51 +010029 <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 Ma99a604a2016-07-08 09:48:49 +080031
Igor Opaniuke1107812017-07-05 17:37:34 +030032 <!-- Benchmark app -->
33 <project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.git"/>
34
Matt Ma99a604a2016-07-08 09:48:49 +080035 <!-- QEMU -->
Joakim Bech5992c152018-03-14 14:25:17 +010036 <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 Ma99a604a2016-07-08 09:48:49 +080038
Joakim Bech5992c152018-03-14 14:25:17 +010039 <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="refs/tags/v1.5-rc2" clone-depth="1" />
Matt Ma99a604a2016-07-08 09:48:49 +080040
Jens Wiklander3fb9b512017-03-29 09:09:02 +020041 <!-- Tianocore, EDK2 -->
Joakim Bech67a3ac32018-03-13 17:23:51 +010042 <project remote="tianocore" path="edk2" name="edk2.git" revision="c4122dcaadb964a3e5d2fe106939bca4f1c261e8" />
43 <project remote="tianocore" path="edk2-platforms" name="edk2-platforms.git" revision="c76bf98bc8f988ea2f3953563f94fab8268ec3bd" />
Jens Wiklander3fb9b512017-03-29 09:09:02 +020044
Matt Ma99a604a2016-07-08 09:48:49 +080045 <!-- strace -->
Joakim Bech5992c152018-03-14 14:25:17 +010046 <project remote="strace" path="strace" name="strace" revision="refs/tags/v4.21" clone-depth="1" />
Matt Ma99a604a2016-07-08 09:48:49 +080047
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>