blob: 3a81e5993c41ffa03728d963bc1cbac0688b2906 [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() {
9 model="cortex-a65aex8" \
10 data_instance="cluster0.cpu0.thread0" \
11 gen_model_params
12 uart="0" set_expect_variable "num_cpus" "16"
Leonardo Sandovalfec58172020-10-27 11:35:26 -060013
14 model="cortex-a65aex8" \
15 model_bin="FVP_Base_Cortex-A65AEx8" \
16 gen_fvp_yaml
Zelaleme9e81482020-07-10 15:18:46 -050017}