blob: 97533289d3e5eabada33a2f52a65218639e03d42 [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
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
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050019expect_string+=('i;any other key to continue.;;;\r')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050020
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050021expect_string+=('i;Shell>;;;fs0:\r')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050022
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050023expect_string+=('i;FS0:;;;UefiInfo.efi\r')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050024
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050025expect_string+=('i;Loading driver at .* UefiInfo.efi')
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050026
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050027expect_string+=('i;FS0:')