]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
Add a simple PCI host bridge driver.
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
diff --git a/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
new file mode 100755 (executable)
index 0000000..f36cf9b
--- /dev/null
@@ -0,0 +1,55 @@
+#/** @file\r
+#\r
+#    Component description file a sinngle segment PCI Host Bridge driver.\r
+#\r
+#  Copyright (c) 2008 - 2009, Intel Corporation. <BR>\r
+#  All rights reserved. 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
+#  \r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  \r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = PciHostBridge\r
+  FILE_GUID                      = 2383608E-C6D0-4e3e-858D-45DFAC3543D5\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  EDK_RELEASE_VERSION            = 0x00020000\r
+  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
+\r
+  ENTRY_POINT                    = InitializePciHostBridge\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  DxeServicesTableLib\r
+  UefiLib\r
+  MemoryAllocationLib\r
+  BaseMemoryLib\r
+  BaseLib\r
+  DebugLib\r
+  DevicePathLib\r
+  \r
+[Sources]\r
+  PciHostBridge.c\r
+  PciRootBridgeIo.c\r
+  PciHostBridge.h\r
+\r
+[Protocols]\r
+  gEfiPciHostBridgeResourceAllocationProtocolGuid\r
+  gEfiPciRootBridgeIoProtocolGuid\r
+  gEfiCpuIoProtocolGuid \r
+  gEfiMetronomeArchProtocolGuid\r
+  gEfiDevicePathProtocolGuid\r
+\r
+[depex]\r
+  gEfiCpuIoProtocolGuid AND gEfiMetronomeArchProtocolGuid\r