commit | 83a486b6fdb9cc0d009de75d304fb51156425215 | [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 | 5adcbe064357948435e04774a34c814d65e6d2e0 [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>