libpayload: Add liblzma, libcbfs
Add cbfs core from coreboot into libpayload, and to support lzma decode, add coreboot's lzma code, too. Carl-Daniel agreed to relicense the lzmadecode wrapper as BSD-l, solving licensing problems. Change-Id: Id28990fe7e951d99447e265a4880d70a8f208dd2 Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/115 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
committed by
Stefan Reinauer
parent
b88351537b
commit
6de1ee4a30
@@ -129,7 +129,14 @@ config CBFS
|
||||
bool "CBFS support"
|
||||
default y
|
||||
help
|
||||
CBFS is the archive format of (obsolete) coreboot v3
|
||||
CBFS is the archive format of coreboot
|
||||
|
||||
config LZMA
|
||||
bool "LZMA decoder"
|
||||
default y
|
||||
help
|
||||
LZMA decoder implementation, usable eg. by CBFS,
|
||||
but also externally.
|
||||
endmenu
|
||||
|
||||
menu "Console Options"
|
||||
|
Reference in New Issue
Block a user