]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: switch to MM communicate 2 protocol
authorArd Biesheuvel <ard.biesheuvel@arm.com>
Sat, 18 Apr 2020 16:45:40 +0000 (18:45 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 12 May 2020 19:23:44 +0000 (19:23 +0000)
Update the reference to MM communicate to refer to the MM communicate 2
protocol instead. This makes no difference for the MM side of the
implementation, but is more accurate nonetheless, since the original MM
protocol does not work in combination with standalone MM.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
StandaloneMmPkg/Core/StandaloneMmCore.h
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h

index 86f6cfa55a352f51d37dc336e3f177365512faea..96c195311addf5a7121953a97f3c8c572fca85a2 100644 (file)
@@ -18,7 +18,7 @@
 #include <Protocol/DxeMmReadyToLock.h>\r
 #include <Protocol/MmReadyToLock.h>\r
 #include <Protocol/MmEndOfDxe.h>\r
-#include <Protocol/MmCommunication.h>\r
+#include <Protocol/MmCommunication2.h>\r
 #include <Protocol/LoadedImage.h>\r
 #include <Protocol/MmConfiguration.h>\r
 \r
index 71be5cf1727211496a936a1331f3ef45e8aafe66..47a020c27b9591436d0559f34e0dcd0e7443aa93 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _ARM_TF_CPU_DRIVER_H_\r
 #define _ARM_TF_CPU_DRIVER_H_\r
 \r
-#include <Protocol/MmCommunication.h>\r
+#include <Protocol/MmCommunication2.h>\r
 #include <Protocol/MmConfiguration.h>\r
 #include <Protocol/MmCpu.h>\r
 #include <Guid/MpInformation.h>\r