blob: 175db2c9185e7525b2c3ff8cf1fd641063616dc9 [file] [log] [blame]
Zelalemeb9c1bb2020-08-04 12:40:46 -05001#!/bin/bash
2#
3# Copyright (c) 2020, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_Neoverse-E1x2"
9
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