public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Fix function and structure definition mismatches in Ppi/MmControl.h
@ 2021-05-27  8:17 Kun Qin
  2021-05-27  8:17 ` [PATCH v1 1/1] MdePkg: MmControl: Fix function and structure definition mismatches Kun Qin
  0 siblings, 1 reply; 4+ messages in thread
From: Kun Qin @ 2021-05-27  8:17 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Liming Gao, Zhiguang Liu

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

The current MdePkg/Include/Ppi/MmControl.h file contains function and
structure definitions mismatch with those in Platform Initialization
Specification v1.7 (Errata A). These discrepancies will cause build
failure during usage.

This change corrected the name discrepancies in this header file.

Patch v1 branch: https://github.com/kuqin12/edk2/tree/mm_control_ppi_v1

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>

Kun Qin (1):
  MdePkg: MmControl: Fix function and structure definition mismatches

 MdePkg/Include/Ppi/MmControl.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.31.1.windows.1


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

end of thread, other threads:[~2021-06-02  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-27  8:17 [PATCH v1 0/1] Fix function and structure definition mismatches in Ppi/MmControl.h Kun Qin
2021-05-27  8:17 ` [PATCH v1 1/1] MdePkg: MmControl: Fix function and structure definition mismatches Kun Qin
2021-06-01  1:26   ` 回复: [edk2-devel] " gaoliming
     [not found]   ` <168450F5F1A18D8C.26195@groups.io>
2021-06-02  5:55     ` gaoliming

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