X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FQemuVideoDxe%2FQemuVideoDxe.inf;h=b6775fd097235d84bdd973c7c9ea0595d39a3b7f;hp=fde743b048c8fa19c05c5727073b36f9ed2e8ed7;hb=5306c0892ff93c2ec741a52b744de07b3505bf32;hpb=b4c8f8edc99120f69c8d2653132040956a63131a diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index fde743b048..b6775fd097 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -2,7 +2,7 @@ # This driver is a sample implementation of the Graphics Output Protocol for # the QEMU (Cirrus Logic 5446) video controller. # -# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -23,12 +23,6 @@ ENTRY_POINT = InitializeQemuVideo - PCI_VENDOR_ID = 0x1013 - PCI_DEVICE_ID = 0x00A8 - PCI_CLASS_CODE = 0x030000 - PCI_REVISION = 0x00 - PCI_COMPRESS = TRUE - # # The following information is for reference only and not required by the build tools. # @@ -45,16 +39,30 @@ Gop.c Initialize.c +[Sources.Ia32, Sources.X64] + UnalignedIoGcc.c | GCC + UnalignedIoIcc.c | INTEL + UnalignedIoMsc.c | MSFT + VbeShim.c + +[Sources.IPF, Sources.EBC] + UnalignedIoUnsupported.c + [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec OptionRomPkg/OptionRomPkg.dec + OvmfPkg/OvmfPkg.dec [LibraryClasses] BaseMemoryLib - BltLib + FrameBufferBltLib DebugLib DevicePathLib MemoryAllocationLib + PcdLib + PciLib + PrintLib TimerLib UefiBootServicesTableLib UefiDriverEntryPoint @@ -68,4 +76,5 @@ [Pcd] gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion - + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId + gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask