public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] Add CalculateCrc32() API in MdePkg BaseLib
@ 2017-09-08  5:18 Liming Gao
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Liming Gao @ 2017-09-08  5:18 UTC (permalink / raw)
  To: edk2-devel

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



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

end of thread, other threads:[~2017-09-08  5:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-08  5:18 [Patch 0/2] Add CalculateCrc32() API in MdePkg BaseLib Liming Gao
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

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