ci: add build config for Live Firmware Activation
Introduces a CI build configuration to enable Live
Firmware Activation (LFA) testing.
Also adds LFA-supporting build command to the Coverity
script.
Change-Id: I78300aaf70e0dedaefad54c3e848235d55c0486b
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 856ec6f..36fec07 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -273,6 +273,12 @@
# Sign Realm tokens with EL3 signing service
clean_build $fvp_common_flags ENABLE_RME=1 RMMD_ENABLE_EL3_TOKEN_SIGN=1
+# Build with Live Firmware Activation support
+clean_build $fvp_common_flags LFA_SUPPORT=1
+
+# Build with RMM Live Firmware Activation support
+clean_build $fvp_common_flags ENABLE_RME=1 LFA_SUPPORT=1
+
#
# Juno platform
# We'll use the following flags for all Juno builds.