Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Jens Wiklander | 23ec0f4 | 2017-09-01 09:01:04 +0200 | [diff] [blame] | 3 | <remote name="arm" fetch="https://github.com/ARM-software" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 4 | <remote name="busybox" fetch="git://busybox.net" /> |
| 5 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| 6 | <remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" /> |
| 7 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
Jens Wiklander | 3fb9b51 | 2017-03-29 09:09:02 +0200 | [diff] [blame] | 8 | <remote name="tianocore" fetch="https://github.com/tianocore" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 9 | <remote name="qemu" fetch="https://github.com/qemu" /> |
| 10 | <remote name="sfnet" fetch="http://git.code.sf.net/p/strace" /> |
| 11 | |
| 12 | <default remote="optee" revision="master" /> |
| 13 | |
| 14 | <!-- OP-TEE gits --> |
| 15 | <project path="optee_os" name="optee_os.git" /> |
| 16 | <project path="optee_client" name="optee_client.git" /> |
| 17 | <project path="optee_test" name="optee_test.git" /> |
| 18 | |
| 19 | <!-- busybox --> |
| 20 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| 21 | |
Igor Opaniuk | de6736c | 2017-08-07 16:03:04 +0300 | [diff] [blame] | 22 | <!-- Sample applications --> |
| 23 | <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" /> |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 24 | |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 25 | <!-- Linux kernel --> |
| 26 | <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/> |
| 27 | |
| 28 | <!-- linaro-swg gits --> |
| 29 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
| 30 | <project remote="linaro-swg" path="soc_term" name="soc_term.git" /> |
| 31 | |
Igor Opaniuk | e110781 | 2017-07-05 17:37:34 +0300 | [diff] [blame] | 32 | <!-- Benchmark app --> |
| 33 | <project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.git"/> |
| 34 | |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 35 | <!-- QEMU --> |
Joakim Bech | ae56019 | 2017-07-05 10:53:39 +0200 | [diff] [blame] | 36 | <project remote="qemu" path="qemu" name="qemu.git" revision="199e19ee538eb61fd08b1c1ee5aa838ebdcc968e" /> |
Jerome Forissier | 52b4d07 | 2017-07-04 13:44:58 +0200 | [diff] [blame] | 37 | <project remote="qemu" path="qemu/dtc" name="dtc.git" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 38 | |
Jens Wiklander | 23ec0f4 | 2017-09-01 09:01:04 +0200 | [diff] [blame] | 39 | <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" /> |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 40 | |
Jens Wiklander | 3fb9b51 | 2017-03-29 09:09:02 +0200 | [diff] [blame] | 41 | <!-- Tianocore, EDK2 --> |
Jerome Forissier | 06633d2 | 2017-07-06 08:49:26 +0200 | [diff] [blame] | 42 | <!-- Pinned revision because master is currently broken --> |
| 43 | <project remote="tianocore" path="edk2" name="edk2.git" revision="f7bd152c2a05bd75471305184c25f14f01ccf0b7" /> |
Jens Wiklander | 3fb9b51 | 2017-03-29 09:09:02 +0200 | [diff] [blame] | 44 | |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 45 | <!-- strace --> |
| 46 | <project remote="sfnet" path="strace" name="code" /> |
| 47 | |
| 48 | <!-- Build --> |
| 49 | <project remote="optee" path="build" name="build.git"> |
| 50 | <linkfile src="qemu_v8.mk" dest="build/Makefile" /> |
| 51 | <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" /> |
| 52 | </project> |
| 53 | </manifest> |