X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FQemuVideoDxe%2FQemuVideoDxe.inf;h=b6775fd097235d84bdd973c7c9ea0595d39a3b7f;hp=30284fcce0f12f9263644c54af4a13a5dc5bb5b3;hb=5306c0892ff93c2ec741a52b744de07b3505bf32;hpb=212aac55fd13e985cebf88042f40479c01ac2e44 diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index 30284fcce0..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 @@ -39,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 @@ -62,4 +76,5 @@ [Pcd] gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion - + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId + gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask