blob: 689a3e57c4d8f0567beffa0ba20f108305e73cab [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote name="arm" fetch="https://github.com/ARM-software" />
4 <remote name="busybox" fetch="git://busybox.net" />
5 <remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
Joakim Bechdedcb922015-04-29 23:04:27 +02006 <remote name="optee" fetch="https://github.com/OP-TEE" />
Pascal Brand8d2facd2016-03-22 16:05:15 +01007 <remote name="landing-teams" fetch="https://git.linaro.org/landing-teams" />
Joakim Bechdedcb922015-04-29 23:04:27 +02008
9 <default remote="optee" revision="master" />
10
11 <!-- OP-TEE gits -->
12 <project path="optee_os" name="optee_os.git" />
13 <project path="optee_client" name="optee_client.git" />
Joakim Bechdedcb922015-04-29 23:04:27 +020014 <project path="optee_test" name="optee_test.git" />
15
16 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010017 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020018
19 <!-- ARM gits, FVP -->
20 <!-- <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" /> -->
Jerome Forissiera1413832017-07-05 16:14:50 +020021 <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="optee_arm-tf_2017-06-22" />
Joakim Bechdedcb922015-04-29 23:04:27 +020022
23 <!-- Tianocore, EDK2 -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010024 <project remote="landing-teams" path="edk2" name="working/arm/edk2.git" revision="16.01" />
Joakim Bechdedcb922015-04-29 23:04:27 +020025
26 <!-- Linux kernel -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010027 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>
Joakim Bechdedcb922015-04-29 23:04:27 +020028
Victor Chong43a163b2016-07-13 08:25:23 +010029 <!-- Hello world TA -->
Igor Opaniuk1d6a00c2017-09-04 23:39:28 +030030 <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" />
Victor Chong43a163b2016-07-13 08:25:23 +010031
Joakim Bechdedcb922015-04-29 23:04:27 +020032 <!-- Filesystem -->
33 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
34
35 <!-- Build -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010036 <project path="build" name="build.git">
Joakim Bechdedcb922015-04-29 23:04:27 +020037 <linkfile src="fvp.mk" dest="build/Makefile" />
38 </project>
39</manifest>