[edk2] [Patch 0/2] Add CalculateCrc32() API in MdePkg BaseLib

Liming Gao posted 2 patches 6 years, 7 months ago
Failed in applying to current master (apply log)
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(-)
[edk2] [Patch 0/2] Add CalculateCrc32() API in MdePkg BaseLib
Posted by Liming Gao 6 years, 7 months ago
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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel