summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/SmmReadyToLock.h
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2017-08-28 14:35:08 +0800
committerEric Dong <eric.dong@intel.com>2017-08-29 09:37:37 +0800
commit2f208e59e4b994978a1a24affc306eb694a00327 (patch)
tree5ab90347e1dafadd29a06123d25811a3aad0f9ac /MdePkg/Include/Protocol/SmmReadyToLock.h
parent07c6a47e70ba54709b0e26237770f3c38685e860 (diff)
downloadedk2-2f208e59e4b994978a1a24affc306eb694a00327.tar.gz
edk2-2f208e59e4b994978a1a24affc306eb694a00327.tar.bz2
edk2-2f208e59e4b994978a1a24affc306eb694a00327.zip
MdePkg: Reference new definitions for Management Mode.
In PI 1.5 version, system management mode name(SMM) has been changed to Management Mode(MM). It impacts the current code which still use SMM/Smram/SMI keywords. This patch update the original files which related to old SMM modules, also keep the compatible with old SMM related drivers. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Include/Protocol/SmmReadyToLock.h')
-rw-r--r--MdePkg/Include/Protocol/SmmReadyToLock.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/SmmReadyToLock.h b/MdePkg/Include/Protocol/SmmReadyToLock.h
index edf171923a..eb8b7a4d38 100644
--- a/MdePkg/Include/Protocol/SmmReadyToLock.h
+++ b/MdePkg/Include/Protocol/SmmReadyToLock.h
@@ -25,10 +25,9 @@
#ifndef _SMM_READY_TO_LOCK_H_
#define _SMM_READY_TO_LOCK_H_
-#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID \
- { \
- 0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 } \
- }
+#include <Protocol/MmReadyToLock.h>
+
+#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID EFI_MM_READY_TO_LOCK_PROTOCOL_GUID
extern EFI_GUID gEfiSmmReadyToLockProtocolGuid;