blob: c914cc6607e1026542c270f817ecadf15f8a4825 [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
Paul Sokolovskyeece6f72021-12-01 15:04:29 +030012source $ci_root/expect-lava/trusted-firmware.inc
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050013
14# EDK2 section
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050015expect_string+=('i;UEFI firmware')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050016
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050017expect_string+=('i;UEFI Interactive Shell')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050018
Paul Sokolovsky9e0a3972021-12-15 15:20:51 +030019expect_string+=('i;any other key to continue.')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050020
Paul Sokolovsky9e0a3972021-12-15 15:20:51 +030021expect_string+=('i;Shell>;;;\r')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050022
Paul Sokolovsky9e0a3972021-12-15 15:20:51 +030023expect_string+=('i;FS0:;;;fs0:\r')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050024
Paul Sokolovsky9e0a3972021-12-15 15:20:51 +030025expect_string+=('i;FS0:;Loading driver at .* UefiInfo.efi;;UefiInfo.efi\r')