Manish V Badarkhe | 29f5148 | 2021-08-27 01:59:50 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # Copyright (c) 2021 Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | post_fetch_tf_resource() { |
| 9 | local model="base-aemva" |
| 10 | |
| 11 | model_version="0.0" \ |
| 12 | model_build="6684" \ |
| 13 | etm_present="1" \ |
| 14 | ete_plugin="1" \ |
| 15 | supports_trace_buffer_control_regs="1" \ |
| 16 | supports_trace_filter_regs="2" \ |
| 17 | model="$model" gen_model_params |
| 18 | |
| 19 | model="$model" gen_fvp_yaml |
| 20 | } |
| 21 | |
| 22 | fetch_tf_resource() { |
| 23 | uart="0" timeout="60" file="timeout_test.exp" track_expect |
| 24 | uart="1" timeout="60" file="unhandled_exception_at_el3.exp" track_expect |
| 25 | } |