Platform: Skip Debug regression builds on RSS
The BL2 code size is too large for the current RSS memory layout in
Debug regression builds (with the BL2 tests), so temporarily disable
these configs until the memory map is adjusted.
Signed-off-by: Jamie Fox <jamie.fox@arm.com>
Change-Id: I12b0dada1d18e6a302d9e008ec966fed4dd2f43a
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 1931cc8..04e27f5 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -8,7 +8,7 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2022, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2023, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -720,7 +720,11 @@
"extra_params": ["PSOFF"]
},
"common_params": _common_tfm_builder_cfg,
- "invalid": _common_tfm_invalid_configs + []
+ "invalid": _common_tfm_invalid_configs + [
+ # BL2 is too large for RSS in Debug builds with tests
+ ("arm/rss/tc", "GCC_10_3", "*", True, "*",
+ "Debug", True, "*", "*"),
+ ]
}
config_psoc64 = {"seed_params": {