]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5ebd5e413f38294e44665635dfb456deeb4f0b10
tree66e0740002768fa6dcb2f1a4511544b4b65d54ce
parent6e95328c6282661e0788c6a58ad34cc6395d62d7
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]