Anurag Koul | c7f61ce | 2021-02-24 19:11:06 +0000 | [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 | fetch_tf_resource() { |
| 8 | uefi_ci_bin_url="$morello_prebuilts/uefi.bin" get_uefi_bin |
| 9 | |
| 10 | # Hold terminal_uart_aon (SCP terminal) |
| 11 | uart="2" file="hold_uart.exp" track_expect |
| 12 | } |
| 13 | |
| 14 | post_fetch_tf_resource() { |
| 15 | local model="morello" |
| 16 | |
| 17 | model="morello" \ |
| 18 | model_version="0.10" \ |
| 19 | model_build="481" \ |
| 20 | gen_model_params |
| 21 | set_run_env "ports_script" "$ci_root/model/morello-ports.awk" |
| 22 | set_run_env "num_uarts" "3" |
| 23 | |
| 24 | uart="1" set_expect_variable ""skip_early_boot_msgs"" "1" |
| 25 | uart="1" set_expect_variable "num_cpus" "4" |
| 26 | |
| 27 | model="$model" gen_fvp_yaml |
| 28 | } |