Leonardo Sandoval | 9dfdd1b | 2020-08-06 17:08:11 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 2 | # |
Chris Kay | 4e8aaf1 | 2022-09-01 15:21:55 +0100 | [diff] [blame] | 3 | # Copyright (c) 2019-2022, Arm Limited. All rights reserved. |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | fetch_tf_resource() { |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 9 | busybox_prebuilt=$css_downloads/sgi/sgi575 |
| 10 | url="$busybox_prebuilt/grub-busybox.img" saveas="rootfs.bin" fetch_file |
| 11 | archive_file "rootfs.bin" |
Chris Kay | 4e8aaf1 | 2022-09-01 15:21:55 +0100 | [diff] [blame] | 12 | } |
| 13 | |
| 14 | generate_lava_job_template() { |
| 15 | uart="0" file="linux-rd-busybox.exp" track_expect |
Leonardo Sandoval | 42e6050 | 2020-10-21 17:16:41 -0500 | [diff] [blame] | 16 | |
| 17 | payload_type="linux" gen_fvp_yaml_template |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 18 | } |