MdeModulePkg/VariableSmmRuntimeDxe: 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
fa37a846d0
commit
be4e0cfbad
@@ -60,7 +60,7 @@
|
||||
[Protocols]
|
||||
gEfiVariableWriteArchProtocolGuid ## PRODUCES
|
||||
gEfiVariableArchProtocolGuid ## PRODUCES
|
||||
gEfiSmmCommunicationProtocolGuid ## CONSUMES
|
||||
gEfiMmCommunication2ProtocolGuid ## CONSUMES
|
||||
## CONSUMES
|
||||
## NOTIFY
|
||||
## UNDEFINED # Used to do smm communication
|
||||
@@ -100,7 +100,7 @@
|
||||
gEfiImageSecurityDatabaseGuid
|
||||
|
||||
[Depex]
|
||||
gEfiSmmCommunicationProtocolGuid
|
||||
gEfiMmCommunication2ProtocolGuid
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
VariableSmmRuntimeDxeExtra.uni
|
||||
|
Reference in New Issue
Block a user