From 88899a372cfc44f8612315f4b43a084d1814fe69 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Sat, 18 Apr 2020 18:45:40 +0200 Subject: [PATCH] StandaloneMmPkg: switch to MM communicate 2 protocol 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 Reviewed-by: Sami Mujawar --- StandaloneMmPkg/Core/StandaloneMmCore.h | 2 +- .../Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.h b/StandaloneMmPkg/Core/StandaloneMmCore.h index 86f6cfa55a..96c195311a 100644 --- a/StandaloneMmPkg/Core/StandaloneMmCore.h +++ b/StandaloneMmPkg/Core/StandaloneMmCore.h @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include diff --git a/StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h b/StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h index 71be5cf172..47a020c27b 100644 --- a/StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h +++ b/StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h @@ -10,7 +10,7 @@ #ifndef _ARM_TF_CPU_DRIVER_H_ #define _ARM_TF_CPU_DRIVER_H_ -#include +#include #include #include #include -- 2.39.2