Revision: 17523
          http://sourceforge.net/p/edk2/code/17523
Author:   oliviermartin
Date:     2015-05-27 15:07:01 +0000 (Wed, 27 May 2015)
Log Message:
-----------
EmbeddedPkg/AcpiLib.h: Introduced EFI_ACPI_6_0_GIC_MSI_FRAME_INIT()

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>
Reviewed-by: Ronald Cron <[email protected]>

Modified Paths:
--------------
    trunk/edk2/EmbeddedPkg/Include/Library/AcpiLib.h

Modified: trunk/edk2/EmbeddedPkg/Include/Library/AcpiLib.h
===================================================================
--- trunk/edk2/EmbeddedPkg/Include/Library/AcpiLib.h    2015-05-27 15:06:11 UTC 
(rev 17522)
+++ trunk/edk2/EmbeddedPkg/Include/Library/AcpiLib.h    2015-05-27 15:07:01 UTC 
(rev 17523)
@@ -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
 //


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to