Leonardo Sandoval | 9dfdd1b | 2020-08-06 17:08:11 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
Zelalem | e9e8148 | 2020-07-10 15:18:46 -0500 | [diff] [blame] | 2 | # |
| 3 | # Copyright (c) 2019-2020, Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | post_fetch_tf_resource() { |
| 9 | model="cortex-a65aex8" \ |
| 10 | data_instance="cluster0.cpu0.thread0" \ |
| 11 | gen_model_params |
| 12 | uart="0" set_expect_variable "num_cpus" "16" |
Leonardo Sandoval | fec5817 | 2020-10-27 11:35:26 -0600 | [diff] [blame] | 13 | |
| 14 | model="cortex-a65aex8" \ |
| 15 | model_bin="FVP_Base_Cortex-A65AEx8" \ |
| 16 | gen_fvp_yaml |
Zelalem | e9e8148 | 2020-07-10 15:18:46 -0500 | [diff] [blame] | 17 | } |