MdeModulePkg: INF/DEC file updates to EDK II packages
1. Usage information in INF file comment blocks are either incomplete or incorrect. This includes usage information for Protocols/PPIs/GUIDs/PCDs/HOBs/Events/BootModes. The syntax for usage information in comment blocks is defined in the EDK II Module Information (INF) Specification Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zeng, Star <star.zeng@intel.com> Reviewed-by: Gao, Liming <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15962 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
## @file
|
||||
# Fault Tolerant Write Smm Driver.
|
||||
#
|
||||
# This driver installs SMM Fault Tolerant Write (FTW) protocol, which provides fault
|
||||
# tolerant write capability in SMM environment for block devices. Its implementation
|
||||
# depends on the full functionality SMM FVB protocol that support read, write/erase
|
||||
@@ -18,6 +20,7 @@
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = SmmFaultTolerantWriteDxe
|
||||
MODULE_UNI_FILE = SmmFaultTolerantWriteDxe.uni
|
||||
FILE_GUID = 470CB248-E8AC-473c-BB4F-81069A1FE6FD
|
||||
MODULE_TYPE = DXE_SMM_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
@@ -53,25 +56,34 @@
|
||||
ReportStatusCodeLib
|
||||
|
||||
[Guids]
|
||||
gEdkiiWorkingBlockSignatureGuid ## CONSUMES ## FV Signature of Working Space Header
|
||||
#
|
||||
# Signature in EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER
|
||||
#
|
||||
## CONSUMES ## GUID
|
||||
## PRODUCES ## GUID
|
||||
gEdkiiWorkingBlockSignatureGuid
|
||||
|
||||
[Protocols]
|
||||
gEfiSmmSwapAddressRangeProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable ## CONSUMES
|
||||
gEfiSmmFirmwareVolumeBlockProtocolGuid ## CONSUMES
|
||||
gEfiSmmFaultTolerantWriteProtocolGuid ## PRODUCES
|
||||
gEfiSmmSwapAddressRangeProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable ## SOMETIMES_CONSUMES
|
||||
## NOTIFY
|
||||
## CONSUMES
|
||||
gEfiSmmFirmwareVolumeBlockProtocolGuid
|
||||
## PRODUCES
|
||||
## UNDEFINED # SmiHandlerRegister
|
||||
gEfiSmmFaultTolerantWriteProtocolGuid
|
||||
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
||||
gEfiSmmEndOfDxeProtocolGuid ## CONSUMES
|
||||
|
||||
[FeaturePcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable ## CONSUMES
|
||||
|
||||
[Pcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase ## SOMETIMES_CONSUMES
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64 ## CONSUMES
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize ## CONSUMES
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase ## SOMETIMES_CONSUMES
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64 ## CONSUMES
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize ## CONSUMES
|
||||
|
||||
#
|
||||
# gBS->CalculateCrc32() is consumed in EntryPoint.
|
||||
@@ -82,3 +94,5 @@
|
||||
[Depex]
|
||||
gEfiSmmFirmwareVolumeBlockProtocolGuid AND gEfiRuntimeArchProtocolGuid
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
SmmFaultTolerantWriteDxeExtra.uni
|
||||
|
Reference in New Issue
Block a user