blob: 29d2018da10ac820491d541e53fb2141016e21cd [file] [log] [blame]
Matt Ma99a604a2016-07-08 09:48:49 +08001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote name="busybox" fetch="git://busybox.net" />
4 <remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
5 <remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" />
6 <remote name="optee" fetch="https://github.com/OP-TEE" />
Jens Wiklander3fb9b512017-03-29 09:09:02 +02007 <remote name="tianocore" fetch="https://github.com/tianocore" />
Matt Ma99a604a2016-07-08 09:48:49 +08008 <remote name="qemu" fetch="https://github.com/qemu" />
9 <remote name="sfnet" fetch="http://git.code.sf.net/p/strace" />
10
11 <default remote="optee" revision="master" />
12
13 <!-- OP-TEE gits -->
14 <project path="optee_os" name="optee_os.git" />
15 <project path="optee_client" name="optee_client.git" />
16 <project path="optee_test" name="optee_test.git" />
17
18 <!-- busybox -->
19 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
20
Victor Chong43a163b2016-07-13 08:25:23 +010021 <!-- Hello world TA -->
22 <project remote="linaro-swg" path="hello_world" name="hello_world.git" />
23
Matt Ma99a604a2016-07-08 09:48:49 +080024 <!-- Linux kernel -->
25 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>
26
27 <!-- linaro-swg gits -->
28 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
29 <project remote="linaro-swg" path="soc_term" name="soc_term.git" />
30
31 <!-- QEMU -->
Joakim Bechae560192017-07-05 10:53:39 +020032 <project remote="qemu" path="qemu" name="qemu.git" revision="199e19ee538eb61fd08b1c1ee5aa838ebdcc968e" />
Jerome Forissier52b4d072017-07-04 13:44:58 +020033 <project remote="qemu" path="qemu/dtc" name="dtc.git" />
Matt Ma99a604a2016-07-08 09:48:49 +080034
35 <!-- We're using Linaro SWG for ARM-TF until merged officially -->
Jerome Forissiera1413832017-07-05 16:14:50 +020036 <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="optee_arm-tf_2017-06-22" />
Matt Ma99a604a2016-07-08 09:48:49 +080037
Jens Wiklander3fb9b512017-03-29 09:09:02 +020038 <!-- Tianocore, EDK2 -->
Jerome Forissier06633d22017-07-06 08:49:26 +020039 <!-- Pinned revision because master is currently broken -->
40 <project remote="tianocore" path="edk2" name="edk2.git" revision="f7bd152c2a05bd75471305184c25f14f01ccf0b7" />
Jens Wiklander3fb9b512017-03-29 09:09:02 +020041
Matt Ma99a604a2016-07-08 09:48:49 +080042 <!-- strace -->
43 <project remote="sfnet" path="strace" name="code" />
44
45 <!-- Build -->
46 <project remote="optee" path="build" name="build.git">
47 <linkfile src="qemu_v8.mk" dest="build/Makefile" />
48 <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" />
49 </project>
50</manifest>