CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2025/08/27 03:08:12
Modified files: sys/arch/amd64/stand/efiboot: efiboot.h efiboot.c conf.c cmd_i386.c sys/arch/amd64/stand/boot: boot.8 Log message: Add a 'mach fwsetup' command, which uses the EFI OsIndications feature to reboot the machine into the firmware setup interface, if supported. This is an optional feature introduced in UEFI 2.4 (released 2013). ok kn@