]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Add disk log console support
authorMichael Brown <mcb30@ipxe.org>
Tue, 7 Apr 2026 12:19:57 +0000 (13:19 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 7 Apr 2026 17:42:30 +0000 (18:42 +0100)
commit07887332cf4e1a97ef8ae1d0ceee983eb024eead
tree09acc2e18f53388015f9603bb0077cc0e90ba095
parent480b6f021f5ba2c91fe575d2c2de69a85ded735b
[efi] Add disk log console support

Add support for a disk log partition console, using the same on-disk
structures as for the BIOS INT13 console.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config_efi.c
src/include/ipxe/errfile.h
src/interface/efi/efi_disklog.c [new file with mode: 0644]