blob: 48d2de91df91aee05f7634b06adb3c273403970f [file] [log] [blame]
Manish V Badarkhe29f51482021-08-27 01:59:50 +01001#!/usr/bin/env bash
2#
Maksims Svecovs5c542512022-03-29 10:13:05 +01003# Copyright (c) 2021-2022 Arm Limited. All rights reserved.
Manish V Badarkhe29f51482021-08-27 01:59:50 +01004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
9 local model="base-aemva"
10
11 model_version="0.0" \
12 model_build="6684" \
Maksims Svecovs5c542512022-03-29 10:13:05 +010013 model_flavour="Linux64_GCC-6.4" \
Manish V Badarkhe29f51482021-08-27 01:59:50 +010014 etm_present="1" \
15 ete_plugin="1" \
16 supports_trace_buffer_control_regs="1" \
17 supports_trace_filter_regs="2" \
18 model="$model" gen_model_params
19
20 model="$model" gen_fvp_yaml
21}
22
23fetch_tf_resource() {
24 uart="0" timeout="60" file="timeout_test.exp" track_expect
25 uart="1" timeout="60" file="unhandled_exception_at_el3.exp" track_expect
26}