]> git.proxmox.com Git - mirror_edk2.git/blob - 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
1 ## @file
2 # The AhciPei driver is used to manage ATA hard disk device working under AHCI
3 # mode at PEI phase.
4 #
5 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = AhciPei
20 MODULE_UNI_FILE = AhciPei.uni
21 FILE_GUID = 79E5CA15-7A2D-4F37-A63B-D1C7BBCA47AD
22 MODULE_TYPE = PEIM
23 VERSION_STRING = 1.0
24 ENTRY_POINT = AtaAhciPeimEntry
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31
32 [Sources]
33 AhciPei.c
34 AhciPei.h
35 AhciPeiPassThru.c
36 AhciPeiPassThru.h
37 AhciPeiS3.c
38 AhciPeiStorageSecurity.c
39 AhciPeiStorageSecurity.h
40 AhciMode.c
41 DevicePath.c
42 DmaMem.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.dec
47
48 [LibraryClasses]
49 DebugLib
50 PeiServicesLib
51 MemoryAllocationLib
52 BaseMemoryLib
53 IoLib
54 TimerLib
55 LockBoxLib
56 PeimEntryPoint
57
58 [Ppis]
59 gEdkiiPeiAtaAhciHostControllerPpiGuid ## CONSUMES
60 gEdkiiIoMmuPpiGuid ## CONSUMES
61 gEfiEndOfPeiSignalPpiGuid ## CONSUMES
62 gEdkiiPeiAtaPassThruPpiGuid ## SOMETIMES_PRODUCES
63 gEdkiiPeiStorageSecurityCommandPpiGuid ## SOMETIMES_PRODUCES
64
65 [Guids]
66 gS3StorageDeviceInitListGuid ## SOMETIMES_CONSUMES ## UNDEFINED
67
68 [Depex]
69 gEfiPeiMemoryDiscoveredPpiGuid AND
70 gEfiPeiMasterBootModePpiGuid AND
71 gEdkiiPeiAtaAhciHostControllerPpiGuid
72
73 [UserExtensions.TianoCore."ExtraFiles"]
74 AhciPeiExtra.uni