Rohit Mathew | 6b78238 | 2022-04-08 19:18:10 +0100 | [diff] [blame] | 1 | |
| 2 | # |
| 3 | # Copyright (c) 2022 Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | # Expect script for Linux boot process with RAM Disk for sgi platform |
| 8 | # |
| 9 | # Refer to handle-arguments.inc for the list of parameters. |
| 10 | # |
| 11 | |
| 12 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 13 | |
| 14 | # Linux kernel boot section |
| 15 | source [file join [file dirname [info script]] linux.inc] |
| 16 | |
| 17 | # Busybox filesystem section |
| 18 | source [file join [file dirname [info script]] busybox.inc] |
| 19 | |
| 20 | exit_uart -1 |