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

* Re: [PATCH v2 0/2] Introduce UEFI PI 1.5 MM PPI.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Gao, Liming @ 2018-08-02 15:11 UTC (permalink / raw)
  To: Marvin.Haeuser@outlook.com, edk2-devel@lists.01.org
  Cc: Kinney, Michael D, Zeng, Star, Dong, Eric, Ni, Ruiyu

This version change is good to me. 

Reviewed-by: Liming Gao <liming.gao@intel.com>

> -----Original Message-----
> From: Marvin Häuser [mailto:Marvin.Haeuser@outlook.com]
> Sent: Tuesday, July 24, 2018 8:10 PM
> To: edk2-devel@lists.01.org
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <liming.gao@intel.com>; Zeng, Star <star.zeng@intel.com>; Dong,
> Eric <eric.dong@intel.com>; Ni, Ruiyu <ruiyu.ni@intel.com>
> Subject: [PATCH v2 0/2] Introduce UEFI PI 1.5 MM PPI.
> 
> 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