]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
OvmfPkg/VirtioFsDxe: add EFI_FILE_INFO cache fields to VIRTIO_FS_FILE
[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
855743f7
LE
23 MdeModulePkg/MdeModulePkg.dec\r
24 MdePkg/MdePkg.dec\r
25 OvmfPkg/OvmfPkg.dec\r
26\r
27[LibraryClasses]\r
28 DebugLib\r
29 MemoryAllocationLib\r
30 PcdLib\r
31 UefiBootServicesTableLib\r
32 UefiDriverEntryPoint\r
33\r
34[Protocols]\r
35 gEfiIncompatiblePciDeviceSupportProtocolGuid ## SOMETIMES_PRODUCES\r
36 gEfiLegacyBiosProtocolGuid ## NOTIFY\r
37\r
38[Pcd]\r
39 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration ## CONSUMES\r
40 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size ## CONSUMES\r
41\r
42[Depex]\r
43 TRUE\r