summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2020-09-29 20:34:27 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-09-30 11:45:14 +0530
commit13d2cae37b8ca4778fd3547a52e5cd546ff82deb (patch)
treeb812f49e73eacae5f171a2021e4c63ac4e98c732
parent9f17c8d30764eed891daf362d2d34ac98b31fd8b (diff)
platform/rdn1edgex2: update launch script for 11.12/43 FVPRD-INFRA-2020.09.30
Adapt to changes in model script for 11.12/43 version of the RD-N1-Edge dual-chip FVP. Primarily, specify that the RNSAM is external to the interconnect. Change-Id: Iacc3d87d4955ad98adf5d46cfaf00bbe8ef6668b Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-rwxr-xr-xrdinfra/platforms/rdn1edgex2/run_model.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/rdinfra/platforms/rdn1edgex2/run_model.sh b/rdinfra/platforms/rdn1edgex2/run_model.sh
index 07238b1..58e3421 100755
--- a/rdinfra/platforms/rdn1edgex2/run_model.sh
+++ b/rdinfra/platforms/rdn1edgex2/run_model.sh
@@ -189,8 +189,8 @@ fi
if [[ -n "$SATADISK_IMAGE_PATH" ]]; then
MODEL_PARAMS="$MODEL_PARAMS \
- -C pci0.ahci.ahci.image_path="${SATADISK_IMAGE_PATH}" \
- -C pci1.ahci.ahci.image_path="${SATADISK_IMAGE_PATH}""
+ -C pci0.pcie_rc.ahci0.ahci.image_path="${SATADISK_IMAGE_PATH}" \
+ -C pci1.pcie_rc.ahci0.ahci.image_path="${SATADISK_IMAGE_PATH}""
fi
#For distribution installation and boot, ensure that the virtio devices
@@ -273,8 +273,8 @@ echo
${MODEL} --version
PARAMS=" \
- -C css0.cmn600.mesh_config_file=$PATH_TO_MODEL/RD_N1_E1_cmn600_ccix.yml \
- -C css0.cmn600.force_on_from_start=1 \
+ -C css0.cmn600.force_rnsam_internal=false \
+ -C css0.gic_distributor.multichip-threaded-dgi=0 \
--data css0.scp.armcortexm7ct=$OUTDIR/scp_ramfw.bin@0x0BD80000 \
-C css0.mcp.ROMloader.fname=$OUTDIR/mcp_romfw.bin \
-C css0.scp.ROMloader.fname=$OUTDIR/scp_romfw.bin \
@@ -293,8 +293,8 @@ PARAMS=" \
-C soc0.pl011_uart1.unbuffered_output=1 \
-C css0.pl011_uart_ap.unbuffered_output=1 \
- -C css1.cmn600.mesh_config_file=$PATH_TO_MODEL/RD_N1_E1_cmn600_ccix.yml \
- -C css1.cmn600.force_on_from_start=1 \
+ -C css1.cmn600.force_rnsam_internal=false \
+ -C css1.gic_distributor.multichip-threaded-dgi=0 \
--data css1.scp.armcortexm7ct=$OUTDIR/scp_ramfw.bin@0x0BD80000 \
-C css1.mcp.ROMloader.fname=$OUTDIR/mcp_romfw.bin \
-C css1.scp.ROMloader.fname=$OUTDIR/scp_romfw.bin \