Add support for DRA7xx

Change-Id: Id4c76d3ff72ca3738ad4bbe2be3c146f9d7f9405
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/dra7xx.xml b/dra7xx.xml
new file mode 100644
index 0000000..79bfeef
--- /dev/null
+++ b/dra7xx.xml
@@ -0,0 +1,34 @@
+<?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="optee" fetch="https://github.com/OP-TEE" />
+	<remote name="ti-optee" fetch="git://git.ti.com/optee" />
+	<remote name="ti-u-boot" fetch="git://git.ti.com/ti-u-boot" />
+	<remote name="ti-linux" fetch="git://git.ti.com/ti-linux-kernel" />
+
+	<!-- OP-TEE gits -->
+	<project remote="ti-optee" path="optee_os" name="ti-optee-os.git" revision="ti_optee_os" />
+	<project remote="ti-optee" path="optee_client" name="ti-optee-client.git" revision="ti_optee_client" />
+	<project remote="ti-optee" path="optee_test" name="ti-optee-test.git" revision="ti_optee_test" />
+
+	<!-- busybox -->
+	<project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
+
+	<!-- U-Boot -->
+	<project remote="ti-u-boot" path="u-boot" name="ti-u-boot.git" revision="ti-u-boot-2016.05" />
+
+	<!-- Linux kernel -->
+	<project remote="ti-linux" path="linux" name="ti-linux-kernel.git" revision="ti-lsk-linux-4.4.y" />
+
+	<!-- 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="dra7xx.mk" dest="build/Makefile" />
+	</project>
+</manifest>