Initial commit for TF-A CI scripts

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/model/cortex-a57x4.sh b/model/cortex-a57x4.sh
new file mode 100644
index 0000000..16ad9aa
--- /dev/null
+++ b/model/cortex-a57x4.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/Linux64_GCC-4.9/FVP_Base_Cortex-A57x4"
+
+source "$ci_root/model/fvp_common.sh"
+
+cat <<EOF >>"$model_param_file"
+
+${reset_to_spmin+-C cluster0.cpu0.RVBARADDR=${bl32_addr:?}}
+${reset_to_spmin+-C cluster0.cpu1.RVBARADDR=${bl32_addr:?}}
+${reset_to_spmin+-C cluster0.cpu2.RVBARADDR=${bl32_addr:?}}
+${reset_to_spmin+-C cluster0.cpu3.RVBARADDR=${bl32_addr:?}}
+
+EOF