public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Add CRC16 and CRC32c to MdePkg/BaseLib
@ 2022-03-27  0:57 Pedro Falcato
  2022-03-27  0:57 ` [PATCH 1/2] MdePkg/BaseLib: Add CRC16 and CRC32c implementations Pedro Falcato
  2022-03-27  0:57 ` [PATCH 2/2] SourceLevelDebugPkg/DebugAgent: Delete the CRC16 implementation Pedro Falcato
  0 siblings, 2 replies; 5+ messages in thread
From: Pedro Falcato @ 2022-03-27  0:57 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Liming Gao, Zhiguang Liu, Hao A Wu

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3871

This patch-set adds CRC16 and CRC32c to BaseLib and removes
SourceLevelDebugPkg (the only place where I could find CRC16 being used in edk2)'s implementation.

Note that there's another patch-set with edk2-platforms changes that's supposed to be applied more or less
around the time this one is applied. The process may be awkward, but hopefully nothing breaks.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>

Pedro Falcato (2):
  MdePkg/BaseLib: Add CRC16 and CRC32c implementations
  SourceLevelDebugPkg/DebugAgent: Delete the CRC16 implementation

 MdePkg/Include/Library/BaseLib.h              |  35 ++++-
 MdePkg/Library/BaseLib/CheckSum.c             | 144 ++++++++++++++++++
 .../DebugAgent/DebugAgentCommon/DebugAgent.c  |  35 -----
 3 files changed, 178 insertions(+), 36 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-03-28  1:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-27  0:57 [PATCH 0/2] Add CRC16 and CRC32c to MdePkg/BaseLib Pedro Falcato
2022-03-27  0:57 ` [PATCH 1/2] MdePkg/BaseLib: Add CRC16 and CRC32c implementations Pedro Falcato
2022-03-27  0:57 ` [PATCH 2/2] SourceLevelDebugPkg/DebugAgent: Delete the CRC16 implementation Pedro Falcato
2022-03-28  0:14   ` Wu, Hao A
2022-03-28  1:49     ` Pedro Falcato

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