]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
BaseTools: Library hashing fix and optimization for --hash feature
[mirror_edk2.git] / OvmfPkg / IncompatiblePciDeviceSupportDxe / IncompatiblePciDeviceSupport.inf
CommitLineData
855743f7
LE
1## @file\r
2# A simple DXE_DRIVER that causes the PCI Bus UEFI_DRIVER to allocate 64-bit\r
3# MMIO BARs above 4 GB, regardless of option ROM availability (as long as a CSM\r
4# is not present), conserving 32-bit MMIO aperture for 32-bit BARs.\r
5#\r
6# Copyright (C) 2016, Red Hat, Inc.\r
7#\r
b26f0cf9 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
855743f7
LE
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = IncompatiblePciDeviceSupportDxe\r
14 FILE_GUID = F6697AC4-A776-4EE1-B643-1FEFF2B615BB\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = DriverInitialize\r
18\r
19[Sources]\r
20 IncompatiblePciDeviceSupport.c\r
21\r
22[Packages]\r
23 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
24 MdeModulePkg/MdeModulePkg.dec\r
25 MdePkg/MdePkg.dec\r
26 OvmfPkg/OvmfPkg.dec\r
27\r
28[LibraryClasses]\r
29 DebugLib\r
30 MemoryAllocationLib\r
31 PcdLib\r
32 UefiBootServicesTableLib\r
33 UefiDriverEntryPoint\r
34\r
35[Protocols]\r
36 gEfiIncompatiblePciDeviceSupportProtocolGuid ## SOMETIMES_PRODUCES\r
37 gEfiLegacyBiosProtocolGuid ## NOTIFY\r
38\r
39[Pcd]\r
40 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration ## CONSUMES\r
41 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size ## CONSUMES\r
42\r
43[Depex]\r
44 TRUE\r