Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame^] | 1 | # |
| 2 | # Copyright (c) 2019, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | # |
| 8 | # Expect script for AArch32 Trusted Firmware + U-Boot + Linux boot process |
| 9 | # with a AArch32 minimal initrd. The linux image must be a zImage and the |
| 10 | # initrd must include the U-boot header. |
| 11 | # TF with reset to BL1 |
| 12 | # |
| 13 | # Refer to handle-arguments.inc for the list of parameters. |
| 14 | # |
| 15 | |
| 16 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 17 | |
| 18 | # Trusted Firmware boot section |
| 19 | source [file join [file dirname [info script]] trusted-firmware-aarch32.inc] |
| 20 | |
| 21 | # Linux kernel boot section |
| 22 | source [file join [file dirname [info script]] linux.inc] |
| 23 | |
| 24 | # Busybox filesystem section |
| 25 | source [file join [file dirname [info script]] busybox.inc] |
| 26 | |
| 27 | exit_uart -1 |