Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | # |
Leonardo Sandoval | 579c737 | 2020-10-23 15:23:32 -0500 | [diff] [blame] | 2 | # Copyright (c) 2019-2020 Arm Limited. All rights reserved. |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 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 | # Refer to handle-arguments.inc for the list of parameters. |
| 12 | # |
| 13 | |
| 14 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 15 | |
| 16 | # Trusted Firmware boot section |
| 17 | source [file join [file dirname [info script]] trusted-firmware-aarch32.inc] |
| 18 | |
| 19 | # Linux kernel boot section |
| 20 | source [file join [file dirname [info script]] linux.inc] |
| 21 | |
| 22 | # Busybox filesystem section |
| 23 | source [file join [file dirname [info script]] busybox.inc] |
| 24 | |
| 25 | exit_uart -1 |