blob: 378e581e73a34fd34b4120c7c9b787e432989a57 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#
2# Copyright (c) 2019, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7#
8# Script to interact with Trusted Firmware when resetting to BL1.
9#
10# This script is not standalone and should be sourced by a top expect script.
11#
12
13if {![info exists ::env(skip_early_boot_msgs)]} {
14 expect_string "Booting Trusted Firmware"
15 expect_string "BL1: Booting BL2"
16 expect_string "BL1: Booting BL32"
17 expect_string "SP_MIN:" "Booting SP_MIN"
18} else {
19 puts "<<Skipping early boot messages from BL1 and BL2>>"
20}