Initial manifest for OP-TEE

This manifest supports QEMU, FVP and Hikey, where:
 - default.xml corresponds to QEMU
 - fvp.xml corresponds to FVP
 - hikey.xml corresponds to Hikey

Notes:
 - The hikey.xml still points to the user vchong, this will be updated
   soon.
 - Most of the information in the README.md probably belongs to
   OP-TEE/optee_os, where we keep most of our documentation.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Tested-by: Joakim Bech <joakim.bech@linaro.org> (QEMU, FVP)
Tested-by: Victor Chong <victor.chong@linaro.org> (Hikey)
diff --git a/default.xml b/default.xml
new file mode 100644
index 0000000..675d310
--- /dev/null
+++ b/default.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+	<remote name="busybox" fetch="git://busybox.net" />
+	<remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
+	<remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" />
+	<remote name="optee" fetch="https://github.com/OP-TEE" />
+
+	<default remote="optee" revision="master" />
+
+	<!-- OP-TEE gits -->
+	<project path="optee_os" name="optee_os.git" />
+	<project path="optee_client" name="optee_client.git" />
+	<project path="optee_linuxdriver" name="optee_linuxdriver.git" />
+	<project path="optee_test" name="optee_test.git" />
+
+	<!-- busybox -->
+	<project remote="busybox" path="busybox" name="busybox.git" />
+
+	<!-- Linux kernel -->
+	<project remote="linux" path="linux" name="linux.git" revision="refs/tags/v4.1-rc1"/>
+
+	<!-- linaro-swg gits -->
+	<project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
+	<project remote="linaro-swg" path="soc_term" name="soc_term.git" />
+	<project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" />
+	<project remote="linaro-swg" path="qemu" name="qemu.git" revision="c00ed157431a4a6e0c4c481ba1c809623cbf908f"/>
+
+	<!-- Build -->
+	<project remote="optee" path="build" name="build.git">
+		<linkfile src="qemu.mk" dest="build/Makefile" />
+	</project>
+</manifest>