ci: add cortex-X4 and cortex-X925 FVP's
Currently used FVP version has support for both Cortex-X4 and
Cortex-X925 support add them to ci utils.
Change-Id: I45402251c618bb7bf802f909eed535b2b27424b5
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
diff --git a/run_config/fvp-cortexx925 b/run_config/fvp-cortexx925
new file mode 100644
index 0000000..6ae575d
--- /dev/null
+++ b/run_config/fvp-cortexx925
@@ -0,0 +1,15 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2025, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+generate_lava_job() {
+ local model="cortex-x925"
+
+ uart="0"
+
+ model="$model" cache_state_modelled="0" gen_model_params
+ model="$model" gen_fvp_yaml
+}