Initial commit for TF-A CI scripts
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/run_config/fvp-aemv8a.singlecore b/run_config/fvp-aemv8a.singlecore
new file mode 100644
index 0000000..faf8615
--- /dev/null
+++ b/run_config/fvp-aemv8a.singlecore
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+post_fetch_tf_resource() {
+ model="base-aemv8a" cluster_0_num_cores="1" cluster_1_num_cores="0" \
+ gen_model_params
+ uart="0" set_expect_variable "num_cpus" "1"
+}