summaryrefslogtreecommitdiffstats
path: root/src/config/defaults/efi.h
diff options
context:
space:
mode:
authorMichael Brown2023-05-22 15:13:36 +0200
committerMichael Brown2023-05-22 16:37:11 +0200
commit95b8338f0d4674b9f8bb51adf6886212d2b97e4b (patch)
treeb436616626e4126c1aaa35db5e99eca015c6032f /src/config/defaults/efi.h
parent[efi] Add support for executing images via a shim (diff)
downloadipxe-95b8338f0d4674b9f8bb51adf6886212d2b97e4b.tar.gz
ipxe-95b8338f0d4674b9f8bb51adf6886212d2b97e4b.tar.xz
ipxe-95b8338f0d4674b9f8bb51adf6886212d2b97e4b.zip
[efi] Add "shim" command
Allow a shim to be used to facilitate booting a kernel using a script such as: kernel /images/vmlinuz console=ttyS0,115200n8 initrd /images/initrd.img shim /images/shimx64.efi boot Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults/efi.h')
-rw-r--r--src/config/defaults/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 8e53b9ab..998bdcc1 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -47,6 +47,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define USB_BLOCK /* USB block devices */
#define REBOOT_CMD /* Reboot command */
+#define SHIM_CMD /* EFI shim command */
#if defined ( __i386__ ) || defined ( __x86_64__ )
#define IOAPI_X86