MdePkg: MADT: Add TRBE interrupt to GICC
The ASWG ECR 2303 introduces a new field 'TRBE interrupt' to GICC structure in ACPI 6.5. The Trace Buffer Extension (TRBE) interrupt is a Processor Private interrupt (PPI) and is used to specify a platform-specific interrupt to signal TRBE events. Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
committed by
mergify[bot]
parent
822c54eb01
commit
f9925c8953
@@ -525,6 +525,7 @@ typedef struct {
|
|||||||
UINT8 ProcessorPowerEfficiencyClass;
|
UINT8 ProcessorPowerEfficiencyClass;
|
||||||
UINT8 Reserved2;
|
UINT8 Reserved2;
|
||||||
UINT16 SpeOverflowInterrupt;
|
UINT16 SpeOverflowInterrupt;
|
||||||
|
UINT16 TrbeInterrupt;
|
||||||
} EFI_ACPI_6_5_GIC_STRUCTURE;
|
} EFI_ACPI_6_5_GIC_STRUCTURE;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user