lib: Add xxhash support
authorMarek Behún <marek.behun@nic.cz>
Mon, 29 Apr 2019 20:40:43 +0000 (22:40 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 5 May 2019 12:48:50 +0000 (08:48 -0400)
commit83a486b6fdb9cc0d009de75d304fb51156425215
tree66e0740002768fa6dcb2f1a4511544b4b65d54ce
parent5adcbe064357948435e04774a34c814d65e6d2e0
lib: Add xxhash support

This adds the xxhash support from Linux. Files are almost identical to
those added to Linux in commit 5d240522 ("lib: Add xxhash module") (they
haven't been touched since in Linux). The only difference is to add some
includes to be compatible with U-Boot. Also SPDX lincese tags were
added.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
include/linux/xxhash.h [new file with mode: 0644]
lib/Kconfig
lib/Makefile
lib/xxhash.c [new file with mode: 0644]