Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 1 | <?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 Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 5 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| 6 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| 7 | |
Igor Opaniuk | 961dca3 | 2017-07-25 20:41:01 +0300 | [diff] [blame^] | 8 | <default remote="optee" revision="master" /> |
| 9 | |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 10 | <!-- OP-TEE gits --> |
Igor Opaniuk | 961dca3 | 2017-07-25 20:41:01 +0300 | [diff] [blame^] | 11 | <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 Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 14 | |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 15 | <!-- BusyBox --> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 16 | <!-- <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> --> |
| 17 | <project remote="busybox_mirror" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| 18 | |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 19 | <!-- ARM Trusted Firmware --> |
| 20 | <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="rpi3_initial_drop"/> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 21 | |
| 22 | <!-- Linux kernel --> |
Igor Opaniuk | fcfe05f | 2017-07-14 16:56:00 +0300 | [diff] [blame] | 23 | <project remote="linaro-swg" path="linux" name="linux.git" revision="rpi3-optee-4.6" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 24 | |
Igor Opaniuk | 1899c05 | 2017-07-14 18:13:19 +0300 | [diff] [blame] | 25 | <!-- Benchmark app --> |
| 26 | <project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.git"/> |
| 27 | |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 28 | <!-- U-boot --> |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 29 | <project remote="linaro-swg" path="u-boot" name="u-boot.git" revision="rpi3_initial_drop"/> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 30 | |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 31 | <!-- Hello world TA --> |
Igor Opaniuk | 961dca3 | 2017-07-25 20:41:01 +0300 | [diff] [blame^] | 32 | <project remote="linaro-swg" path="hello_world" name="hello_world.git" /> |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 33 | |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 34 | <!-- Filesystem --> |
Igor Opaniuk | 961dca3 | 2017-07-25 20:41:01 +0300 | [diff] [blame^] | 35 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 36 | |
| 37 | <!-- Build --> |
Igor Opaniuk | 961dca3 | 2017-07-25 20:41:01 +0300 | [diff] [blame^] | 38 | <project path="build" name="build.git"> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 39 | <linkfile src="rpi3.mk" dest="build/Makefile" /> |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 40 | <linkfile src="rpi3/debugger/pi3.cfg" dest="build/pi3.cfg" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 41 | <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" /> |
| 42 | </project> |
| 43 | </manifest> |