Corstone1000 FVP integration in OpenCI
FVP boots and runs regression test.
Protected storage regression is disabled as few test
cases are failing in the platform.
Signed-off-by: Satish Kumar <satish.kumar01@arm.com>
Change-Id: I74d62cb06415e1b1fe905aa4cfd41b0fabb55de0
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 12db50c..d9282b7 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -89,6 +89,18 @@
"-fill 0xFF 0xA020000 0xA200000 "
"-o %(_tbm_build_dir_)s/bin/"
"tfm.hex -Intel")],
+ "arm/corstone1000": [("cat "
+ "%(_tbm_build_dir_)s/bin/"
+ "bl2_signed.bin "
+ "%(_tbm_build_dir_)s/bin/"
+ "bl2_signed.bin "
+ "%(_tbm_build_dir_)s/bin/"
+ "tfm_s_signed.bin "
+ "%(_tbm_build_dir_)s/bin/"
+ "tfm_s_signed.bin "
+ "> "
+ "%(_tbm_build_dir_)s/bin/"
+ "flash.bin")],
"arm/musca_s1": [("srec_cat "
"%(_tbm_build_dir_)s/bin/"
"bl2.bin "
@@ -692,7 +704,7 @@
"compiler": ["GCC_7_3_1"],
"lib_model": [False],
"isolation_level": ["1"],
- "test_regression": [False],
+ "test_regression": [True],
"test_psa_api": ["OFF"],
"cmake_build_type": ["Debug"],
"with_bl2": [True],