build_helper: Update tf-m-extras examples
Signed-off-by: Gergely Korcsák <gergely.korcsak@arm.com>
Change-Id: Ic5605417b35b09ed762d192c6e0982c0c74d3de2
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 51d4b09..6d25d40 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -607,7 +607,7 @@
"cmake_build_type": ["Release"],
"with_bl2": [True],
"profile": [""],
- "extra_params": ["EXAMPLE_VAD"]
+ "extra_params": ["EXTRAS_EXAMPLE_VAD"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []
@@ -621,8 +621,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],
- "profile": [""],
- "extra_params": ["EXAMPLE_DMA350_CLCD"]
+ "profile": ["profile_medium"],
+ "extra_params": ["EXTRAS_EXAMPLE_DMA350_CLCD"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []
@@ -632,12 +632,12 @@
"tfm_platform": ["arm/mps3/corstone310/fvp"],
"compiler": ["GCC_10_3"],
"isolation_level": ["1"],
- "test_regression": ["OFF"],
+ "test_regression": ["RegS"],
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],
"profile": [""],
- "extra_params": ["EXAMPLE_DMA350_S"]
+ "extra_params": ["EXTRAS_EXAMPLE_DMA350_S"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []
@@ -647,12 +647,12 @@
"tfm_platform": ["arm/mps3/corstone310/fvp"],
"compiler": ["GCC_10_3"],
"isolation_level": ["1"],
- "test_regression": ["OFF"],
+ "test_regression": ["RegS, RegNS"],
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],
"profile": [""],
- "extra_params": ["EXAMPLE_DMA350_NS"]
+ "extra_params": ["EXTRAS_EXAMPLE_DMA350_NS"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []
@@ -666,8 +666,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],
- "profile": [""],
- "extra_params": ["EXAMPLE_DMA350_TRIGGER"]
+ "profile": ["profile_medium"],
+ "extra_params": ["EXTRAS_EXAMPLE_DMA350_TRIGGER"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []