summaryrefslogtreecommitdiff
path: root/lib/lz4_wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20lz4: Fix unaligned accessesKarl Beldan1-3/+12
2020-07-17lz4: fix decompressor on big-endian powerpcRasmus Villemoes1-56/+39
2019-12-03common: Add a new lz4.h header fileSimon Glass1-0/+1
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca1-2/+1
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2015-11-18Fix sandbox build on Ubuntu 10.04Stephen Warren1-1/+3
2015-10-12Add support for LZ4 decompression algorithmJulius Werner1-0/+137