]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Compress EFI ROM images 268/head
authorMichael Brown <mcb30@ipxe.org>
Fri, 19 Feb 2021 19:58:04 +0000 (19:58 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 19 Feb 2021 19:58:04 +0000 (19:58 +0000)
commitb76281a8855632df7cc20ad9174e55e29dc6ce67
tree0654e1d9522cdcb42b082934006bb372448164c4
parent900f1f98d3dbb64803e427318ad61c9d7aa6f9bb
[efi] Compress EFI ROM images

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>
src/Makefile.efi
src/Makefile.housekeeping
src/util/eficompress.c [new file with mode: 0644]
src/util/efirom.c