blob: 6d5ff208f1bd7ee7772a640d04921bbc9b96e7a4 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_tf_build() {
# Build FIP without any BL33 image (it is preloaded)
build_fip
}
generate_lava_job() {
local model="base-aemv8a"
model="$model" \
preload_bl33_bin="tftf.bin" \
preload_bl33="1" \
bmcov_plugin="1" \
bmcov_plugin_path="${coverage_trace_plugin}" \
gen_model_params
model="$model" gen_fvp_yaml
}