blob: a0b51d53dad4587a028abd2a0e984f1625c2e470 [file] [log] [blame]
#!/bin/bash
#
# Copyright (c) 2019, 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
}
post_fetch_tf_resource() {
bmcov_plugin=1 bmcov_plugin_path="${coverage_trace_plugin}" \
preload_bl33="1" \
preload_bl33_bin="tftf.bin" \
model="base-aemv8a" gen_model_params
}