blob: e62d005e1a82cb294227a416be8036fcef41123d [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" />
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" />
Pascal Brand8d2facd2016-03-22 16:05:15 +01008 <remote name="landing-teams" fetch="https://git.linaro.org/landing-teams" />
Joakim Bechdedcb922015-04-29 23:04:27 +02009
10 <default remote="optee" revision="master" />
11
12 <!-- OP-TEE gits -->
13 <project path="optee_os" name="optee_os.git" />
14 <project path="optee_client" name="optee_client.git" />
Joakim Bechdedcb922015-04-29 23:04:27 +020015 <project path="optee_test" name="optee_test.git" />
16
17 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010018 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020019
20 <!-- ARM gits, FVP -->
21 <!-- <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" /> -->
Pascal Brand2f2e2722016-01-11 11:08:34 +010022 <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="optee_paged_armtf_v1.2" />
Joakim Bechdedcb922015-04-29 23:04:27 +020023
24 <!-- Tianocore, EDK2 -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010025 <project remote="landing-teams" path="edk2" name="working/arm/edk2.git" revision="16.01" />
Joakim Bechdedcb922015-04-29 23:04:27 +020026
27 <!-- Linux kernel -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010028 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>
Joakim Bechdedcb922015-04-29 23:04:27 +020029
30 <!-- Filesystem -->
31 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
32
33 <!-- Build -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010034 <project path="build" name="build.git">
Joakim Bechdedcb922015-04-29 23:04:27 +020035 <linkfile src="fvp.mk" dest="build/Makefile" />
36 </project>
37</manifest>