X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FQemuVideoDxe%2FQemuVideoDxe.inf;h=fc4c07723e5501e407b63e25caabb9636c7aae00;hp=ce1ff93d839de8117e78912ecd481098f931ed27;hb=b2959e9f1a57279506ca46d56bc424fd7fa6b62a;hpb=84a75f70e9037d335e7bbc87011fd694146c6509 diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index ce1ff93d83..fc4c07723e 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 @@ -26,7 +26,7 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64 +# VALID_ARCHITECTURES = IA32 X64 IPF EBC # # DRIVER_BINDING = gQemuVideoDriverBinding # COMPONENT_NAME = gQemuVideoComponentName @@ -38,21 +38,31 @@ 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 +[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 @@ -68,4 +78,5 @@ [Pcd] gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion - + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId + gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask