blob: caa051f76b683ee8eaa61afc98158839aca2fb2a [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
pre_tftf_build() {
# Build TFTF and Cactus-MM images for this config
targets="tftf cactus_mm" set_tftf_build_targets
}
post_tf_build() {
# Rename cactus_mm.bin as bl32.bin
mv "$archive/cactus_mm.bin" "$archive/bl32.bin"
}
generate_lava_job_template() {
uart="0" lava_timeout="650" file="tftf.exp" track_expect
uart="1" file="hold_uart.exp" track_expect
uart="2" file="hold_uart.exp" track_expect
set_run_env "num_uarts" "3"
payload_type="tftf" gen_yaml_template
}