]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
add native ide/ahci driver
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / AtaAtapiPassThru.inf
diff --git a/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf b/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
new file mode 100644 (file)
index 0000000..be73bd9
--- /dev/null
@@ -0,0 +1,68 @@
+## @file\r
+#  AtaAtapiPassThru driver to provide native IDE/AHCI mode support.\r
+#\r
+#  This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller\r
+#  to access to all attached Ata/Atapi devices.\r
+#\r
+#  Copyright (c) 2010, 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
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\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                      = AtaAtapiPassThruDxe\r
+  FILE_GUID                      = 5E523CB4-D397-4986-87BD-A6DD8B22F455\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = InitializeAtaAtapiPassThru\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+#  DRIVER_BINDING                =  gAtaAtapiPassThruDriverBinding                         \r
+#  COMPONENT_NAME                =  gAtaAtapiPassThruComponentName\r
+#  COMPONENT_NAME2               =  gAtaAtapiPassThruComponentName2                         \r
+#\r
+#\r
+\r
+[Sources]\r
+  AtaAtapiPassThru.c\r
+  AtaAtapiPassThru.h\r
+  AhciMode.c\r
+  AhciMode.h\r
+  IdeMode.c\r
+  IdeMode.h\r
+  ComponentName.c\r
+  \r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  DevicePathLib\r
+  UefiBootServicesTableLib\r
+  MemoryAllocationLib\r
+  BaseMemoryLib\r
+  UefiLib\r
+  BaseLib\r
+  UefiDriverEntryPoint\r
+  DebugLib\r
+  TimerLib\r
+\r
+[Guids]\r
+\r
+[Protocols]\r
+  gEfiIdeControllerInitProtocolGuid             # BY_START\r
+  gEfiAtaPassThruProtocolGuid                   # BY_START\r
+  gEfiExtScsiPassThruProtocolGuid               # BY_START\r
+  gEfiDevicePathProtocolGuid                    # TO_START\r
+  gEfiPciIoProtocolGuid                         # TO_START\r