blob: 8534b07c500132d4254b1f4169d5ed8e7571b25c [file] [log] [blame]
Anurag Koulc7f61ce2021-02-24 19:11:06 +00001#!/usr/bin/env bash
2#
3# Copyright (c) 2021 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8fetch_tf_resource() {
9 uart="1" set_primary="1" file="linux-rd-busybox.exp" track_expect
10
11 url="$morello_prebuilts/grub-busybox.img" saveas="busybox.bin" fetch_file
12
13 archive_file "busybox.bin"
14
15 payload_type="linux" gen_fvp_yaml_template
16}