blob: 8d8653368ac7ab224c8a169bf53ed85a432522d3 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8fetch_tf_resource() {
9 # Hold UART0 but expect fault messages in UART1
10 uart="0" file="hold_uart.exp" track_expect
11 uart="1" set_primary="1" file="tftf_fault.exp" track_expect
12}