TF-A: Add build and coverity config for RD-N2 platform

Add TBB build configuration for RD-N2 platform to tf-l1-build-fvp build
group and include it in coverity makefile.

Change-Id: I35ac4ca4a2f3292ba02828581f28a764c19d5afe
Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
diff --git a/group/tf-l1-build-fvp/fvp-rdn2-tbb:nil b/group/tf-l1-build-fvp/fvp-rdn2-tbb:nil
new file mode 100644
index 0000000..d52947d
--- /dev/null
+++ b/group/tf-l1-build-fvp/fvp-rdn2-tbb:nil
@@ -0,0 +1,6 @@
+#
+# Copyright (c) 2020, 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 613330a..9cf52b5 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -204,6 +204,11 @@
 make $(common_flags) PLAT=rddanielxlr ${ARM_TBB_OPTIONS} CSS_SGI_CHIP_COUNT=4 all
 
 #
+# Reference Design Platform RD-N2
+#
+make $(common_flags) PLAT=rdn2 ${ARM_TBB_OPTIONS} all
+
+#
 # Neoverse N1 SDP platform
 #
 make $(common_flags) PLAT=n1sdp ${ARM_TBB_OPTIONS} all
diff --git a/tf_config/fvp-rdn2-tbb b/tf_config/fvp-rdn2-tbb
new file mode 100644
index 0000000..e367eca
--- /dev/null
+++ b/tf_config/fvp-rdn2-tbb
@@ -0,0 +1,7 @@
+ARM_ROTPK_LOCATION=devel_rsa
+CREATE_KEYS=1
+CROSS_COMPILE=aarch64-none-elf-
+GENERATE_COT=1
+PLAT=rdn2
+ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem
+TRUSTED_BOARD_BOOT=1