Revision: 15746
http://sourceforge.net/p/edk2/code/15746
Author: jyao1
Date: 2014-08-04 13:32:52 +0000 (Mon, 04 Aug 2014)
Log Message:
-----------
Add missing ACPI5.1 table.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed off by: Jiewen Yao <[email protected]>
Reviewed by: Star Zeng <[email protected]>
Reviewed by: Liming Gao <[email protected]>
Modified Paths:
--------------
trunk/edk2/MdePkg/Include/IndustryStandard/Acpi51.h
Modified: trunk/edk2/MdePkg/Include/IndustryStandard/Acpi51.h
===================================================================
--- trunk/edk2/MdePkg/Include/IndustryStandard/Acpi51.h 2014-08-04 08:44:11 UTC
(rev 15745)
+++ trunk/edk2/MdePkg/Include/IndustryStandard/Acpi51.h 2014-08-04 13:32:52 UTC
(rev 15746)
@@ -611,12 +611,13 @@
//
// SRAT structure types.
-// All other values between 0x03 an 0xFF are reserved and
+// All other values between 0x04 an 0xFF are reserved and
// will be ignored by OSPM.
//
#define EFI_ACPI_5_1_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY 0x00
#define EFI_ACPI_5_1_MEMORY_AFFINITY 0x01
#define EFI_ACPI_5_1_PROCESSOR_LOCAL_X2APIC_AFFINITY 0x02
+#define EFI_ACPI_5_1_GICC_AFFINITY 0x03
///
/// Processor Local APIC/SAPIC Affinity Structure Definition
@@ -676,6 +677,23 @@
} EFI_ACPI_5_1_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE;
///
+/// GICC Affinity Structure Definition
+///
+typedef struct {
+ UINT8 Type;
+ UINT8 Length;
+ UINT32 ProximityDomain;
+ UINT32 AcpiProcessorUid;
+ UINT32 Flags;
+ UINT32 ClockDomain;
+} EFI_ACPI_5_1_GICC_AFFINITY_STRUCTURE;
+
+///
+/// GICC Flags. All other bits are reserved and must be 0.
+///
+#define EFI_ACPI_5_1_GICC_ENABLED (1 << 0)
+
+///
/// System Locality Distance Information Table (SLIT).
/// The rest of the table is a matrix.
///
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits