public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] Remove duplicate type declarations in MdePkg and CryptoPkg
@ 2021-03-30 23:04 Michael D Kinney
  2021-03-30 23:04 ` [Patch 1/3] MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate declaration Michael D Kinney
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michael D Kinney @ 2021-03-30 23:04 UTC (permalink / raw)
  To: devel
  Cc: Liming Gao, Zhiguang Liu, Jiewen Yao, Jian J Wang, Xiaoyu Lu,
	Guomin Jiang

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3287
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3286
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3285

Remove duplicate declarations of the following types that may
generate compiler warnings or errors:
* EFI_HII_POPUP_PROTOCOL
* EFI_RESET_NOTIFICATION_PROTOCOL
* EDKII_CRYPTO_RSA_GET_PUBLIC_KEY_FROM_X509

Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (3):
  MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate declaration
  MdePkg/Include/Protocol: EFI_RESET_NOTIFICATION_PROTOCOL duplicate
  CryptoPkg/Private/Protocol/Crypto.h: Remove duplicate function type

 CryptoPkg/Private/Protocol/Crypto.h         | 28 +--------------------
 MdePkg/Include/Protocol/HiiPopup.h          |  6 ++---
 MdePkg/Include/Protocol/ResetNotification.h |  6 ++---
 3 files changed, 7 insertions(+), 33 deletions(-)

-- 
2.31.1.windows.1


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

end of thread, other threads:[~2021-03-31  2:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-30 23:04 [Patch 0/3] Remove duplicate type declarations in MdePkg and CryptoPkg Michael D Kinney
2021-03-30 23:04 ` [Patch 1/3] MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate declaration Michael D Kinney
2021-03-30 23:04 ` [Patch 2/3] MdePkg/Include/Protocol: EFI_RESET_NOTIFICATION_PROTOCOL duplicate Michael D Kinney
2021-03-30 23:04 ` [Patch 3/3] CryptoPkg/Private/Protocol/Crypto.h: Remove duplicate function type Michael D Kinney
2021-03-30 23:14   ` Yao, Jiewen
2021-03-31  1:19 ` 回复: [Patch 0/3] Remove duplicate type declarations in MdePkg and CryptoPkg gaoliming
2021-03-31  2:04   ` Michael D Kinney

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