From 52ed8593f1940e34b6caf4210988c574aea090df Mon Sep 17 00:00:00 2001 From: Kevin Brodsky Date: Wed, 9 Apr 2025 09:52:39 +0100 Subject: [PATCH] config: Remove deprecated parameter bp.refcounter.use_real_time defaults to 0 and has been deprecated for a while. Let's remove it. Signed-off-by: Kevin Brodsky --- config/FVP_Base_RevC-2xAEMvA-base.yaml | 1 - documentation/userguide/quickstart.rst | 2 -- 2 files changed, 3 deletions(-) diff --git a/config/FVP_Base_RevC-2xAEMvA-base.yaml b/config/FVP_Base_RevC-2xAEMvA-base.yaml index 86d8cf9..602112f 100644 --- a/config/FVP_Base_RevC-2xAEMvA-base.yaml +++ b/config/FVP_Base_RevC-2xAEMvA-base.yaml @@ -29,7 +29,6 @@ run: --stat: null -C bp.vis.disable_visualisation: 1 -C bp.refcounter.non_arch_start_at_default: 1 # Firmware is expected to enable the timer at boot time. However, turning this parameter on is a model-specific way of enabling the counter module out of reset. - -C bp.refcounter.use_real_time: 0 # Update the Generic Timer counter at a real-time base frequency instead of simulator time -C bp.secure_memory: 1 # enable security checking by TZC-400 -C bp.ve_sysregs.exit_on_shutdown: 1 # SYS_CFG_SHUTDOWN exits simulation -C pctl.startup: 0.0.0.0 # Comma-separated list of cores (wildcards allowed) to be powered up at startup or system reset diff --git a/documentation/userguide/quickstart.rst b/documentation/userguide/quickstart.rst index 27774bd..557bdf9 100644 --- a/documentation/userguide/quickstart.rst +++ b/documentation/userguide/quickstart.rst @@ -723,7 +723,6 @@ Alternatively, you could have passed ``--dry-run`` to see the FVP invocation scr -C bp.hostbridge.userNetPorts=8022=22 \ -C bp.hostbridge.userNetworking=1 \ -C bp.refcounter.non_arch_start_at_default=1 \ - -C bp.refcounter.use_real_time=0 \ -C bp.secure_memory=1 \ -C bp.secureflashloader.fname=/package/ns-edk2/bl1.bin \ -C bp.smsc_91c111.enabled=1 \ @@ -1118,7 +1117,6 @@ command: -C pci.pci_smmuv3.mmu.SMMU_S_IDR3: 0 -C cluster0.has_brbe_v1p1: 1 -C cluster0.has_branch_target_exception: 1 - -C bp.refcounter.use_real_time: 0 -C cluster0.PA_SIZE: 48 -C pci.pci_smmuv3.mmu.SMMU_S_IDR1: 2684354562 -C cluster1.max_32bit_el: 0 -- GitLab