blob: 4e63c3e0efed2180d46cdc8cc2a29dc0696dc600 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
fetch_tf_resource() {
uart="0" file="linux-rd-busybox.exp" track_expect
busybox_prebuilt=$css_downloads/sgi/sgi575
url="$busybox_prebuilt/grub-busybox.img" saveas="rootfs.bin" fetch_file
archive_file "rootfs.bin"
payload_type="linux" gen_fvp_yaml_template
}