ci(juno): add build config with SPMC_AT_EL3
Since patch [0], juno supports StandaloneMm with SPMC_AT_EL3.
add ci build test with SPMC_AT_EL3 in juno platform.
Link: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/38743/29 [0]
Change-Id: I53cbd6e3cb22eb52f146e3e767c2e8965a04ce8f
Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
diff --git a/group/tf-l1-build-juno/juno-spmc-at-el3:nil b/group/tf-l1-build-juno/juno-spmc-at-el3:nil
new file mode 100644
index 0000000..8e42dc9
--- /dev/null
+++ b/group/tf-l1-build-juno/juno-spmc-at-el3:nil
@@ -0,0 +1,5 @@
+#
+# Copyright (c) 2025 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
diff --git a/tf_config/juno-spmc-at-el3 b/tf_config/juno-spmc-at-el3
new file mode 100644
index 0000000..8e95671
--- /dev/null
+++ b/tf_config/juno-spmc-at-el3
@@ -0,0 +1,14 @@
+TRUSTED_BOARD_BOOT=0
+GENERATE_COT=0
+CSS_NON_SECURE_UART=1
+CSS_USE_SCMI_SDS_DRIVER=1
+USE_COHERENT_MEM=0
+BL32=1
+SPD=spmd
+SPMD_SPM_AT_SEL2=0
+SPMC_AT_EL3=1
+SPMC_AT_EL3_SEL0_SP=1
+CTX_INCLUDE_EL2_REGS=0
+NS_TIMER_SWITCH=1
+HOB_LIST=1
+PLAT=juno