Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 1 | # |
| 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 |
| 12 | source $ci_root/lava-expect/trusted-firmware.inc |
| 13 | |
| 14 | # EDK2 section |
| 15 | expect_string+=('UEFI firmware') |
| 16 | |
| 17 | expect_string+=('UEFI Interactive Shell') |
| 18 | |
| 19 | expect_string+=('any other key to continue.;;;\r') |
| 20 | |
| 21 | expect_string+=('Shell>;;;fs0:\r') |
| 22 | |
| 23 | expect_string+=('FS0:;;;UefiInfo.efi\r') |
| 24 | |
| 25 | expect_string+=('Loading driver at .* UefiInfo.efi') |
| 26 | |
| 27 | expect_string+=('FS0:') |