Added MediaTek MT8173 EVB
Signed-off-by: SY Chiu <sy.chiu@linaro.org>
Tested-by: SY Chiu <sy.chiu@linaro.org> (MT8173-EVB)
diff --git a/mt8173_evb.xml b/mt8173_evb.xml
new file mode 100644
index 0000000..fe77820
--- /dev/null
+++ b/mt8173_evb.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="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" />
+
+ <!-- MediaTek Download Tool -->
+ <project remote="linaro-swg" path="mtk_tools" name="mtk_tools.git" />
+
+ <!-- Linux kernel -->
+ <project remote="linaro-swg" path="linux" name="linux.git" revision="4.0rc1"/>
+ <project remote="linaro-swg" path="patches-upstream" name="patches-upstream.git" revision="4.0rc1"/>
+
+ <!-- Filesystem -->
+ <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
+
+ <!-- Build -->
+ <project remote="optee" path="build" name="build.git">
+ <linkfile src="mediatek.mk" dest="build/Makefile" />
+ </project>
+</manifest>