]> git.proxmox.com Git - mirror_edk2.git/commitdiff
[Description]
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 Mar 2008 09:13:38 +0000 (09:13 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 Mar 2008 09:13:38 +0000 (09:13 +0000)
add the PCIe ASPM control definition to comply with ACPI3.0 spec
[Impaction]
modify the Acpi3_0.h file in MdePkg/Include/IndustryStandard dir
[Reference Info]
The PCIe ASPM control definition is newly defined in ACPI3.0b spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4861 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/IndustryStandard/Acpi3_0.h

index 8ec434b5b711f69228520d5b2282ba366a47d4e8..04b79a47bff344ad077d2fea2c197595973f7146 100644 (file)
@@ -186,10 +186,12 @@ typedef struct {
 // Fixed ACPI Description Table Boot Architecture Flags\r
 // All other bits are reserved and must be set to 0.\r
 //\r
-#define EFI_ACPI_3_0_LEGACY_DEVICES    (1 << 0)\r
-#define EFI_ACPI_3_0_8042              (1 << 1)\r
-#define EFI_ACPI_3_0_VGA_NOT_PRESENT   (1 << 2)\r
-#define EFI_ACPI_3_0_MSI_NOT_SUPPORTED (1 << 3)\r
+#define EFI_ACPI_3_0_LEGACY_DEVICES     (1 << 0)\r
+#define EFI_ACPI_3_0_8042               (1 << 1)\r
+#define EFI_ACPI_3_0_VGA_NOT_PRESENT    (1 << 2)\r
+#define EFI_ACPI_3_0_MSI_NOT_SUPPORTED  (1 << 3)\r
+#define EFI_ACPI_3_0_PCIE_ASPM_CONTROLS (1 << 4)\r
+\r
 //\r
 // Fixed ACPI Description Table Fixed Feature Flags\r
 // All other bits are reserved and must be set to 0.\r