| #!/usr/bin/env bash | |
| # | |
| # Copyright (c) 2019-2020 Arm Limited. All rights reserved. | |
| # | |
| # SPDX-License-Identifier: BSD-3-Clause | |
| # | |
| fetch_tf_resource() { | |
| kernel_type="fvp-oe-uboot" get_kernel | |
| initrd_type="dummy-ramdisk" get_initrd | |
| get_rootfs | |
| uart="0" timeout="1800" file="linux-oe.exp" track_expect | |
| payload_type="linux" gen_fvp_yaml_template | |
| } |