Add FVP build config for Corstone1000
Corstone1000 has two variants -- one for FVP and one for FPGA.
It is controlled by config PLATFORM_IS_FVP.
Update CI build commands to better support Corstone1000.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I9fa690d1179fbc20155fbe7cb8a2fadb86f29580
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 4d408ee..aac49a5 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -460,7 +460,7 @@
"with_ns": [False],
"profile": [""],
"partition_ps": ["ON"],
- "extra_params": [""]
+ "extra_params": ["FVP", "FPGA"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []