blob: f635c996118bd1dd13afb9c176f7d33a43745d6e [file] [log] [blame]
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05001#
2# Copyright (c) 2021 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Expect script for Trusted Firmware + EDK2 UART0
7#
8# Refer to handle-arguments.inc for the list of parameters.
9#
10
11# Trusted Firmware boot section
12source $ci_root/lava-expect/trusted-firmware.inc
13
14# EDK2 section
15expect_string+=('UEFI firmware')
16
17expect_string+=('UEFI Interactive Shell')
18
19expect_string+=('any other key to continue.;;;\r')
20
21expect_string+=('Shell>;;;fs0:\r')
22
23expect_string+=('FS0:;;;UefiInfo.efi\r')
24
25expect_string+=('Loading driver at .* UefiInfo.efi')
26
27expect_string+=('FS0:')