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:
Sami Mujawar 2023-09-22 15:35:05 +01:00 committed by mergify[bot]
parent 822c54eb01
commit f9925c8953
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ typedef struct {
UINT8 ProcessorPowerEfficiencyClass;
UINT8 Reserved2;
UINT16 SpeOverflowInterrupt;
UINT16 TrbeInterrupt;
} EFI_ACPI_6_5_GIC_STRUCTURE;
///