From: "Pedro Falcato" <pedro.falcato@gmail.com>
To: devel@edk2.groups.io
Cc: Michael D Kinney <michael.d.kinney@intel.com>,
Liming Gao <gaoliming@byosoft.com.cn>,
Zhiguang Liu <zhiguang.liu@intel.com>,
Hao A Wu <hao.a.wu@intel.com>
Subject: [PATCH 0/2] Add CRC16 and CRC32c to MdePkg/BaseLib
Date: Sun, 27 Mar 2022 00:57:46 +0000 [thread overview]
Message-ID: <20220327005748.92041-1-pedro.falcato@gmail.com> (raw)
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
next reply other threads:[~2022-03-27 0:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-27 0:57 Pedro Falcato [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220327005748.92041-1-pedro.falcato@gmail.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox