blob: 98df38547d511bdb6889a2ea951e39eddfebac03 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelalemeb9c1bb2020-08-04 12:40:46 -05002#
3# Copyright (c) 2020, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
laurenw-armf414aba2021-04-26 15:58:56 -05008set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Neoverse-E1x2"
Zelalemeb9c1bb2020-08-04 12:40:46 -05009
10source "$ci_root/model/fvp_common.sh"
11
12# Base address for each redistributor
13if [ "$gicd_virtual_lpi" = "1" ]; then
14 cat <<EOF >>"$model_param_file"
15-C gic_distributor.reg-base-per-redistributor=0.0.0.0=0x2f100000,0.0.0.1=0x2f140000,0.0.1.0=0x2f180000,0.0.1.1=0x2f1c0000
16-C gic_distributor.print-memory-map=1
17EOF
18fi