blob: 60ae350cbacae2ba7ae762f810fc65b5b589460d [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2022, 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" \
gen_model_params
model="$model" gen_fvp_yaml
}