blob: 54a825162306c5f0fb22491e25b090d3f96d13e3 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_tf_build() {
9 # Build FIP without any BL33 image (it is preloaded)
10 build_fip
11}
12
13post_fetch_tf_resource() {
14 bmcov_plugin=1 bmcov_plugin_path="${coverage_trace_plugin}" \
15 preload_bl33="1" \
16 preload_bl33_bin="tftf.bin" \
17 model="base-aemv8a" gen_model_params
18}