| #!/usr/bin/env bash |
| # |
| # Copyright (c) 2021-2022 Arm Limited. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| |
| post_fetch_tf_resource() { |
| local model="base-aemva" |
| |
| model_version="0.0" \ |
| model_build="6684" \ |
| model_flavour="Linux64_GCC-6.4" \ |
| etm_present="1" \ |
| ete_plugin="1" \ |
| supports_trace_buffer_control_regs="1" \ |
| supports_trace_filter_regs="2" \ |
| model="$model" gen_model_params |
| |
| model="$model" gen_fvp_yaml |
| } |
| |
| fetch_tf_resource() { |
| uart="0" timeout="60" file="timeout_test.exp" track_expect |
| uart="1" timeout="60" file="unhandled_exception_at_el3.exp" track_expect |
| } |