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