MdeModulePkg/FaultTolerantWriteSmmDxe: switch to MM communicate 2
Switch to the new MM communicate 2 protocol which supports both traditional and standalone MM. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
789ea79e94
commit
fa37a846d0
@@ -45,7 +45,7 @@
|
||||
|
||||
[Protocols]
|
||||
gEfiFaultTolerantWriteProtocolGuid ## PRODUCES
|
||||
gEfiSmmCommunicationProtocolGuid ## CONSUMES
|
||||
gEfiMmCommunication2ProtocolGuid ## CONSUMES
|
||||
## NOTIFY
|
||||
## UNDEFINED # Used to do smm communication
|
||||
## CONSUMES
|
||||
@@ -53,7 +53,7 @@
|
||||
gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES
|
||||
|
||||
[Depex]
|
||||
gEfiSmmCommunicationProtocolGuid
|
||||
gEfiMmCommunication2ProtocolGuid
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
FaultTolerantWriteSmmDxeExtra.uni
|
||||
|
Reference in New Issue
Block a user