blob: b10aa718855c0c5ae6600016dd6a991a84bab927 [file] [log] [blame]
#
# Copyright (c) 2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Expect script for booting Yocto linux on FVP-R
#
# FVP-R BL1
expect_string+=('i;Booting Trusted Firmware')
expect_string+=('i;BL1: Booting BL33')
# Uboot
expect_string+=('i;U-Boot')
# Linux kernel boot section
# As FVP_R currently does not support secondary core boot, linux expect would fail.
# Disable it temporarily
#source $ci_root/expect-lava/linux.inc
# Yocto
expect_string+=('i;fvp-baser-aemv8r64 login:')