]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg/QemuVideoDxe/VbeShim: handle PAM1 register on Q35 correctly
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
index ce1ff93d839de8117e78912ecd481098f931ed27..577e07b0a8bf577d851eacda8b5d326d7fc31901 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 - 2016, 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 ARM AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 #  DRIVER_BINDING                =  gQemuVideoDriverBinding\r
 #  COMPONENT_NAME                =  gQemuVideoComponentName\r
 \r
 [Sources.Ia32, Sources.X64]\r
   VbeShim.c\r
+  UnalignedIoGcc.c    | GCC\r
+  UnalignedIoMsc.c    | MSFT\r
+  UnalignedIoIcc.c    | INTEL\r
+\r
+[Sources.IPF, 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
@@ -68,4 +76,4 @@
 \r
 [Pcd]\r
   gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
-\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r