From: Liming Gao <liming.gao@intel.com>
To: edk2-devel@lists.01.org
Subject: [Patch 0/2] Add CalculateCrc32() API in MdePkg BaseLib
Date: Fri, 8 Sep 2017 13:18:23 +0800 [thread overview]
Message-ID: <1504847905-384-1-git-send-email-liming.gao@intel.com> (raw)
Add CalculateCrc32() as the public API for code sharing.
Liming Gao (2):
MdePkg BaseLib: Add new API CalculateCrc32()
MdeModulePkg: Update modules to consume CalculateCrc32()
MdeModulePkg/Core/RuntimeDxe/Crc32.c | 74 +-----
MdeModulePkg/Core/RuntimeDxe/Runtime.c | 5 -
MdeModulePkg/Core/RuntimeDxe/Runtime.h | 9 -
.../PeiCrc32GuidedSectionExtractLib.c | 108 +-------
.../PeiCrc32GuidedSectionExtractLib.inf | 3 +-
MdePkg/Include/Library/BaseLib.h | 18 ++
MdePkg/Library/BaseLib/CheckSum.c | 294 +++++++++++++++++++++
7 files changed, 323 insertions(+), 188 deletions(-)
--
2.8.0.windows.1
next reply other threads:[~2017-09-08 5:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-08 5:18 Liming Gao [this message]
2017-09-08 5:18 ` [Patch 1/2] MdePkg BaseLib: Add new API CalculateCrc32() Liming Gao
2017-09-08 5:18 ` [Patch 2/2] MdeModulePkg: Update modules to consume CalculateCrc32() Liming Gao
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=1504847905-384-1-git-send-email-liming.gao@intel.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