blob: 1d4bbfcfe0aa18abfef8bbf7ffba43b6e69e10f1 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002#
Leonardo Sandoval579c7372020-10-23 15:23:32 -05003# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
Zelaleme9e81482020-07-10 15:18:46 -05004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
9 bmcov_plugin=1 bmcov_plugin_path="${coverage_trace_plugin}" \
10 model="base-aemv8a" cluster_0_num_cores="1" cluster_1_num_cores="0" \
11 gen_model_params
12 uart="0" set_expect_variable "num_cpus" "1"
Leonardo Sandoval1240a0a2020-10-27 11:27:11 -060013
14 model="base-aemv8a" \
15 model_bin="FVP_Base_AEMv8A-AEMv8A" \
16 gen_fvp_yaml
Zelaleme9e81482020-07-10 15:18:46 -050017}