blob: 0d27df8554de60bfe0742cae3a34f86bf3a62835 [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 -->
Joakim Bech593a98b2016-09-14 09:08:53 +020021 <project remote="linaro-swg" path="linux" name="linux.git" revision="electron752-rpi3-optee" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020022
23 <!-- U-boot -->
Joakim Bech593a98b2016-09-14 09:08:53 +020024 <project remote="linaro-swg" path="u-boot" name="u-boot.git" revision="rpi3_initial_drop"/>
Joakim Bech9c91fa72016-07-12 14:01:29 +020025
Victor Chong43a163b2016-07-13 08:25:23 +010026 <!-- Hello world TA -->
Joakim Bech593a98b2016-09-14 09:08:53 +020027 <project remote="linaro-swg" path="hello_world" name="hello_world.git" revision="master" />
Victor Chong43a163b2016-07-13 08:25:23 +010028
Joakim Bech9c91fa72016-07-12 14:01:29 +020029 <!-- Filesystem -->
30 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="master" />
31
32 <!-- Build -->
Joakim Bech593a98b2016-09-14 09:08:53 +020033 <project remote="optee" path="build" name="build.git" revision="master">
Joakim Bech9c91fa72016-07-12 14:01:29 +020034 <linkfile src="rpi3.mk" dest="build/Makefile" />
Joakim Bech593a98b2016-09-14 09:08:53 +020035 <linkfile src="rpi3/debugger/pi3.cfg" dest="build/pi3.cfg" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020036 <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" />
37 </project>
38</manifest>