Reboot via EFI SystemReset()
Heinrich Schuchardt <[email protected]> Mon, 20 Jul 2026 16:28:00 +0200
| Newsgroups | org.kernel.vger.linux-efi,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hello Ard,
In arch/loongarch/kernel/reset.c code has been added to invoke the EFI
SystemReset() runtime service. Commit 628c3bb40e9a ("LoongArch: Add boot
and setup routines").
Using register_restart_handler() could cover all non-x86 architectures.
Wouldn't that be preferable?
Best regards
Heinrich