]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Reference new definitions for Management Mode.
authorEric Dong <eric.dong@intel.com>
Mon, 28 Aug 2017 06:35:08 +0000 (14:35 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 29 Aug 2017 01:37:37 +0000 (09:37 +0800)
commit2f208e59e4b994978a1a24affc306eb694a00327
tree5ab90347e1dafadd29a06123d25811a3aad0f9ac
parent07c6a47e70ba54709b0e26237770f3c38685e860
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>
23 files changed:
MdePkg/Include/Pi/PiMultiPhase.h
MdePkg/Include/Pi/PiSmmCis.h
MdePkg/Include/Protocol/DxeSmmReadyToLock.h
MdePkg/Include/Protocol/SmmAccess2.h
MdePkg/Include/Protocol/SmmBase2.h
MdePkg/Include/Protocol/SmmCommunication.h
MdePkg/Include/Protocol/SmmConfiguration.h
MdePkg/Include/Protocol/SmmControl2.h
MdePkg/Include/Protocol/SmmCpu.h
MdePkg/Include/Protocol/SmmCpuIo2.h
MdePkg/Include/Protocol/SmmEndOfDxe.h
MdePkg/Include/Protocol/SmmGpiDispatch2.h
MdePkg/Include/Protocol/SmmIoTrapDispatch2.h
MdePkg/Include/Protocol/SmmPciRootBridgeIo.h
MdePkg/Include/Protocol/SmmPeriodicTimerDispatch2.h
MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h
MdePkg/Include/Protocol/SmmReadyToLock.h
MdePkg/Include/Protocol/SmmReportStatusCodeHandler.h
MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h
MdePkg/Include/Protocol/SmmStatusCode.h
MdePkg/Include/Protocol/SmmSwDispatch2.h
MdePkg/Include/Protocol/SmmSxDispatch2.h
MdePkg/Include/Protocol/SmmUsbDispatch2.h