blob: 57efcad730bb64ba2c6fa40b3d6dcf20ba315288 [file] [log] [blame]
Alexei Fedorovc20018b2020-12-18 14:29:56 +00001#!/usr/bin/env bash
2#
3# Copyright (c) 2020 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
9 model="base-aemv8a" \
10 arch_version="8.5" \
11 has_branch_target_exception="1" \
12 gen_model_params
13
14 model="base-aemv8a" \
laurenw-armf414aba2021-04-26 15:58:56 -050015 model_bin="FVP_Base_RevC-2xAEMvA" \
Alexei Fedorovc20018b2020-12-18 14:29:56 +000016 gen_fvp_yaml
17}