summaryrefslogtreecommitdiff
path: root/src/lib/lzma.c
AgeCommit message (Expand)Author
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