blob: 458ad506005f04642d0565b9755c8d291db9a9a5 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
9 # The Trusted non-volatile counter is invalid. Authentication of BL2
10 # image is expected to fail.
11 uart="0" file="trusted-firmware-load-error.exp" track_expect
12 model="base-aemv8a" nvcounter_diag="4" gen_model_params
13}