]> 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 fde743b048c8fa19c05c5727073b36f9ed2e8ed7..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
 \r
   ENTRY_POINT                    = InitializeQemuVideo\r
 \r
-  PCI_VENDOR_ID  = 0x1013\r
-  PCI_DEVICE_ID  = 0x00A8\r
-  PCI_CLASS_CODE = 0x030000\r
-  PCI_REVISION   = 0x00\r
-  PCI_COMPRESS   = TRUE\r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
   Gop.c\r
   Initialize.c\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
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
@@ -68,4 +76,4 @@
 \r
 [Pcd]\r
   gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
-\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r