blob: 2f4b4e41e0f66f4ee96aa0aaa9645ff04724a261 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
Leonardo Sandoval579c7372020-10-23 15:23:32 -05003# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
Leonardo Sandovald76d1e22020-10-06 16:02:52 -05009 local model="cortex-a35x4"
10 model="$model" gen_model_params
Fathi Boudra422bf772019-12-02 11:10:16 +020011 uart="0" set_expect_variable "num_cpus" "4"
Leonardo Sandovald76d1e22020-10-06 16:02:52 -050012
13 model="$model" \
14 dtb="fvp-base-gicv3-psci.dtb" \
15 container_name="fvp:fvp_base_cortex-a35x124_11.11_34" \
16 container_model_params="$archive/model_params" \
17 container_entrypoint="/opt/model/FVP_Base_Cortex-A35x124/models/Linux64_GCC-6.4/FVP_Base_Cortex-A35x4" \
18 gen_fvp_yaml
Fathi Boudra422bf772019-12-02 11:10:16 +020019}