blob: bb42fd7f981a9d55c83013b8cc8682924b83429d [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
fetch_tf_resource() {
image="kernel" type="fvp-busybox-uboot" get_boot_image
image="initrd" type="default" get_boot_image
}
generate_lava_job_template() {
uart="0" set_expect_variable "skip_early_boot_msgs" "1"
uart="0" file="linux-rd-busybox.exp" track_expect
payload_type="linux" gen_yaml_template
}