feat(rd1ae): Add build configurations

This patch adds build configuration for rd1ae platform

Change-Id: Id168faa62c911b2bc91a7d547a99455225109f8a
Signed-off-by: Divin Raj <divin.raj@arm.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index ce77378..6b48e50 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -396,6 +396,19 @@
 #
 clean_build $(common_flags) PLAT=fvp_r ${ARM_TBB_OPTIONS} ENABLE_STACK_PROTECTOR=all
 
+#
+# RD-1 AE platform
+#
+make $(common_flags) \
+     PLAT=rd1ae \
+     ARCH=aarch64 \
+     ${ARM_TBB_OPTIONS} \
+     GENERATE_COT=1 \
+     COT=tbbr \
+     ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem \
+     bl2 \
+     bl31
+
 # Partners' platforms.
 # Enable as many features as possible.
 # We don't need to clean between each build here because we only do one build