]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf
MdeModulePkg/AhciPei: Add AHCI mode ATA device support in PEI
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AhciPei / AhciPei.inf
diff --git a/MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf b/MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf
new file mode 100644 (file)
index 0000000..e02d227
--- /dev/null
@@ -0,0 +1,74 @@
+## @file\r
+#  The AhciPei driver is used to manage ATA hard disk device working under AHCI\r
+#  mode at PEI phase.\r
+#\r
+#  Copyright (c) 2019, 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
+#\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                      = AhciPei\r
+  MODULE_UNI_FILE                = AhciPei.uni\r
+  FILE_GUID                      = 79E5CA15-7A2D-4F37-A63B-D1C7BBCA47AD\r
+  MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = AtaAhciPeimEntry\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#\r
+\r
+[Sources]\r
+  AhciPei.c\r
+  AhciPei.h\r
+  AhciPeiPassThru.c\r
+  AhciPeiPassThru.h\r
+  AhciPeiS3.c\r
+  AhciPeiStorageSecurity.c\r
+  AhciPeiStorageSecurity.h\r
+  AhciMode.c\r
+  DevicePath.c\r
+  DmaMem.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  PeiServicesLib\r
+  MemoryAllocationLib\r
+  BaseMemoryLib\r
+  IoLib\r
+  TimerLib\r
+  LockBoxLib\r
+  PeimEntryPoint\r
+\r
+[Ppis]\r
+  gEdkiiPeiAtaAhciHostControllerPpiGuid          ## CONSUMES\r
+  gEdkiiIoMmuPpiGuid                             ## CONSUMES\r
+  gEfiEndOfPeiSignalPpiGuid                      ## CONSUMES\r
+  gEdkiiPeiAtaPassThruPpiGuid                    ## SOMETIMES_PRODUCES\r
+  gEdkiiPeiStorageSecurityCommandPpiGuid         ## SOMETIMES_PRODUCES\r
+\r
+[Guids]\r
+  gS3StorageDeviceInitListGuid                   ## SOMETIMES_CONSUMES ## UNDEFINED\r
+\r
+[Depex]\r
+  gEfiPeiMemoryDiscoveredPpiGuid AND\r
+  gEfiPeiMasterBootModePpiGuid AND\r
+  gEdkiiPeiAtaAhciHostControllerPpiGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  AhciPeiExtra.uni\r