blob: b1bc53126633d03d2eb71d1dca17793c077cb89a [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 kernel_type="fvp-oe-uboot" get_kernel
10 initrd_type="dummy-ramdisk" get_initrd
11 get_rootfs
12 uart="0" timeout="1800" file="linux-oe.exp" track_expect
Leonardo Sandoval42e60502020-10-21 17:16:41 -050013
14 payload_type="linux" gen_fvp_yaml_template
Fathi Boudra422bf772019-12-02 11:10:16 +020015}