blob: 36c92c1eb1c7e36031c54c8dd8c636eee4695ae0 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
Leonardo Sandoval579c7372020-10-23 15:23:32 -05003# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8fetch_tf_resource() {
9 uart="0" file="linux-rd-busybox.exp" track_expect
10
11 busybox_prebuilt=$css_downloads/sgi/sgi575
12 url="$busybox_prebuilt/grub-busybox.img" saveas="rootfs.bin" fetch_file
13 archive_file "rootfs.bin"
14}