johpow01 | 936638d | 2021-11-08 18:22:24 -0600 | [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 booting Yocto linux on FVP-R |
| 7 | # |
| 8 | |
| 9 | # FVP-R BL1 |
| 10 | expect_string+=('i;Booting Trusted Firmware') |
| 11 | expect_string+=('i;BL1: Booting BL33') |
| 12 | |
| 13 | # Uboot |
| 14 | expect_string+=('i;U-Boot') |
| 15 | |
Divin Raj | b007105 | 2023-07-04 14:35:07 +0100 | [diff] [blame] | 16 | # Linux kernel boot section |
Manish Pandey | dc98ef6 | 2023-09-01 10:55:01 +0100 | [diff] [blame] | 17 | # As FVP_R currently does not support secondary core boot, linux expect would fail. |
| 18 | # Disable it temporarily |
| 19 | #source $ci_root/expect-lava/linux.inc |
Divin Raj | b007105 | 2023-07-04 14:35:07 +0100 | [diff] [blame] | 20 | |
johpow01 | 936638d | 2021-11-08 18:22:24 -0600 | [diff] [blame] | 21 | # Yocto |
Divin Raj | b007105 | 2023-07-04 14:35:07 +0100 | [diff] [blame] | 22 | expect_string+=('i;fvp-baser-aemv8r64 login:') |