summaryrefslogtreecommitdiff
path: root/src/lib/lzma.c
AgeCommit message (Expand)Author
2020-05-26Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki
2020-02-25lib/lzma: Fix out-of-bounds readAlex Rebert
2019-08-26Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki
2019-03-07src: Drop unused include <timestamp.h>Elyes HAOUAS
2018-03-26lib/lzma: Respect dstn argumentPatrick Rudolph
2017-03-13src/lib: Wrap lines at 80 columnsLee Leahy
2016-07-01lib: remove ulzma()Aaron Durbin
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-12lzma: Port size-checking ulzman() version to corebootJulius Werner
2015-07-06lzma: Return correct amount of decompressed bytesJulius Werner
2015-04-14timestamps: You can never have enough of them!Julius Werner
2015-03-09Add and consistently use wrapper macro for romstage static variablesJulius Werner
2014-11-19lib/lzma.c: Use header over .c includeEdward O'Callaghan
2013-07-10lib: Fix spellingMartin Roth
2013-02-01lib: Prevent unaligned memory access and fix endianess in LZMA decode library.Hung-Te Lin
2012-07-24Shrink the stack sizes we need in corebootRonald G. Minnich
2010-09-23Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-10-28Create lib.h for homeless prototypes.Myles Watson
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-09-25improve lzma error messages. When coreboot panics because lzma decompressionStefan Reinauer
2009-04-24Remove the inclusion of lzma.c (which really contains code) Patrick Georgi
2008-08-27If you haveWard Vandewege
2008-03-17Clarify LZMA code license.Carl-Daniel Hailfinger
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2006-09-14additions and mods for lzma. Carl-Daniel Hailfinger