RSE: Add BL1_1 tests with PCI mode

Add a new configuration which specifies that the BL1_1 tests should be
run in PCI mode (instead of the default which is TCI). Jobs are then
added with this configuration in per-patch and nightly for TC4.

Change-Id: Ieb85387d5a3441562e9333c55113775193edf85f
Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index dcffcde..64ebfdb 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -162,6 +162,9 @@
 
     # RSE ROM Relocation
     "RSE_SUPPORT_ROM_LIB_RELOCATION_OFF" : ("-DRSE_SUPPORT_ROM_LIB_RELOCATION=OFF"),
+
+    # RSE test suite configuration
+    "RSE_RUN_BL1_1_TESTS_IN_PCI" : ("-DRSE_TESTS_TP_MODE=PCI")
 }
 
 mapTfmExtrasExamplePaths = {