blob: 3c9d660d3c1c5083720a5bdf16c4dfac33ac2f44 [file] [log] [blame]
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05001#
2# Copyright (c) 2021 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Expect script for AArch32 Trusted Firmware + U-Boot + Linux boot process
7# with a AArch32 minimal initrd. The linux image must be a zImage and the
8# initrd must include the U-boot header.
9# TF with reset to BL1
10#
11
12# Trusted Firmware boot section
Paul Sokolovskyeece6f72021-12-01 15:04:29 +030013source $ci_root/expect-lava/trusted-firmware-aarch32.inc
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050014
15# Linux kernel boot section
Paul Sokolovskyeece6f72021-12-01 15:04:29 +030016source $ci_root/expect-lava/linux.inc
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050017
18# Busybox filesystem section
Paul Sokolovskyeece6f72021-12-01 15:04:29 +030019source $ci_root/expect-lava/busybox.inc