blob: b10aa718855c0c5ae6600016dd6a991a84bab927 [file] [log] [blame]
johpow01936638d2021-11-08 18:22:24 -06001#
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
10expect_string+=('i;Booting Trusted Firmware')
11expect_string+=('i;BL1: Booting BL33')
12
13# Uboot
14expect_string+=('i;U-Boot')
15
Divin Rajb0071052023-07-04 14:35:07 +010016# Linux kernel boot section
Manish Pandeydc98ef62023-09-01 10:55:01 +010017# 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 Rajb0071052023-07-04 14:35:07 +010020
johpow01936638d2021-11-08 18:22:24 -060021# Yocto
Divin Rajb0071052023-07-04 14:35:07 +010022expect_string+=('i;fvp-baser-aemv8r64 login:')