fvp: add build test for measured boot with RSS

Introduce a new build test which overrides PLAT_RSS_NOT_SUPPORTED
build flag (which defaults to 1 on the Base AEM FVP) from the command
line. This will allow detecting any build regressions in future
development of the RSS communication driver.

Please note that this is purely an artifact to build the RSS driver
code as part of TF-A CI. RSS is not supported on FVP right now (or on
any other upstream platform, for that matter) so the resulting
firmware will not be functional.

Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: I7616c3e080b6964bd5821ca3d078389a820d2621
diff --git a/group/tf-l1-build-fvp/fvp-mb-romlib-rme-rss:nil b/group/tf-l1-build-fvp/fvp-mb-romlib-rme-rss:nil
new file mode 100644
index 0000000..35f8713
--- /dev/null
+++ b/group/tf-l1-build-fvp/fvp-mb-romlib-rme-rss:nil
@@ -0,0 +1,5 @@
+#
+# Copyright (c) 2022 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
diff --git a/tf_config/fvp-mb-romlib-rme-rss b/tf_config/fvp-mb-romlib-rme-rss
new file mode 100644
index 0000000..349cf5a
--- /dev/null
+++ b/tf_config/fvp-mb-romlib-rme-rss
@@ -0,0 +1,7 @@
+CROSS_COMPILE=aarch64-none-elf-
+ENABLE_RME=1
+FVP_HW_CONFIG_DTS=fdts/fvp-base-gicv3-psci-1t.dts
+MEASURED_BOOT=1
+PLAT=fvp
+PLAT_RSS_NOT_SUPPORTED=0
+USE_ROMLIB=1