Manish V Badarkhe | 6c8f97c | 2022-11-04 12:44:54 +0000 | [diff] [blame] | 1 | # |
Rohit Mathew | 91e3f97 | 2024-02-14 22:35:37 +0000 | [diff] [blame] | 2 | # Copyright (c) 2022-2024 Arm Limited and Contributors. All rights reserved. |
Manish V Badarkhe | 6c8f97c | 2022-11-04 12:44:54 +0000 | [diff] [blame] | 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 | # Linux kernel boot section |
| 13 | source $ci_root/expect-lava/linux.inc |
| 14 | |
| 15 | # Busybox filesystem section |
| 16 | source $ci_root/expect-lava/busybox.inc |