From 0519fdf444144ec7e4110cd3c0c80ab1157710d2 Mon Sep 17 00:00:00 2001 From: Peter Hoyes Date: Thu, 17 Feb 2022 16:09:58 +0000 Subject: [PATCH] arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 Enable the bp.refcounter.use_real_time option, so that the CNTPCT_EL0 increments in real-time instead of simulator time. Issue-Id: SCM-3871 Signed-off-by: Peter Hoyes Change-Id: I197d6de4a7316e5299aee34e64e149cbd3d515a9 Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf index f7bed763..1f1b1709 100644 --- a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf +++ b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf @@ -62,3 +62,4 @@ FVP_CONFIG[pctl.startup] ?= "0.0.0.*" FVP_CONFIG[bp.virtio_net.enabled] ?= "1" FVP_CONFIG[bp.virtio_net.hostbridge.userNetworking] ?= "1" FVP_CONFIG[bp.vis.rate_limit-enable] ?= "0" +FVP_CONFIG[bp.refcounter.use_real_time] ?= "1"