mirror of https://github.com/acidanthera/audk.git
EmbeddedPkg/AcpiLib.h: Introduced EFI_ACPI_6_0_GIC_MSI_FRAME_INIT()
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <Olivier.Martin@arm.com> Reviewed-by: Ronald Cron <Ronald.Cron@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17523 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e0ae276139
commit
b71bd28a26
|
@ -52,6 +52,12 @@
|
|||
GsivId, GicRBase, Mpidr \
|
||||
}
|
||||
|
||||
#define EFI_ACPI_6_0_GIC_MSI_FRAME_INIT(GicMsiFrameId, PhysicalBaseAddress, Flags, SPICount, SPIBase) \
|
||||
{ \
|
||||
EFI_ACPI_6_0_GIC_MSI_FRAME, sizeof (EFI_ACPI_6_0_GIC_MSI_FRAME_STRUCTURE), EFI_ACPI_RESERVED_WORD, \
|
||||
GicMsiFrameId, PhysicalBaseAddress, Flags, SPICount, SPIBase \
|
||||
}
|
||||
|
||||
//
|
||||
// SBSA Generic Watchdog
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue