blob: b6aa630ad9f17619d4fd05474d2fc79b4a18ddc5 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#
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
16source [file join [file dirname [info script]] handle-arguments.inc]
17
18# Trusted Firmware boot section
19source [file join [file dirname [info script]] trusted-firmware-aarch32.inc]
20
21# Linux kernel boot section
22source [file join [file dirname [info script]] linux.inc]
23
24# Busybox filesystem section
25source [file join [file dirname [info script]] busybox.inc]
26
27exit_uart -1