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 Trusted Firmware + U-Boot + Linux boot process with |
| 7 | # OpenEmbedded rootfs in /dev/vda2 |
| 8 | # TF with reset to BL3-1 |
| 9 | # |
| 10 | |
| 11 | # Trusted Firmware boot section |
Paul Sokolovsky | eece6f7 | 2021-12-01 15:04:29 +0300 | [diff] [blame] | 12 | source $ci_root/expect-lava/trusted-firmware-rst-to-bl31.inc |
Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 13 | |
| 14 | # Linux kernel boot section |
Paul Sokolovsky | eece6f7 | 2021-12-01 15:04:29 +0300 | [diff] [blame] | 15 | source $ci_root/expect-lava/linux.inc |
Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 16 | |
| 17 | # OpenEmbedded filesystem section |
Paul Sokolovsky | eece6f7 | 2021-12-01 15:04:29 +0300 | [diff] [blame] | 18 | source $ci_root/expect-lava/openembedded.inc |