#!/usr/bin/env bash | |
# | |
# Copyright (c) 2019-2020 Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
post_fetch_tf_resource() { | |
local model="base-aemv8a" | |
# The Trusted non-volatile counter is invalid. Authentication of BL2 | |
# image is expected to fail. | |
uart="0" file="trusted-firmware-load-error.exp" track_expect | |
model="$model" nvcounter_diag="4" gen_model_params | |
model="$model" gen_fvp_yaml | |
} |