feat(pmf): capture timestamps in bl stages

Added test_group to test bl-marker.
ci script will fail if pmf timecaptures are not present, in
the uart 0 log.

Signed-off-by: Thaddeus Serna <Thaddeus.Gonzalez-Serna@arm.com>
Change-Id: I7e7d2dcb119f1c209f871af34644f7745351ec9e
diff --git a/run_config/fvp-aemv8a.runtime_instr b/run_config/fvp-aemv8a.runtime_instr
new file mode 100755
index 0000000..f21864b
--- /dev/null
+++ b/run_config/fvp-aemv8a.runtime_instr
@@ -0,0 +1,16 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2023, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+generate_lava_job() {
+	local model="base-aemv8a"
+
+	uart="0" timeout="60" file="pmf-tfa-boot.exp" track_expect
+	uart="1" timeout="60" file="pmf-tfa-bl31-boot-exit.exp" track_expect
+	model="$model" gen_model_params
+	model="$model" gen_fvp_yaml
+
+}