diff options
author | Michael Brown <mcb30@ipxe.org> | 2023-01-29 18:48:08 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2023-01-29 18:56:11 +0000 |
commit | 4bb521a8c4b324902651714915dfe6fd4a5c36af (patch) | |
tree | e27012b95f0c8a88648942a8e8f2c6fbc7a9b4a1 /src/include/ipxe/errfile.h | |
parent | b9be454010ad261cebc336ce6a1a2e8ba418a686 (diff) | |
download | ipxe-4bb521a8c4b324902651714915dfe6fd4a5c36af.tar.gz |
[efi] Accept a command line passed to an iPXE image via LoadOptions
Treat a command line passed to iPXE via UEFI LoadOptions as an image
to be registered at startup, as is already done for the .lkrn, .pxe,
and .exe BIOS images.
Originally-implemented-by: Ladi Prosek <lprosek@redhat.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index c3541e8a0..7c3b0c43b 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -401,6 +401,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_dynkeymap ( ERRFILE_OTHER | 0x00580000 ) #define ERRFILE_pci_cmd ( ERRFILE_OTHER | 0x00590000 ) #define ERRFILE_dhe ( ERRFILE_OTHER | 0x005a0000 ) +#define ERRFILE_efi_cmdline ( ERRFILE_OTHER | 0x005b0000 ) /** @} */ |