Rohit Mathew | 6b78238 | 2022-04-08 19:18:10 +0100 | [diff] [blame] | 1 | |
| 2 | # |
Rohit Mathew | 91e3f97 | 2024-02-14 22:35:37 +0000 | [diff] [blame] | 3 | # Copyright (c) 2022-204 Arm Limited and Contributors. All rights reserved. |
Rohit Mathew | 6b78238 | 2022-04-08 19:18:10 +0100 | [diff] [blame] | 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
Rohit Mathew | bfbc87b | 2024-02-14 23:26:08 +0000 | [diff] [blame] | 7 | # Expect script for Linux boot process with RAM Disk for Neovese RD platform. |
Rohit Mathew | 6b78238 | 2022-04-08 19:18:10 +0100 | [diff] [blame] | 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 |