summaryrefslogtreecommitdiffstats
path: root/src/util/eficompress.c
Commit message (Collapse)AuthorAgeFilesLines
* [efi] Compress EFI ROM imagesMichael Brown2021-02-191-0/+1588
Use the reference implementation of the EFI compression algorithm (taken from the EDK2 codebase, with minor bugfixes to allow compilation with -Werror) to compress EFI ROM images. Inspired-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>