]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
PcAtChipsetPkg/PciHostBridgeDxe: Improve KVM FIFO I/O read/write performance
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
old mode 100755 (executable)
new mode 100644 (file)
index f230da8..ca136a0
@@ -2,8 +2,8 @@
 #\r
 #    Component description file a sinngle segment PCI Host Bridge driver.\r
 #\r
-#  Copyright (c) 2008 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -24,7 +24,6 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   BaseLib\r
   DebugLib\r
   DevicePathLib\r
-  \r
+  IoLib\r
+  PciLib\r
+\r
 [Sources]\r
   PciHostBridge.c\r
   PciRootBridgeIo.c\r
   PciHostBridge.h\r
 \r
+[Sources.IA32]\r
+  Ia32/IoFifo.asm\r
+  Ia32/IoFifo.S\r
+\r
+[Sources.X64]\r
+  X64/IoFifo.asm\r
+  X64/IoFifo.S\r
+\r
 [Protocols]\r
   gEfiPciHostBridgeResourceAllocationProtocolGuid\r
   gEfiPciRootBridgeIoProtocolGuid\r
-  gEfiCpuIo2ProtocolGuid \r
   gEfiMetronomeArchProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
 \r
 [depex]\r
-  gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid\r
+  gEfiMetronomeArchProtocolGuid\r
+\r