add build config for newly added platforms

adding build config for following platforms
 - Marvell: t9130
 - Mediatek: mt8192
 - Qualcomm: sc7180

Change-Id: Iedd0f08c155e46b9193115e71c72854587c0db89
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
diff --git a/group/tf-l1-build-plat/mt8192-default:nil b/group/tf-l1-build-plat/mt8192-default:nil
new file mode 100644
index 0000000..d52947d
--- /dev/null
+++ b/group/tf-l1-build-plat/mt8192-default:nil
@@ -0,0 +1,6 @@
+#
+# Copyright (c) 2020, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
diff --git a/group/tf-l1-build-plat/sc7180-default:nil b/group/tf-l1-build-plat/sc7180-default:nil
new file mode 100644
index 0000000..d52947d
--- /dev/null
+++ b/group/tf-l1-build-plat/sc7180-default:nil
@@ -0,0 +1,6 @@
+#
+# Copyright (c) 2020, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
diff --git a/group/tf-l1-build-plat/t9130-default:nil b/group/tf-l1-build-plat/t9130-default:nil
new file mode 100644
index 0000000..708e655
--- /dev/null
+++ b/group/tf-l1-build-plat/t9130-default:nil
@@ -0,0 +1,30 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2020, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+test_setup() {
+	# Parallel builds are broken for this config; so choose serial.
+	echo "Choosing serial build."
+	set_hook_var "make_j" "1"
+}
+
+pre_tf_build() {
+	pushd "$workspace"
+
+	if [ ! -d "mv-ddr-marvell" ]; then
+		# Archive from mv-ddr-marvell release 14.0.0
+		saveas="mv-ddr-marvell.tar.gz" \
+			url="$tfa_downloads/mv-ddr-marvell/mv-ddr-marvell-fae3f6c98230ae51a78e248af5de96fac97a8fca.tar.gz" \
+			fetch_file
+
+		tar -xzf "mv-ddr-marvell.tar.gz"
+	fi
+
+	echo "Set MV_DDR_PATH to $workspace/mv-ddr-marvell"
+	set_hook_var "MV_DDR_PATH" "$workspace/mv-ddr-marvell"
+
+	popd "$workspace"
+}
diff --git a/tf_config/mt8192-default b/tf_config/mt8192-default
new file mode 100644
index 0000000..47b6717
--- /dev/null
+++ b/tf_config/mt8192-default
@@ -0,0 +1,3 @@
+COREBOOT=1
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=mt8192
diff --git a/tf_config/sc7180-default b/tf_config/sc7180-default
new file mode 100644
index 0000000..2f8b19c
--- /dev/null
+++ b/tf_config/sc7180-default
@@ -0,0 +1,3 @@
+COREBOOT=1
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=sc7180
diff --git a/tf_config/t9130-default b/tf_config/t9130-default
new file mode 100644
index 0000000..5fa2ef4
--- /dev/null
+++ b/tf_config/t9130-default
@@ -0,0 +1,3 @@
+CROSS_COMPILE=/arm/pdsw/tools/gcc-linaro-6.2.1-2016.11-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-
+PLAT=t9130
+SCP_BL2=/dev/null