|
@@ -391,7 +391,14 @@ xloadflags:
|
|
#else
|
|
#else
|
|
# define XLF23 0
|
|
# define XLF23 0
|
|
#endif
|
|
#endif
|
|
- .word XLF0 | XLF1 | XLF23
|
|
|
|
|
|
+
|
|
|
|
+#if defined(CONFIG_X86_64) && defined(CONFIG_EFI) && defined(CONFIG_KEXEC)
|
|
|
|
+# define XLF4 XLF_EFI_KEXEC
|
|
|
|
+#else
|
|
|
|
+# define XLF4 0
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+ .word XLF0 | XLF1 | XLF23 | XLF4
|
|
|
|
|
|
cmdline_size: .long COMMAND_LINE_SIZE-1 #length of the command line,
|
|
cmdline_size: .long COMMAND_LINE_SIZE-1 #length of the command line,
|
|
#added with boot protocol
|
|
#added with boot protocol
|