[edk2-devel] [PATCH 0/2] Add CRC16 and CRC32c to MdePkg/BaseLib

Pedro Falcato posted 2 patches 2 years, 1 month ago
Failed in applying to current master (apply log)
MdePkg/Include/Library/BaseLib.h              |  35 ++++-
MdePkg/Library/BaseLib/CheckSum.c             | 144 ++++++++++++++++++
.../DebugAgent/DebugAgentCommon/DebugAgent.c  |  35 -----
3 files changed, 178 insertions(+), 36 deletions(-)
[edk2-devel] [PATCH 0/2] Add CRC16 and CRC32c to MdePkg/BaseLib
Posted by Pedro Falcato 2 years, 1 month ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88072): https://edk2.groups.io/g/devel/message/88072
Mute This Topic: https://groups.io/mt/90054842/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-