]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Add new definitions for Management Mode.
authorEric Dong <eric.dong@intel.com>
Mon, 28 Aug 2017 06:20:31 +0000 (14:20 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 29 Aug 2017 01:37:36 +0000 (09:37 +0800)
commit07c6a47e70ba54709b0e26237770f3c38685e860
treec8a8856b22ace51447215ec4c729365487597428
parent47bfbd7f8069e523798ef973c8eb0abd5c6b0746
MdePkg: Add 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 add new definition which use
MM/MmRam/MMI keywords to follow new spec definitions.

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>
24 files changed:
MdePkg/Include/Pi/PiMmCis.h [new file with mode: 0644]
MdePkg/Include/PiMm.h [new file with mode: 0644]
MdePkg/Include/Protocol/DxeMmReadyToLock.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmAccess.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmBase.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmCommunication.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmConfiguration.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmControl.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmCpu.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmCpuIo.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmEndOfDxe.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmGpiDispatch.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmIoTrapDispatch.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmPciRootBridgeIo.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmPeriodicTimerDispatch.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmPowerButtonDispatch.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmReadyToLock.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmReportStatusCodeHandler.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmStandbyButtonDispatch.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmStatusCode.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmSwDispatch.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmSxDispatch.h [new file with mode: 0644]
MdePkg/Include/Protocol/MmUsbDispatch.h [new file with mode: 0644]
MdePkg/MdePkg.dec