Madhukar Pappireddy | 9062ebf | 2021-03-02 17:07:06 -0600 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2021 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | fetch_tf_resource() { | ||||
9 | kernel_type="fvp-busybox-uboot" get_kernel | ||||
10 | uart="0" file="linux-bl33.exp" track_expect | ||||
11 | |||||
12 | payload_type="linux" gen_fvp_yaml_template | ||||
13 | } |