]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.c
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / OvmfPkg / IncompatiblePciDeviceSupportDxe / IncompatiblePciDeviceSupport.c
index b6ff12842c215b4c6c4bfb68b2c5867aed79a9a8..eff89978ee2edd778d530c5f0002e319ee6bfdbe 100644 (file)
@@ -4,6 +4,7 @@
   is not present), conserving 32-bit MMIO aperture for 32-bit BARs.\r
 \r
   Copyright (C) 2016, Red Hat, Inc.\r
+  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
@@ -66,19 +67,19 @@ STATIC CONST MMIO64_PREFERENCE mConfiguration = {
         )\r
       ),\r
     ACPI_ADDRESS_SPACE_TYPE_MEM,                   // ResType\r
-    PCI_ACPI_UNUSED,                               // GenFlag\r
-    PCI_ACPI_UNUSED,                               // SpecificFlag\r
+    0,                                             // GenFlag\r
+    0,                                             // SpecificFlag\r
     64,                                            // AddrSpaceGranularity:\r
                                                    //   aperture selection hint\r
                                                    //   for BAR allocation\r
-    PCI_ACPI_UNUSED,                               // AddrRangeMin\r
-    PCI_BAR_OLD_ALIGN,                             // AddrRangeMax:\r
+    0,                                             // AddrRangeMin\r
+    0,                                             // AddrRangeMax:\r
                                                    //   no special alignment\r
                                                    //   for affected BARs\r
-    PCI_BAR_ALL,                                   // AddrTranslationOffset:\r
+    MAX_UINT64,                                    // AddrTranslationOffset:\r
                                                    //   hint covers all\r
                                                    //   eligible BARs\r
-    PCI_BAR_NOCHANGE                               // AddrLen:\r
+    0                                              // AddrLen:\r
                                                    //   use probed BAR size\r
   },\r
   //\r