#!/usr/bin/env bash | |
# | |
# Copyright (c) 2020 Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
post_fetch_tf_resource() { | |
model="base-aemv8a" \ | |
arch_version="8.6" \ | |
gen_model_params | |
model="base-aemv8a" \ | |
model_bin="FVP_Base_RevC-2xAEMvA" \ | |
gen_fvp_yaml | |
} |