blob: facd45ede283554312ff9f2dae6e4521f55f2981 [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
Igor Opaniuk961dca32017-07-25 20:41:01 +03008 <default remote="optee" revision="master" />
9
Joakim Bech9c91fa72016-07-12 14:01:29 +020010 <!-- OP-TEE gits -->
Igor Opaniuk961dca32017-07-25 20:41:01 +030011 <project path="optee_os" name="optee_os.git" />
12 <project path="optee_client" name="optee_client.git" />
13 <project path="optee_test" name="optee_test.git" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020014
Joakim Bech593a98b2016-09-14 09:08:53 +020015 <!-- BusyBox -->
Joakim Bech9c91fa72016-07-12 14:01:29 +020016 <!-- <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> -->
17 <project remote="busybox_mirror" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
18
Joakim Bech593a98b2016-09-14 09:08:53 +020019 <!-- ARM Trusted Firmware -->
20 <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="rpi3_initial_drop"/>
Joakim Bech9c91fa72016-07-12 14:01:29 +020021
22 <!-- Linux kernel -->
Igor Opaniukfcfe05f2017-07-14 16:56:00 +030023 <project remote="linaro-swg" path="linux" name="linux.git" revision="rpi3-optee-4.6" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020024
Igor Opaniuk1899c052017-07-14 18:13:19 +030025 <!-- Benchmark app -->
26 <project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.git"/>
27
Joakim Bech9c91fa72016-07-12 14:01:29 +020028 <!-- U-boot -->
Joakim Bech593a98b2016-09-14 09:08:53 +020029 <project remote="linaro-swg" path="u-boot" name="u-boot.git" revision="rpi3_initial_drop"/>
Joakim Bech9c91fa72016-07-12 14:01:29 +020030
Victor Chong43a163b2016-07-13 08:25:23 +010031 <!-- Hello world TA -->
Igor Opaniuk961dca32017-07-25 20:41:01 +030032 <project remote="linaro-swg" path="hello_world" name="hello_world.git" />
Victor Chong43a163b2016-07-13 08:25:23 +010033
Joakim Bech9c91fa72016-07-12 14:01:29 +020034 <!-- Filesystem -->
Igor Opaniuk961dca32017-07-25 20:41:01 +030035 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020036
37 <!-- Build -->
Igor Opaniuk961dca32017-07-25 20:41:01 +030038 <project path="build" name="build.git">
Joakim Bech9c91fa72016-07-12 14:01:29 +020039 <linkfile src="rpi3.mk" dest="build/Makefile" />
Joakim Bech593a98b2016-09-14 09:08:53 +020040 <linkfile src="rpi3/debugger/pi3.cfg" dest="build/pi3.cfg" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020041 <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" />
42 </project>
43</manifest>