Disable IPC on MUSCA_B1 with ARMCLANG and Debug
MUSCA_B1 does not support IPC with ARMCLANG in Debug build type.
Load range overlap on Musca B1 for FF Debug type: T895
Add invalid configs to build_helper_configs.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ib8038cc1117fdf3fbb1174b080c851509da3946f
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index a49efb3..f21453b 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -141,6 +141,8 @@
# List of all build configs that are impossible under all circumstances
_common_tfm_invalid_configs = [
+ # Load range overlap on Musca B1 for IPC Debug type: T895
+ ("musca_b1/sse_200", "toolchain_ARMCLANG.cmake", "*", "*", "*", "IPC", "Debug", "*", "*", "*", "*", "*"),
# LVL2 and LVL3 requires PSA api
("*", "*", False, "2", "*", "*", "*", "*", "*", "*", "*", "*"),
("*", "*", False, "3", "*", "*", "*", "*", "*", "*", "*", "*"),