ci(cortex-a78aex4): add run config for Cortex-A78AE

Until now, the CI environment did not support running the
FVP_Base_Cortex_A78AE model. This patch adds the proper support
to the CI environment so the named model can be run.

Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>
Change-Id: If038e5ca67e7802d2c947e1f89539c98fada807e
diff --git a/model/cortex-a78aex4.sh b/model/cortex-a78aex4.sh
new file mode 100644
index 0000000..6e53e9a
--- /dev/null
+++ b/model/cortex-a78aex4.sh
@@ -0,0 +1,20 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2023, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-A78AE"
+
+# Option not supported on A78AE FVP yet.
+export no_quantum=""
+
+source "$ci_root/model/fvp_common.sh"
+
+cat <<EOF >>"${model_param_file}"
+-C bp.terminal_0.start_port=5000
+-C bp.terminal_1.start_port=5001
+-C bp.terminal_2.start_port=5002
+-C bp.terminal_3.start_port=5003
+EOF