| # |
| # Copyright (c) 2021 Arm Limited. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| # Expect script for Trusted Firmware + EDK2 UART0 |
| # |
| # Refer to handle-arguments.inc for the list of parameters. |
| # |
| |
| # Trusted Firmware boot section |
| source $ci_root/lava-expect/trusted-firmware.inc |
| |
| # EDK2 section |
| expect_string+=('i;UEFI firmware') |
| |
| expect_string+=('i;UEFI Interactive Shell') |
| |
| expect_string+=('i;any other key to continue.;;;\r') |
| |
| expect_string+=('i;Shell>;;;fs0:\r') |
| |
| expect_string+=('i;FS0:;;;UefiInfo.efi\r') |
| |
| expect_string+=('i;Loading driver at .* UefiInfo.efi') |
| |
| expect_string+=('i;FS0:') |