[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>
This commit is contained in:
Michael Brown
2026-04-07 13:19:57 +01:00
parent 480b6f021f
commit 07887332cf
3 changed files with 306 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ FILE_SECBOOT ( PERMITTED );
#define ERRFILE_gpio ( ERRFILE_CORE | 0x00320000 )
#define ERRFILE_spcr ( ERRFILE_CORE | 0x00330000 )
#define ERRFILE_disklog ( ERRFILE_CORE | 0x00340000 )
#define ERRFILE_efi_disklog ( ERRFILE_CORE | 0x00350000 )
#define ERRFILE_eisa ( ERRFILE_DRIVER | 0x00000000 )
#define ERRFILE_isa ( ERRFILE_DRIVER | 0x00010000 )