mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 19:38:37 +03:00
[efi] Add "reboot" command for EFI
Abstract out the ability to reboot the system to a separate reboot() function (with platform-specific implementations), add an EFI implementation, and make the existing "reboot" command available under EFI. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#define SANBOOT_NULL
|
||||
#define ENTROPY_LINUX
|
||||
#define TIME_LINUX
|
||||
#define REBOOT_NULL
|
||||
|
||||
#define DRIVERS_LINUX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user