blob: 3f116e0cc2e7ab510f53e57243144c4a0f3e179b [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
source $ci_root/expect-lava/linux.inc
# Yocto
expect_string+=('i;fvp-baser-aemv8r64 login:')