Sync model scripts with internal CI
Sync model scripts with open-ci patch:
539c151d0cd99a5e6ca6c0e6966f6d8579fe864e
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
Change-Id: I0d28301c86b8efd633a5ff31e548e2bfb81507a7
diff --git a/model/css-sgm775.sh b/model/css-sgm775.sh
index ba5bcc2..e8fa9f5 100644
--- a/model/css-sgm775.sh
+++ b/model/css-sgm775.sh
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: BSD-3-Clause
#
-set_model_path "${pinned_css:?}/FVP_CSS_SGM-775"
+set_model_path "$warehouse/SysGen/SubSystemModels/$model_version/$model_build/models/$model_flavour/FVP_CSS_SGM-775"
cat <<EOF >"$model_param_file"
${bl1_bin+-C css.trustedBootROMloader.fname=$bl1_bin}
@@ -20,4 +20,5 @@
${uart1_out+-C soc.pl011_uart1.unbuffered_output=1}
-C config_id=0
-C displayController=2
+-C css.cache_state_modelled=1
EOF