]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c
MdeModulePkg/PciHostBridge: Set SpecificFlag to 0 for Mem32/Mem64
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciHostBridgeDxe / PciHostBridge.c
index 70726a6be8ff0d959956573ea5f3e47556edf2b3..1494848c3e8c5a256a5c6a1242fee7352795d954 100644 (file)
@@ -2,7 +2,7 @@
 \r
   Provides the basic interfaces to abstract a PCI Host Bridge Resource Allocation.\r
 \r
-Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -574,7 +574,8 @@ ResourceConflict (
       Descriptor->Len = sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) - 3;\r
       Descriptor->AddrRangeMin = ResAllocNode->Base;\r
       Descriptor->AddrRangeMax = ResAllocNode->Alignment;\r
-      Descriptor->AddrLen = ResAllocNode->Length;\r
+      Descriptor->AddrLen      = ResAllocNode->Length;\r
+      Descriptor->SpecificFlag = 0;\r
       switch (ResAllocNode->Type) {\r
 \r
       case TypeIo:\r