X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FQemuVideoDxe%2FQemuVideoDxe.inf;h=bec37975bafcc7789bfb7ad4e9d48ba1bb34b15f;hp=5180b276001c56f5b508b5dc3ac60868204d76c7;hb=a43f0373ec9f6a5b18a9c36a67609e7fc861c554;hpb=90803342b1b6060f1ddbb1aaea54fdf86a7ff9ad diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index 5180b27600..bec37975ba 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 @@ -38,19 +38,32 @@ DriverSupportedEfiVersion.c Gop.c Initialize.c + Qemu.h + UnalignedIoInternal.h + +[Sources.Ia32, Sources.X64] + UnalignedIoGcc.c | GCC + UnalignedIoIcc.c | INTEL + UnalignedIoMsc.c | MSFT VbeShim.c + VbeShim.h + +[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 @@ -66,4 +79,5 @@ [Pcd] gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion - + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId + gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask