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/group/tf-l1-build-fvp/fvp-lfa:nil b/group/tf-l1-build-fvp/fvp-lfa:nil
new file mode 100644
index 0000000..8e42dc9
--- /dev/null
+++ b/group/tf-l1-build-fvp/fvp-lfa:nil
@@ -0,0 +1,5 @@
+#
+# Copyright (c) 2025 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
diff --git a/group/tf-l1-build-fvp/fvp-rme-lfa:nil b/group/tf-l1-build-fvp/fvp-rme-lfa:nil
new file mode 100644
index 0000000..8e42dc9
--- /dev/null
+++ b/group/tf-l1-build-fvp/fvp-rme-lfa:nil
@@ -0,0 +1,5 @@
+#
+# Copyright (c) 2025 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 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.
diff --git a/tf_config/fvp-lfa b/tf_config/fvp-lfa
new file mode 100644
index 0000000..59aab75
--- /dev/null
+++ b/tf_config/fvp-lfa
@@ -0,0 +1,3 @@
+CROSS_COMPILE=aarch64-none-elf-
+LFA_SUPPORT=1
+PLAT=fvp
diff --git a/tf_config/fvp-rme-lfa b/tf_config/fvp-rme-lfa
new file mode 100644
index 0000000..9ef056e
--- /dev/null
+++ b/tf_config/fvp-rme-lfa
@@ -0,0 +1,4 @@
+CROSS_COMPILE=aarch64-none-elf-
+ENABLE_RME=1
+LFA_SUPPORT=1
+PLAT=fvp