This version change is good to me. Reviewed-by: Liming Gao <[email protected]>
> -----Original Message----- > From: Marvin Häuser [mailto:[email protected]] > Sent: Tuesday, July 24, 2018 8:10 PM > To: [email protected] > Cc: Kinney, Michael D <[email protected]>; Gao, Liming > <[email protected]>; Zeng, Star <[email protected]>; Dong, > Eric <[email protected]>; Ni, Ruiyu <[email protected]> > 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 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

