| <?xml version="1.0" encoding="UTF-8"?> |
| <manifest> |
| <!-- <remote name="busybox" fetch="git://busybox.net" /> --> |
| <remote name="busybox_mirror" fetch="https://github.com/mirror" /> |
| <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| |
| <!-- OP-TEE gits --> |
| <project remote="optee" path="optee_os" name="optee_os.git" revision="master" /> |
| <project remote="optee" path="optee_client" name="optee_client.git" revision="master" /> |
| <project remote="optee" path="optee_test" name="optee_test.git" revision="master" /> |
| |
| <!-- BusyBox --> |
| <!-- <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> --> |
| <project remote="busybox_mirror" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| |
| <!-- ARM Trusted Firmware --> |
| <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="rpi3_initial_drop"/> |
| |
| <!-- Linux kernel --> |
| <project remote="linaro-swg" path="linux" name="linux.git" revision="electron752-rpi3-optee" /> |
| |
| <!-- U-boot --> |
| <project remote="linaro-swg" path="u-boot" name="u-boot.git" revision="rpi3_initial_drop"/> |
| |
| <!-- Hello world TA --> |
| <project remote="linaro-swg" path="hello_world" name="hello_world.git" revision="master" /> |
| |
| <!-- Filesystem --> |
| <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="master" /> |
| |
| <!-- Build --> |
| <project remote="optee" path="build" name="build.git" revision="master"> |
| <linkfile src="rpi3.mk" dest="build/Makefile" /> |
| <linkfile src="rpi3/debugger/pi3.cfg" dest="build/pi3.cfg" /> |
| <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" /> |
| </project> |
| </manifest> |