Initial commit for TF-A CI scripts

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/model/css-rde1edge.sh b/model/css-rde1edge.sh
new file mode 100644
index 0000000..e397b75
--- /dev/null
+++ b/model/css-rde1edge.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+set_model_path "/arm/projectscratch/ssg/trusted-fw/models/0.0_5137/FVP_RD_E1_edge"
+
+cat <<EOF >"$model_param_file"
+-C board.flashloader0.fname=$fip_bin
+-C board.virtioblockdevice.image_path=$busybox_bin
+-C css.cmn600.force_on_from_start=1
+-C css.cmn600.mesh_config_file=RD_N1_E1_cmn600.yml
+-C css.mcp.ROMloader.fname=$mcp_rom_bin
+-C css.pl011_uart_ap.unbuffered_output=1
+-C css.scp.ROMloader.fname=$scp_rom_bin
+-C css.trustedBootROMloader.fname=$bl1_bin
+-C soc.pl011_uart0.unbuffered_output=1
+-C soc.pl011_uart1.unbuffered_output=1
+--data css.scp.armcortexm7ct=$scp_ram_bin@$scp_ram_addr
+EOF