1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

arm-bsp/corstone1000: add coresight MACHINE_FEATURE

The Corstone1000 supports Arm CoreSight, so add it to MACHINE_FEATURES.
Note that currently the FVP model doesn't support this[1] so we only
enable it for MPS3.

This is useful because oe-core's perf recipe will now enable coresight
support automatically if this feature is present[1].

[1] https://developer.arm.com/documentation/100966/1128/Arm--Corstone-1000-FVP/Corstone-1000-FVP-modeled-components
[2] oe-core c455bd03910 ("perf: enable coresight if enabled in MACHINE_FEATURES")

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2025-09-10 10:03:45 +01:00
committed by Jon Mason
parent 56f84d176c
commit 177ccfdcd3

View File

@@ -9,3 +9,6 @@ TFA_TARGET_PLATFORM = "fpga"
PLATFORM_IS_FVP = "FALSE"
TS_PLATFORM = "arm/corstone1000-mps3"
# Unlike the FVP, MPS3 supports CoreSight
MACHINE_FEATURES += "coresight"