Sync run_config files with internal CI
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
Change-Id: I0b8e637832f85ad9f36355632ece115c696a8274
diff --git a/run_config/fvp-aemv8a.nvcounter_v1 b/run_config/fvp-aemv8a.nvcounter_v1
new file mode 100644
index 0000000..b416faf
--- /dev/null
+++ b/run_config/fvp-aemv8a.nvcounter_v1
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+post_fetch_tf_resource() {
+ # Version 1 of the non-volatile counter may be incremented in a
+ # monotonic fashion (unlike version 0, which is fixed).
+ model="base-aemv8a" nvcounter_version="r1" nvcounter_diag="4" gen_model_params
+}