blob: 1028042007989d39f420aa2457d9d1c8e70aae7b [file] [log] [blame]
Manish V Badarkhe59b56942021-12-31 17:34:09 +00001#!/usr/bin/env bash
2#
3# Copyright (c) 2022 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
9 local model="base-aemv8a"
10 model="$model" arch_version="8.7" \
11 gen_model_params
12
13 model="$model" gen_fvp_yaml
14}