#!/usr/bin/env bash | |
# | |
# Copyright (c) 2020, Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
post_fetch_tf_resource() { | |
local model="base-aemv8a" | |
model="$model" \ | |
gicd_are_fixed_one="1" \ | |
gicd_ext_ppi_count="64" \ | |
gicd_ext_spi_count="1024" \ | |
gicd_its_count="1" \ | |
gicd_virtual_lpi="1" \ | |
gicv3_ext_interrupt_range="1" \ | |
gicv3_spi_count="988" \ | |
has_gicv4_1="0" \ | |
gen_model_params | |
model="$model" gen_fvp_yaml | |
} |