Initial commit for TF-A CI scripts
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/model/css-sgm775.sh b/model/css-sgm775.sh
new file mode 100644
index 0000000..ba5bcc2
--- /dev/null
+++ b/model/css-sgm775.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+set_model_path "${pinned_css:?}/FVP_CSS_SGM-775"
+
+cat <<EOF >"$model_param_file"
+${bl1_bin+-C css.trustedBootROMloader.fname=$bl1_bin}
+${scp_rom_bin+-C css.scp.ROMloader.fname=$scp_rom_bin}
+${fip_bin+-C board.flashloader0.fname=$fip_bin}
+${initrd_bin+--data css.cluster0.cpu0=$initrd_bin@${initrd_addr:?}}
+${kernel_bin+--data css.cluster0.cpu0=$kernel_bin@${kernel_addr:?}}
+${dtb_bin+--data css.cluster0.cpu0=$dtb_bin@0x83000000}
+${uart0_out+-C soc.pl011_uart0.out_file=$uart0_out}
+${uart0_out+-C soc.pl011_uart0.unbuffered_output=1}
+${uart1_out+-C soc.pl011_uart1.out_file=$uart1_out}
+${uart1_out+-C soc.pl011_uart1.unbuffered_output=1}
+-C config_id=0
+-C displayController=2
+EOF