]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWritePei / FaultTolerantWritePei.inf
1 ## @file
2 # This driver installs gEdkiiFaultTolerantWriteGuid PPI to inform
3 # the check for FTW last write data has been done.
4 #
5 # Copyright (c) 2013, 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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = FaultTolerantWritePei
19 FILE_GUID = AAC33064-9ED0-4b89-A5AD-3EA767960B22
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22 ENTRY_POINT = PeimFaultTolerantWriteInitialize
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 FaultTolerantWritePei.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36
37 [LibraryClasses]
38 PeimEntryPoint
39 PeiServicesLib
40 BaseLib
41 DebugLib
42 HobLib
43 BaseMemoryLib
44 PcdLib
45
46 [Guids]
47 gEdkiiFaultTolerantWriteGuid ## CONSUMES
48 gEdkiiWorkingBlockSignatureGuid ## CONSUMES
49 gEfiSystemNvDataFvGuid ## CONSUMES
50
51 [Pcd]
52 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
53 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64
54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
58
59 [Depex]
60 TRUE
61