blob: 9b288156d5abcd1884719672bf1a3f30f6561627 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_tf_build() {
build_fip BL33="$archive/tftf.bin"
}
post_tf_archive() {
gen_gpt_bin "$archive/fip.bin"
}
generate_lava_job_template() {
uart="0" file="tftf.exp" track_expect
uart="1" file="hold_uart.exp" track_expect
payload_type="tftf" gen_fvp_yaml_template
}