mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 14:30:10 +00:00
arm/fvpboot: Disable timing annotation by default
Timing Annotation is a feature of the model that enables high-level performance estimations to be made [1]. It is not needed to demonstrate a functioning software stack so set FASTSIM_DISABLE_TA to 1 in the model environment to disable this feature. This also improves model performance. [1] https://developer.arm.com/documentation/100965/1119/Timing-Annotation Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -24,7 +24,9 @@ FVP_CONSOLES[default] ?= "${FVP_CONSOLE}"
|
||||
# Arbitrary extra arguments
|
||||
FVP_EXTRA_ARGS ?= ""
|
||||
# Bitbake variables to pass to the FVP environment
|
||||
FVP_ENV_PASSTHROUGH ?= ""
|
||||
FVP_ENV_PASSTHROUGH ?= "FASTSIM_DISABLE_TA"
|
||||
# Disable timing annotation by default
|
||||
FASTSIM_DISABLE_TA ?= "1"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "${FVP_PROVIDER}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user