feat(intel): add build config and variant for N5X

Add build config and variant for Intel N5X platforms.

Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>
Change-Id: I44c7d8f50244e79bb3f5773157fbef0f892a2c85
diff --git a/group/tf-l1-build-plat/n5x-default:nil b/group/tf-l1-build-plat/n5x-default:nil
new file mode 100644
index 0000000..75f5f1d
--- /dev/null
+++ b/group/tf-l1-build-plat/n5x-default:nil
@@ -0,0 +1,5 @@
+#
+# Copyright (c) 2020-2022 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 02b3f07..577c160 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -437,6 +437,7 @@
 # Platforms from Intel
 make PLAT=stratix10 $(common_flags) all
 make PLAT=agilex $(common_flags) all
+make PLAT=n5x $(common_flags) all
 
 # Platforms from Broadcom
 clean_build PLAT=stingray $(common_flags) BOARD_CFG=bcm958742t \
diff --git a/tf_config/n5x-default b/tf_config/n5x-default
new file mode 100644
index 0000000..5086d4f
--- /dev/null
+++ b/tf_config/n5x-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=n5x