#!/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="foundationv8" | |
kernel_addr="0x80080000" dtb_addr="0x80070000" \ | |
model="$model" gen_model_params | |
uart="0" set_expect_variable "num_cpus" "4" | |
model="model" gen_fvp_yaml | |
} | |