public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Support MM based variable services in PEI for ARM
@ 2023-06-27 23:14 Kun Qin
  2023-06-27 23:14 ` [PATCH v3 1/2] ArmPkg: MmCommunicationPei: Introduce MM communicate in PEI Kun Qin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Kun Qin @ 2023-06-27 23:14 UTC (permalink / raw)
  To: devel
  Cc: Hao A Wu, Liming Gao, Jian J Wang, Leif Lindholm, Ard Biesheuvel,
	Sami Mujawar

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4464

This patch series is a follow-up of previous submission:
https://edk2.groups.io/g/devel/message/106372

The main changes between v2 and v3 patches are:
  - Removed header file for MM communicate PEI module
  - Added constant qualifiers to applicable entries
  - Added reviewed-by tag

The change was verified on QEMU based ARM sbsa platform and proprietary
hardware platform.

Patch v3 branch: https://github.com/kuqin12/edk2/tree/arm_var_pei_v3

Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sami Mujawar <sami.mujawar@arm.com>

Kun Qin (2):
  ArmPkg: MmCommunicationPei: Introduce MM communicate in PEI
  MdeModulePkg: Variable: Introduce MM based variable read service in
    PEI

 ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.c          | 221 ++++++++++++
 MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.c   | 381 ++++++++++++++++++++
 ArmPkg/ArmPkg.dsc                                               |   2 +
 ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.inf        |  40 ++
 MdeModulePkg/MdeModulePkg.dsc                                   |   1 +
 MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.h   | 134 +++++++
 MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.inf |  40 ++
 7 files changed, 819 insertions(+)
 create mode 100644 ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.c
 create mode 100644 MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.c
 create mode 100644 ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.inf
 create mode 100644 MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.h
 create mode 100644 MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.inf

-- 
2.41.0.windows.1


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

end of thread, other threads:[~2023-06-28 20:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27 23:14 [PATCH v3 0/2] Support MM based variable services in PEI for ARM Kun Qin
2023-06-27 23:14 ` [PATCH v3 1/2] ArmPkg: MmCommunicationPei: Introduce MM communicate in PEI Kun Qin
2023-06-27 23:14 ` [PATCH v3 2/2] MdeModulePkg: Variable: Introduce MM based variable read service " Kun Qin
2023-06-28 18:44 ` [PATCH v3 0/2] Support MM based variable services in PEI for ARM Ard Biesheuvel
2023-06-28 20:00   ` Kun Qin

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