Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: a29a9cce5f9afa32560d966e501247246ec96ef6
      
https://github.com/tianocore/edk2/commit/a29a9cce5f9afa32560d966e501247246ec96ef6
  Author: kuqin12 <42554914+kuqi...@users.noreply.github.com>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M MdePkg/Include/Library/BaseLib.h
    M MdePkg/Library/BaseLib/CheckSum.c

  Log Message:
  -----------
  MdePkg/BaseLib: Add CRC16 CCITT False Implementation.

This change is added to incorporate basic implementation for
CRC16-CCITT-FALSE algorithm.

This function is useful for providing CRC16 value used in other data
structures that requires CRC16 value that complies with JEDEC SPD
requirements, i.e. BDAT table.

The lookup table is inherited from `https://crccalc.com/` and the result
values are also compared against this site.

Signed-off-by: Aaron Pop <aaron...@microsoft.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to