| <?xml version="1.0" encoding="UTF-8"?> |
| <manifest> |
| <remote name="github" fetch="https://github.com" /> |
| |
| <default remote="github" revision="master" /> |
| |
| <!-- OP-TEE gits --> |
| <project path="optee_client" name="OP-TEE/optee_client.git" /> |
| <project path="optee_os" name="OP-TEE/optee_os.git" /> |
| <project path="optee_test" name="OP-TEE/optee_test.git" /> |
| <project path="build" name="OP-TEE/build.git"> |
| <linkfile src="qemu.mk" dest="build/Makefile" /> |
| </project> |
| |
| <!-- linaro-swg gits --> |
| <project path="bios_qemu_tz_arm" name="linaro-swg/bios_qemu_tz_arm.git" /> |
| <project path="linux" name="linaro-swg/linux.git" revision="optee"/> |
| <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git"/> |
| <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
| <project path="soc_term" name="linaro-swg/soc_term.git" /> |
| |
| <!-- Misc gits --> |
| <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2017.11" /> |
| <project path="qemu/dtc" name="qemu/dtc.git" /> |
| <project path="qemu" name="qemu/qemu.git" revision="4672cbd7bed88dc67f089e84a0fd5d7739020c92" /> |
| </manifest> |