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 | |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 8 | <!-- OP-TEE gits --> |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 9 | <project remote="optee" path="optee_os" name="optee_os.git" revision="master" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 10 | <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 Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 13 | <!-- BusyBox --> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 14 | <!-- <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> --> |
| 15 | <project remote="busybox_mirror" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| 16 | |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 17 | <!-- ARM Trusted Firmware --> |
| 18 | <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] | 19 | |
| 20 | <!-- Linux kernel --> |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 21 | <project remote="linaro-swg" path="linux" name="linux.git" revision="electron752-rpi3-optee" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 22 | |
| 23 | <!-- U-boot --> |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 24 | <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] | 25 | |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 26 | <!-- Hello world TA --> |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 27 | <project remote="linaro-swg" path="hello_world" name="hello_world.git" revision="master" /> |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 28 | |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 29 | <!-- Filesystem --> |
| 30 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="master" /> |
| 31 | |
| 32 | <!-- Build --> |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 33 | <project remote="optee" path="build" name="build.git" revision="master"> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 34 | <linkfile src="rpi3.mk" dest="build/Makefile" /> |
Joakim Bech | 593a98b | 2016-09-14 09:08:53 +0200 | [diff] [blame] | 35 | <linkfile src="rpi3/debugger/pi3.cfg" dest="build/pi3.cfg" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 36 | <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" /> |
| 37 | </project> |
| 38 | </manifest> |