blob: ba5bcc2556c72294658dc57e60be0b242a26d8c7 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#!/bin/bash
2#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8set_model_path "${pinned_css:?}/FVP_CSS_SGM-775"
9
10cat <<EOF >"$model_param_file"
11${bl1_bin+-C css.trustedBootROMloader.fname=$bl1_bin}
12${scp_rom_bin+-C css.scp.ROMloader.fname=$scp_rom_bin}
13${fip_bin+-C board.flashloader0.fname=$fip_bin}
14${initrd_bin+--data css.cluster0.cpu0=$initrd_bin@${initrd_addr:?}}
15${kernel_bin+--data css.cluster0.cpu0=$kernel_bin@${kernel_addr:?}}
16${dtb_bin+--data css.cluster0.cpu0=$dtb_bin@0x83000000}
17${uart0_out+-C soc.pl011_uart0.out_file=$uart0_out}
18${uart0_out+-C soc.pl011_uart0.unbuffered_output=1}
19${uart1_out+-C soc.pl011_uart1.out_file=$uart1_out}
20${uart1_out+-C soc.pl011_uart1.unbuffered_output=1}
21-C config_id=0
22-C displayController=2
23EOF