blob: d4a57d56f1d76838ac9254886a08fd45aa88f054 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2021-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" \
dtb_addr="0x80070000" \
kernel_addr="0x80080000" \
gen_model_params
model="$model" gen_fvp_yaml
}