blob: 07ece64e032c9c323953132020c675b26bedd4b6 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#
Leonardo Sandoval579c7372020-10-23 15:23:32 -05002# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
Fathi Boudra422bf772019-12-02 11:10:16 +02006# 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
14source [file join [file dirname [info script]] handle-arguments.inc]
15
16# Trusted Firmware boot section
17source [file join [file dirname [info script]] trusted-firmware-aarch32.inc]
18
19# Linux kernel boot section
20source [file join [file dirname [info script]] linux.inc]
21
22# Busybox filesystem section
23source [file join [file dirname [info script]] busybox.inc]
24
25exit_uart -1