Usama Arif | cba711d | 2021-08-04 15:53:42 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2020 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | fetch_tf_resource() { | ||||
9 | kernel_type="fvp-tc-kernel" get_kernel | ||||
10 | initrd_type="fvp-tc-ramdisk" get_initrd | ||||
11 | uart="1" set_primary="1" file="linux-rd-busybox.exp" track_expect | ||||
12 | |||||
13 | payload_type="linux" gen_fvp_yaml_template | ||||
14 | } |