Add LZMA decompression support to CBFS.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 27 Apr 2009 03:17:49 +0000 (23:17 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 27 Apr 2009 03:17:49 +0000 (23:17 -0400)
commit592323fdb2de5ff4b546d24109070c7614c7ad2b
tree389e3b4fd723d136781e71025d8131a8d7bc7ba7
parent214f6c2d4cedc84227b7ea453712ab9ddb373d0c
Add LZMA decompression support to CBFS.

Support payloads compressed with lzma.
Makefile
src/config.h
src/coreboot.c
src/lzmadecode.c [new file with mode: 0644]
src/lzmadecode.h [new file with mode: 0644]