blob: 4acf75c57b228ba96fa66b4a947880c8bf0f1ae1 [file] [log] [blame]
Joakim Bech9c91fa72016-07-12 14:01:29 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!-- <remote name="busybox" fetch="git://busybox.net" /> -->
4 <remote name="busybox_mirror" fetch="https://github.com/mirror" />
Joakim Bech9c91fa72016-07-12 14:01:29 +02005 <remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
6 <remote name="optee" fetch="https://github.com/OP-TEE" />
7
Joakim Bech9c91fa72016-07-12 14:01:29 +02008 <!-- OP-TEE gits -->
Joakim Bech593a98b2016-09-14 09:08:53 +02009 <project remote="optee" path="optee_os" name="optee_os.git" revision="master" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020010 <project remote="optee" path="optee_client" name="optee_client.git" revision="master" />
11 <project remote="optee" path="optee_test" name="optee_test.git" revision="master" />
12
Joakim Bech593a98b2016-09-14 09:08:53 +020013 <!-- BusyBox -->
Joakim Bech9c91fa72016-07-12 14:01:29 +020014 <!-- <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> -->
15 <project remote="busybox_mirror" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
16
Joakim Bech593a98b2016-09-14 09:08:53 +020017 <!-- ARM Trusted Firmware -->
18 <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="rpi3_initial_drop"/>
Joakim Bech9c91fa72016-07-12 14:01:29 +020019
20 <!-- Linux kernel -->
Igor Opaniukfcfe05f2017-07-14 16:56:00 +030021 <project remote="linaro-swg" path="linux" name="linux.git" revision="rpi3-optee-4.6" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020022
Igor Opaniuk1899c052017-07-14 18:13:19 +030023 <!-- Benchmark app -->
24 <project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.git"/>
25
Joakim Bech9c91fa72016-07-12 14:01:29 +020026 <!-- U-boot -->
Joakim Bech593a98b2016-09-14 09:08:53 +020027 <project remote="linaro-swg" path="u-boot" name="u-boot.git" revision="rpi3_initial_drop"/>
Joakim Bech9c91fa72016-07-12 14:01:29 +020028
Victor Chong43a163b2016-07-13 08:25:23 +010029 <!-- Hello world TA -->
Joakim Bech593a98b2016-09-14 09:08:53 +020030 <project remote="linaro-swg" path="hello_world" name="hello_world.git" revision="master" />
Victor Chong43a163b2016-07-13 08:25:23 +010031
Joakim Bech9c91fa72016-07-12 14:01:29 +020032 <!-- Filesystem -->
33 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="master" />
34
35 <!-- Build -->
Joakim Bech593a98b2016-09-14 09:08:53 +020036 <project remote="optee" path="build" name="build.git" revision="master">
Joakim Bech9c91fa72016-07-12 14:01:29 +020037 <linkfile src="rpi3.mk" dest="build/Makefile" />
Joakim Bech593a98b2016-09-14 09:08:53 +020038 <linkfile src="rpi3/debugger/pi3.cfg" dest="build/pi3.cfg" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020039 <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" />
40 </project>
41</manifest>