blob: be925f8ee2384dec97b70f8de35cc1593da03b8e [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002#
Leonardo Sandoval579c7372020-10-23 15:23:32 -05003# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
Zelaleme9e81482020-07-10 15:18:46 -05004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -06009 local model="base-aemv8a"
10
Zelaleme9e81482020-07-10 15:18:46 -050011 # The Trusted non-volatile counter is invalid. Authentication of BL2
12 # image is expected to fail.
13 uart="0" file="trusted-firmware-load-error.exp" track_expect
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -060014 model="$model" nvcounter_diag="4" gen_model_params
Leonardo Sandoval1240a0a2020-10-27 11:27:11 -060015
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -060016 model="$model" gen_fvp_yaml
Zelaleme9e81482020-07-10 15:18:46 -050017}