From b7cda5d0849dbea4c3d43c3682de5a54baa6aa0b Mon Sep 17 00:00:00 2001 From: Emekcan Aras Date: Thu, 23 Nov 2023 15:39:18 +0000 Subject: [PATCH] arm-bsp/corstone1000-fvp: Disable Time Annotation Timing Annotation is a feature of the model that enables high-level performance estimations to be made [1]. This currently doesn't work properly with the new models and it's recommended to unset FASTSIM_DISABLE_TA. [1] https://developer.arm.com/documentation/100965/1119/Timing-Annotation Signed-off-by: Emekcan Aras Signed-off-by: Ross Burton --- meta-arm-bsp/conf/machine/corstone1000-fvp.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arm-bsp/conf/machine/corstone1000-fvp.conf b/meta-arm-bsp/conf/machine/corstone1000-fvp.conf index b2ed0fdf..9c070b3d 100644 --- a/meta-arm-bsp/conf/machine/corstone1000-fvp.conf +++ b/meta-arm-bsp/conf/machine/corstone1000-fvp.conf @@ -16,6 +16,9 @@ FVP_PROVIDER ?= "fvp-corstone1000-native" FVP_EXE ?= "FVP_Corstone-1000" FVP_CONSOLE ?= "host_terminal_0" +#Disable Time Annotation +FASTSIM_DISABLE_TA = "0" + # FVP Parameters FVP_CONFIG[se.trustedBootROMloader.fname] ?= "bl1.bin" FVP_CONFIG[board.xnvm_size] ?= "64"