Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 1 | # |
| 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 |
| 13 | source $ci_root/lava-expect/trusted-firmware-aarch32.inc |
| 14 | |
| 15 | # Linux kernel boot section |
| 16 | source $ci_root/lava-expect/linux.inc |
| 17 | |
| 18 | # Busybox filesystem section |
| 19 | source $ci_root/lava-expect/busybox.inc |