Hello build bot (Jenkins), Werner Zeh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41963
to look at the new patch set (#5).
Change subject: lib: Upgrade LZMA Decoder to version 19.0 ......................................................................
lib: Upgrade LZMA Decoder to version 19.0
This patch upgrades LZMA Decoder library to version 19.0. It copies the decompression code unmodified from LZMA SDK 19.0 at https://www.7-zip.org/sdk.html. However, it only includes those functions which are necessary for single-call decompression and leaves out the rest.
LZMA interface has now changed a lot from the version 4.42. Earlier, there was a separate test application LzmaTest.c on which our lzmadecode wrapper was based. But now there is a dedicated library function LzmaDecode() for single-call decompressing. To support this newer interface, this patch also updates the lzmadecode wrapper ulzman().
Fixes: https://ticket.coreboot.org/issues/194
Signed-off-by: Harshit Sharma harshitsharmajs@gmail.com Change-Id: I31f43e8bdda6536c719879381cad6a921dd94718 --- M src/lib/lzma.c M src/lib/lzmadecode.c M src/lib/lzmadecode.h 3 files changed, 861 insertions(+), 430 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/41963/5