[U-Boot] [PATCH v1 1/3] lib: Add xxhash support

Tom Rini trini at konsulko.com
Mon Apr 29 17:57:28 UTC 2019


On Thu, Apr 25, 2019 at 06:07:42PM +0200, Marek BehĂșn wrote:

> 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.
> 
> Signed-off-by: Marek BehĂșn <marek.behun at nic.cz>
> ---
>  include/linux/xxhash.h | 259 +++++++++++++++++++++
>  lib/Kconfig            |   3 +
>  lib/Makefile           |   1 +
>  lib/xxhash.c           | 497 +++++++++++++++++++++++++++++++++++++++++

Does xxhash.[ch] just come directly from Linux?  If so, we should
convert them to SPDX tags _unless_ Linux has already decided not to as
they in turn come directly from another project and the kernel folks
don't want to mess with it at all.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190429/e705dd3a/attachment.sig>


More information about the U-Boot mailing list