blob: 7e522447aaf6563635594788e1b70d7093ad6f2d [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?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" />
Joakim Bechdedcb922015-04-29 23:04:27 +02005 <remote name="optee" fetch="https://github.com/OP-TEE" />
Victor Chongefe963d2016-01-24 07:36:25 +00006 <remote name="qemu" fetch="https://github.com/qemu" />
Joakim Bechdedcb922015-04-29 23:04:27 +02007
8 <default remote="optee" revision="master" />
9
10 <!-- OP-TEE gits -->
11 <project path="optee_os" name="optee_os.git" />
12 <project path="optee_client" name="optee_client.git" />
Joakim Bechdedcb922015-04-29 23:04:27 +020013 <project path="optee_test" name="optee_test.git" />
14
15 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010016 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020017
18 <!-- Linux kernel -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010019 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>
Joakim Bechdedcb922015-04-29 23:04:27 +020020
21 <!-- linaro-swg gits -->
22 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
23 <project remote="linaro-swg" path="soc_term" name="soc_term.git" />
24 <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" />
Victor Chong43a163b2016-07-13 08:25:23 +010025 <project remote="linaro-swg" path="hello_world" name="hello_world.git" />
26
Igor Opaniukf410aef2017-05-31 13:49:30 +030027 <!-- Benchmark app -->
28 <project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.git"/>
29
Joakim Bech275a7592016-10-06 20:56:16 +020030 <!-- Temporary use the defined commit since upstream tip didn't work -->
31 <project remote="qemu" path="qemu" name="qemu.git" revision="c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064" />
Joakim Bechdedcb922015-04-29 23:04:27 +020032
33 <!-- Build -->
34 <project remote="optee" path="build" name="build.git">
35 <linkfile src="qemu.mk" dest="build/Makefile" />
36 </project>
37</manifest>