blob: 5119c94bb315c5113bd4f0c25f516f25b6a9601a [file] [log] [blame]
Bipin Ravif924efc2021-03-22 16:08:33 -05001#!/usr/bin/env bash
2#
3# Copyright (c) 2021 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
Manish V Badarkhecbed15e2021-07-02 09:34:53 +01009 local model="cortex-a710"
Bipin Ravif924efc2021-03-22 16:08:33 -050010
11 model="$model" \
12 cache_state_modelled="0" \
13 gen_model_params
14 uart="0" set_expect_variable "num_cpus" "4"
15 model="$model" gen_fvp_yaml
16}