]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf
MdeModulePkg/NvmExpressPei: Add logic to produce SSC PPI
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / NvmExpressPei / NvmExpressPei.inf
1 ## @file
2 # The NvmExpressPei driver is used to manage non-volatile memory subsystem
3 # which follows NVM Express specification at PEI phase.
4 #
5 # Copyright (c) 2018 - 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 = NvmExpressPei
20 MODULE_UNI_FILE = NvmExpressPei.uni
21 FILE_GUID = 94813714-E10A-4798-9909-8C904F66B4D9
22 MODULE_TYPE = PEIM
23 VERSION_STRING = 1.0
24 ENTRY_POINT = NvmExpressPeimEntry
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 DevicePath.c
34 DmaMem.c
35 NvmExpressPei.c
36 NvmExpressPei.h
37 NvmExpressPeiBlockIo.c
38 NvmExpressPeiBlockIo.h
39 NvmExpressPeiHci.c
40 NvmExpressPeiHci.h
41 NvmExpressPeiPassThru.c
42 NvmExpressPeiPassThru.h
43 NvmExpressPeiStorageSecurity.c
44 NvmExpressPeiStorageSecurity.h
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49
50 [LibraryClasses]
51 DebugLib
52 PeiServicesLib
53 MemoryAllocationLib
54 BaseMemoryLib
55 IoLib
56 TimerLib
57 PeimEntryPoint
58
59 [Ppis]
60 gEdkiiPeiNvmExpressHostControllerPpiGuid ## CONSUMES
61 gEdkiiIoMmuPpiGuid ## CONSUMES
62 gEfiEndOfPeiSignalPpiGuid ## CONSUMES
63 gEfiPeiVirtualBlockIoPpiGuid ## SOMETIMES_PRODUCES
64 gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_PRODUCES
65 gEdkiiPeiStorageSecurityCommandPpiGuid ## SOMETIMES_PRODUCES
66
67 [Depex]
68 gEfiPeiMemoryDiscoveredPpiGuid AND
69 gEdkiiPeiNvmExpressHostControllerPpiGuid
70
71 [UserExtensions.TianoCore."ExtraFiles"]
72 NvmExpressPeiExtra.uni