blob: 13af72f1d8189d3b09c6fc96ef48552d1f0f329f [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
13source $ci_root/lava-expect/trusted-firmware-aarch32.inc
14
15# Linux kernel boot section
16source $ci_root/lava-expect/linux.inc
17
18# Busybox filesystem section
19source $ci_root/lava-expect/busybox.inc