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