blob: 9be69e4b44ffa8c15449d3b657b2190dee9ebfca [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002#
3# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -06009 local model="base-aemv8a"
10
Zelaleme9e81482020-07-10 15:18:46 -050011 cluster_0_reg_reset="0xffffffff" \
12 cluster_1_reg_reset="0xffffffff" \
13 aarch32=1 \
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -060014 model="$model" gen_model_params
Leonardo Sandoval1240a0a2020-10-27 11:27:11 -060015
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -060016 model="$model" gen_fvp_yaml
Zelaleme9e81482020-07-10 15:18:46 -050017}