public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Marvin Häuser" <Marvin.Haeuser@outlook.com>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "michael.d.kinney@intel.com" <michael.d.kinney@intel.com>,
	"liming.gao@intel.com" <liming.gao@intel.com>,
	"star.zeng@intel.com" <star.zeng@intel.com>,
	"eric.dong@intel.com" <eric.dong@intel.com>,
	"ruiyu.ni@intel.com" <ruiyu.ni@intel.com>
Subject: [PATCH v2 0/2] Introduce UEFI PI 1.5 MM PPI.
Date: Tue, 24 Jul 2018 12:09:47 +0000	[thread overview]
Message-ID: <VI1PR0801MB179040BA004EB739CE6AA07A80550@VI1PR0801MB1790.eurprd08.prod.outlook.com> (raw)

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



             reply	other threads:[~2018-07-24 12:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24 12:09 Marvin Häuser [this message]
2018-08-02 15:11 ` [PATCH v2 0/2] Introduce UEFI PI 1.5 MM PPI Gao, Liming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VI1PR0801MB179040BA004EB739CE6AA07A80550@VI1PR0801MB1790.eurprd08.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox