Manish V Badarkhe | f32cad0 | 2021-07-19 18:43:58 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
Maksims Svecovs | 5c54251 | 2022-03-29 10:13:05 +0100 | [diff] [blame] | 3 | # Copyright (c) 2021-2022 Arm Limited. All rights reserved. |
Manish V Badarkhe | f32cad0 | 2021-07-19 18:43:58 +0100 | [diff] [blame] | 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" \ |
Maksims Svecovs | 5c54251 | 2022-03-29 10:13:05 +0100 | [diff] [blame] | 13 | model_flavour="Linux64_GCC-6.4" \ |
Manish V Badarkhe | f32cad0 | 2021-07-19 18:43:58 +0100 | [diff] [blame] | 14 | 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 | } |