blob: 7516adf95ef8a4d688511f5ac90b0e19ebccfd06 [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 -->
20 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
21
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 -->
26 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>
27
28 <!-- linaro-swg gits -->
29 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
30 <project remote="linaro-swg" path="soc_term" name="soc_term.git" />
31
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 Bechae560192017-07-05 10:53:39 +020036 <project remote="qemu" path="qemu" name="qemu.git" revision="199e19ee538eb61fd08b1c1ee5aa838ebdcc968e" />
Jerome Forissier52b4d072017-07-04 13:44:58 +020037 <project remote="qemu" path="qemu/dtc" name="dtc.git" />
Matt Ma99a604a2016-07-08 09:48:49 +080038
Jens Wiklander23ec0f42017-09-01 09:01:04 +020039 <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" />
Matt Ma99a604a2016-07-08 09:48:49 +080040
Jens Wiklander3fb9b512017-03-29 09:09:02 +020041 <!-- Tianocore, EDK2 -->
Joakim Bech5f8839f2017-11-25 11:07:57 +010042 <project remote="tianocore" path="edk2" name="edk2.git" />
43 <project remote="tianocore" path="edk2-platforms" name="edk2-platforms.git" />
Jens Wiklander3fb9b512017-03-29 09:09:02 +020044
Matt Ma99a604a2016-07-08 09:48:49 +080045 <!-- strace -->
Jerome Forissierca4c95d2018-02-16 11:12:11 +010046 <project remote="strace" path="strace" name="strace" />
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>