blob: d8189927c05674eb8f917ac982933f0b2b812897 [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" />
Joakim Bechbff02812017-11-15 09:54:08 +01007 <remote name="tianocore" fetch="https://github.com/tianocore" />
Joakim Bech6d0e2a52017-11-15 09:14:50 +01008 <remote name="savannah" fetch="https://git.savannah.gnu.org/git" />
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 -->
Joakim Bech1e3dece2018-03-14 14:24:30 +010018 <project remote="busybox" path="busybox" name="busybox.git" revision="refs/tags/1_24_0" clone-depth="1" />
Joakim Bechdedcb922015-04-29 23:04:27 +020019
20 <!-- ARM gits, FVP -->
Joakim Bech1e3dece2018-03-14 14:24:30 +010021 <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="refs/tags/v1.5-rc2" clone-depth="1" />
Joakim Bechdedcb922015-04-29 23:04:27 +020022
23 <!-- Tianocore, EDK2 -->
Joakim Bech67a3ac32018-03-13 17:23:51 +010024 <project remote="tianocore" path="edk2" name="edk2.git" revision="c4122dcaadb964a3e5d2fe106939bca4f1c261e8" />
25 <project remote="tianocore" path="edk2-platforms" name="edk2-platforms.git" revision="c76bf98bc8f988ea2f3953563f94fab8268ec3bd" />
Joakim Bechdedcb922015-04-29 23:04:27 +020026
27 <!-- Linux kernel -->
Joakim Bech67a3ac32018-03-13 17:23:51 +010028 <project remote="linaro-swg" path="linux" name="linux.git" revision="6e954e2f2cbd412f7bc874bb9145f69713194e52" />
Joakim Bechdedcb922015-04-29 23:04:27 +020029
Victor Chong43a163b2016-07-13 08:25:23 +010030 <!-- Hello world TA -->
Igor Opaniuk1d6a00c2017-09-04 23:39:28 +030031 <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" />
Victor Chong43a163b2016-07-13 08:25:23 +010032
Joakim Bechdedcb922015-04-29 23:04:27 +020033 <!-- Filesystem -->
Joakim Bech67a3ac32018-03-13 17:23:51 +010034 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="d5429c154fb81fdae75886d505c385b2f0bb7153" />
Joakim Bechdedcb922015-04-29 23:04:27 +020035
Joakim Bech6d0e2a52017-11-15 09:14:50 +010036 <!-- Grub -->
Joakim Bech1e3dece2018-03-14 14:24:30 +010037 <project remote="savannah" path="grub" name="grub.git" revision="refs/tags/grub-2.02" clone-depth="1" />
Joakim Bech6d0e2a52017-11-15 09:14:50 +010038
Joakim Bechdedcb922015-04-29 23:04:27 +020039 <!-- Build -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010040 <project path="build" name="build.git">
Joakim Bechdedcb922015-04-29 23:04:27 +020041 <linkfile src="fvp.mk" dest="build/Makefile" />
42 </project>
43</manifest>