blob: 9c2c9a8b62aa49e7ca88d7587dbc31d041ea49ff [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2020 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() {
preload_bl33="1" \
preload_bl33_bin="tftf.bin" \
model="base-aemv8a" gen_model_params
model="base-aemv8a" \
model_bin="FVP_Base_AEMv8A-AEMv8A" \
gen_fvp_yaml
}