blob: 735fd26ad684fd4f875a70a7e7183744ee4ee8fd [file] [log] [blame]
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01001#!/usr/bin/env bash
2#
Manish V Badarkhe4eb60712024-01-29 18:24:38 +00003# Copyright (c) 2022-2024, Arm Limited. All rights reserved.
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
Manish V Badarkhe4eb60712024-01-29 18:24:38 +00007set_model_path "$warehouse/SysGen/SubSystemModels/11.23/17/models/$model_flavour/FVP_TC2"
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01008cat <<EOF >"$model_param_file"
Chris Kay6c9ab892023-02-06 10:43:37 +00009-C css.terminal_uart_ap.start_port=5000
10-C css.terminal_uart1_ap.start_port=5001
11-C soc.terminal_s0.start_port=5002
12-C soc.terminal_s1.start_port=5003
13-C board.terminal_0.start_port=5004
14-C board.terminal_1.start_port=5005
Manish V Badarkhe4eb60712024-01-29 18:24:38 +000015${fip_gpt_bin+-C board.flashloader0.fname=$fip_gpt_bin}
16${tc_fitimage_bin+--data board.dram=$tc_fitimage_bin@0x20000000}
Rupinderjit Singh396938a2022-07-22 21:19:41 +010017${vmmaddrwidth+-C css.rss.VMADDRWIDTH=$vmmaddrwidth}
Manish V Badarkhe4eb60712024-01-29 18:24:38 +000018${rss_rom_bin+-C css.rss.rom.raw_image=$rss_rom_bin}
19-C displayController=2
20-C css.rss.CMU0_NUM_DB_CH=16
21-C css.rss.CMU1_NUM_DB_CH=16
22${rss_encrypted_cm_provisioning_bundle_0_bin+--data css.rss.sram0=${rss_encrypted_cm_provisioning_bundle_0_bin}@0x400}
23${rss_encrypted_dm_provisioning_bundle_bin+--data css.rss.sram1=${rss_encrypted_dm_provisioning_bundle_bin}@0x80000}
Rupinderjit Singh385f17d2022-07-18 20:28:10 +010024EOF