summaryrefslogtreecommitdiffstats
path: root/src/lib/lzma.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add SPDX identifiers to files missing themMartin Roth2022-08-111-1/+2
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* lib/lzma: Fix out-of-bounds readAlex Rebert2020-02-251-0/+5
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-1/+1
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-071-1/+0
* lib/lzma: Respect dstn argumentPatrick Rudolph2018-03-261-0/+2
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-2/+3
* lib: remove ulzma()Aaron Durbin2016-07-011-5/+0
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-3/+0
* lzma: Port size-checking ulzman() version to corebootJulius Werner2016-02-121-5/+12
* lzma: Return correct amount of decompressed bytesJulius Werner2015-07-061-1/+1
* timestamps: You can never have enough of them!Julius Werner2015-04-141-0/+4
* Add and consistently use wrapper macro for romstage static variablesJulius Werner2015-03-091-6/+1
* lib/lzma.c: Use header over .c includeEdward O'Callaghan2014-11-191-1/+2
* lib: Fix spellingMartin Roth2013-07-101-2/+2
* lib: Prevent unaligned memory access and fix endianess in LZMA decode library.Hung-Te Lin2013-02-011-1/+7
* Shrink the stack sizes we need in corebootRonald G. Minnich2012-07-241-0/+5
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-231-10/+9
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-3/+3
* Create lib.h for homeless prototypes.Myles Watson2009-10-281-2/+1
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-271-0/+1
* improve lzma error messages. When coreboot panics because lzma decompressionStefan Reinauer2009-09-251-3/+3
* Remove the inclusion of lzma.c (which really contains code) Patrick Georgi2009-04-241-1/+3
* If you haveWard Vandewege2008-08-271-0/+3
* Clarify LZMA code license.Carl-Daniel Hailfinger2008-03-171-1/+5
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-1/+1
* additions and mods for lzma. Carl-Daniel Hailfinger2006-09-141-0/+39