]> git.ipfire.org Git - people/ms/u-boot.git/commit
lib: Add CRC32-C
authorMarek BehĂșn <marek.behun@nic.cz>
Sun, 3 Sep 2017 15:00:23 +0000 (17:00 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 3 Oct 2017 00:31:25 +0000 (20:31 -0400)
commit85d8bf57131a21424b50e50884372e813345f09a
tree89b5c9a646761fa4e060043a8ca1a5bd4c46cbbc
parent43dd6dacb200757c7088af00eec78c82a7e8cbff
lib: Add CRC32-C

This is needed for BTRFS.

Signed-off-by: Marek Behun <marek.behun@nic.cz>
 create mode 100644 lib/crc32c.c
include/u-boot/crc.h
lib/Kconfig
lib/Makefile
lib/crc32c.c [new file with mode: 0644]