mirror of https://github.com/acidanthera/audk.git
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:
parent
822c54eb01
commit
f9925c8953
|
@ -525,6 +525,7 @@ typedef struct {
|
|||
UINT8 ProcessorPowerEfficiencyClass;
|
||||
UINT8 Reserved2;
|
||||
UINT16 SpeOverflowInterrupt;
|
||||
UINT16 TrbeInterrupt;
|
||||
} EFI_ACPI_6_5_GIC_STRUCTURE;
|
||||
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue