]> git.baikalelectronics.ru Git - uboot.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)
commit367f83b4b41508e90a31d0074efedce79953596b
tree89b5c9a646761fa4e060043a8ca1a5bd4c46cbbc
parent1ea4de5adaf7a58351dd3103ed0ea7f7eb5f02d3
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]