commit | b139a7ff27532101c4a4295dc1806b89c3dea5b0 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Mon Apr 29 22:40:43 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun May 05 08:48:50 2019 -0400 |
tree | 66e0740002768fa6dcb2f1a4511544b4b65d54ce | |
parent | a2e8e429367c2f27cf8757c3495b47d3a2222c2b [diff] |
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>