Add build configs for new allwinner platforms
This patch adds build configs and corresponding test configs for
sun50i_h616 and sun50i_r329 platforms
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: Ib6ecd54e1f22d566c45f703c349571b381808443
diff --git a/group/tf-l1-build-plat/sun50i_h616-default:nil b/group/tf-l1-build-plat/sun50i_h616-default:nil
new file mode 100644
index 0000000..45065d8
--- /dev/null
+++ b/group/tf-l1-build-plat/sun50i_h616-default:nil
@@ -0,0 +1,6 @@
+#
+# Copyright (c) 2021 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
diff --git a/group/tf-l1-build-plat/sun50i_r329-default:nil b/group/tf-l1-build-plat/sun50i_r329-default:nil
new file mode 100644
index 0000000..45065d8
--- /dev/null
+++ b/group/tf-l1-build-plat/sun50i_r329-default:nil
@@ -0,0 +1,6 @@
+#
+# Copyright (c) 2021 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
diff --git a/tf_config/sun50i_h616-default b/tf_config/sun50i_h616-default
new file mode 100644
index 0000000..63e5a58
--- /dev/null
+++ b/tf_config/sun50i_h616-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=sun50i_h616
diff --git a/tf_config/sun50i_r329-default b/tf_config/sun50i_r329-default
new file mode 100644
index 0000000..df7c910
--- /dev/null
+++ b/tf_config/sun50i_r329-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=sun50i_r329