]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Mark compressed image tools as permitted for UEFI Secure Boot
authorMichael Brown <mcb30@ipxe.org>
Wed, 28 Jan 2026 16:34:57 +0000 (16:34 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 28 Jan 2026 16:34:57 +0000 (16:34 +0000)
commit301b1ecf2bdcf22b3d049c7fc186f909fc09ea2e
tree5f2a5d1da997d66cf262325688bf5b29465c331a
parentc07fb71a914d5eb62cb824d27a1e4f277366a2cf
[build] Mark compressed image tools as permitted for UEFI Secure Boot

Some older distributions (such as RHEL 8) provide their AArch64
kernels as gzip-compressed EFI binaries (with no self-decompressing
EFI stub present).  We therefore enable support for gzip images by
default for arm64 EFI builds.

Review the files used to implement the gzip (and zlib) formats and
mark these as permitted for UEFI Secure Boot.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/archive.c
src/hci/commands/image_archive_cmd.c
src/image/gzip.c
src/image/zlib.c
src/include/ipxe/gzip.h
src/include/ipxe/zlib.h
src/include/usr/imgarchive.h
src/usr/imgarchive.c