build(rdfremont): add build config for rdfremont

Add new build configuration files for RD-Fremont platform.

Change-Id: I222e8545c9321a79a3e398a1ee0655f07cb2f5ae
Signed-off-by: Nuno Lopes <nuno.lopes@arm.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 1c5bab6..45140a1 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -282,6 +282,13 @@
     PLAT_RO_XLAT_TABLES=1 all
 
 #
+# Reference Design Platform RD-Fremont
+#
+make $(common_flags) PLAT=rdfremont ${ARM_TBB_OPTIONS} COT=cca DEBUG=1 \
+    ENABLE_RME=1 MEASURED_BOOT=1 PLAT_MHU_VERSION=3 RMM=/dev/null \
+    RME_GPT_BITLOCK_BLOCK=0 all
+
+#
 # Neoverse N1 SDP platform
 #
 make $(common_flags) PLAT=n1sdp ${ARM_TBB_OPTIONS} all