public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Introduce UEFI PI 1.5 MM PPI.
@ 2018-07-24 12:09 Marvin Häuser
  2018-08-02 15:11 ` Gao, Liming
  0 siblings, 1 reply; 2+ messages in thread
From: Marvin Häuser @ 2018-07-24 12:09 UTC (permalink / raw)
  To: edk2-devel@lists.01.org
  Cc: michael.d.kinney@intel.com, liming.gao@intel.com,
	star.zeng@intel.com, eric.dong@intel.com, ruiyu.ni@intel.com

This patch series adds the MM PPIs introduced with the UEFI PI 1.5
specification and in consequence changes the previous MdeModulePkg
SMM PPIs to shim these.

Marvin Haeuser (2):
  MdePkg: Add PI 1.5 MM PPI declarations.
  MdeModulePkg: Change SMM PPIs to shim MM PPIs.

 MdeModulePkg/Include/Ppi/SmmAccess.h          | 114 +-----------------
 MdeModulePkg/Include/Ppi/SmmCommunication.h   |  36 +-----
 MdeModulePkg/Include/Ppi/SmmControl.h         |  65 +---------
 .../Include/Ppi/MmAccess.h                    |  92 +++++++-------
 .../Include/Ppi/MmCommunication.h             |  36 +++---
 MdePkg/Include/Ppi/MmConfiguration.h          |  86 +++++++++++++
 .../Include/Ppi/MmControl.h                   |  50 ++++----
 MdePkg/MdePkg.dec                             |  12 ++
 8 files changed, 196 insertions(+), 295 deletions(-)
 copy MdeModulePkg/Include/Ppi/SmmAccess.h => MdePkg/Include/Ppi/MmAccess.h (58%)
 copy MdeModulePkg/Include/Ppi/SmmCommunication.h => MdePkg/Include/Ppi/MmCommunication.h (58%)
 create mode 100644 MdePkg/Include/Ppi/MmConfiguration.h
 copy MdeModulePkg/Include/Ppi/SmmControl.h => MdePkg/Include/Ppi/MmControl.h (65%)

-- 
2.18.0.windows.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-02 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-24 12:09 [PATCH v2 0/2] Introduce UEFI PI 1.5 MM PPI Marvin Häuser
2018-08-02 15:11 ` Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox