blob: 6f8493f585b318739f6b0c1ace8445e41283f492 [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="foundationv8"
uart="0" set_expect_variable "num_cpus" "4"
model="$model" \
dtb_addr="0x80070000" \
kernel_addr="0x80080000" \
gen_model_params
model="model" gen_fvp_yaml
}