feat(nxp/layerscape): add build configs for layerscape platforms
This patch adds build configs and corresponding test configs for ls1028ardb,
lx2160ardb, lx2160aqds and lx2162aqds platforms.
Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
Change-Id: Id0c7b52e2e25fdf87286ca3ace41f31111109fd3
diff --git a/group/tf-l1-build-plat/ls1028ardb-default:nil b/group/tf-l1-build-plat/ls1028ardb-default:nil
new file mode 100644
index 0000000..45065d8
--- /dev/null
+++ b/group/tf-l1-build-plat/ls1028ardb-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/lx2160aqds-default:nil b/group/tf-l1-build-plat/lx2160aqds-default:nil
new file mode 100644
index 0000000..45065d8
--- /dev/null
+++ b/group/tf-l1-build-plat/lx2160aqds-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/lx2160ardb-default:nil b/group/tf-l1-build-plat/lx2160ardb-default:nil
new file mode 100644
index 0000000..45065d8
--- /dev/null
+++ b/group/tf-l1-build-plat/lx2160ardb-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/lx2162aqds-default:nil b/group/tf-l1-build-plat/lx2162aqds-default:nil
new file mode 100644
index 0000000..45065d8
--- /dev/null
+++ b/group/tf-l1-build-plat/lx2162aqds-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/ls1028ardb-default b/tf_config/ls1028ardb-default
new file mode 100644
index 0000000..ed844a1
--- /dev/null
+++ b/tf_config/ls1028ardb-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=ls1028ardb
diff --git a/tf_config/lx2160aqds-default b/tf_config/lx2160aqds-default
new file mode 100644
index 0000000..01acb9c
--- /dev/null
+++ b/tf_config/lx2160aqds-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=lx2160aqds
diff --git a/tf_config/lx2160ardb-default b/tf_config/lx2160ardb-default
new file mode 100644
index 0000000..cfcc7ef
--- /dev/null
+++ b/tf_config/lx2160ardb-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=lx2160ardb
diff --git a/tf_config/lx2162aqds-default b/tf_config/lx2162aqds-default
new file mode 100644
index 0000000..39ed4ac
--- /dev/null
+++ b/tf_config/lx2162aqds-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=lx2162aqds