]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
Reapply "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
index 5180b276001c56f5b508b5dc3ac60868204d76c7..895e6b8dbd4d69733f5a21292a3dfb9023fdf67c 100644 (file)
@@ -2,7 +2,7 @@
 #  This driver is a sample implementation of the Graphics Output Protocol for\r
 #  the QEMU (Cirrus Logic 5446) video controller.\r
 #\r
-#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -26,7 +26,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 #  DRIVER_BINDING                =  gQemuVideoDriverBinding\r
 #  COMPONENT_NAME                =  gQemuVideoComponentName\r
   DriverSupportedEfiVersion.c\r
   Gop.c\r
   Initialize.c\r
+  Qemu.h\r
+\r
+[Sources.Ia32, Sources.X64]\r
+  UnalignedIoGcc.c    | GCC\r
+  UnalignedIoIcc.c    | INTEL\r
+  UnalignedIoMsc.c    | MSFT\r
   VbeShim.c\r
+  VbeShim.h\r
+\r
+[Sources.EBC]\r
+  UnalignedIoUnsupported.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
   OptionRomPkg/OptionRomPkg.dec\r
   OvmfPkg/OvmfPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
-  BltLib\r
+  FrameBufferBltLib\r
   DebugLib\r
   DevicePathLib\r
   MemoryAllocationLib\r
+  PcdLib\r
   PciLib\r
   PrintLib\r
   TimerLib\r
@@ -66,4 +78,5 @@
 \r
 [Pcd]\r
   gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
-\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask\r