[PATCH 0/2] efi/reboot: Enable platform specific reset on arm64
Sumit Garg
sumit.garg at kernel.org
Fri Nov 14 00:50:56 PST 2025
From: Sumit Garg <sumit.garg at oss.qualcomm.com>
Vendor/platform specific reset types are common on arm64 platforms as
can be seen from this patch-set [1]. EFI runtime ResetSystem service
provide an alternate method known as EFI_RESET_PLATFORM_SPECIFIC [2].
It should be able to handle these reset scenarios where the platform
specific UEFI implementation will decode the reboot command as reset
data passed as a parameter.
On UEFI systems, it is rather a better abstracted interface for the OS
to use EFI platform specific runtime reset method rather than overriding
PSCI reset method with DT based overrides on arm64 platforms.
[1] https://lore.kernel.org/all/20251109-arm-psci-system_reset2-vendor-reboots-v17-0-46e085bca4cc@oss.qualcomm.com/
[2] https://uefi.org/specs/UEFI/2.10/08_Services_Runtime_Services.html?highlight=resetsystem#resetsystem
Sumit Garg (2):
efi/reboot: Add support for EFI_RESET_PLATFORM_SPECIFIC
arm64: efi: Pass reboot cmd parameter to efi_reboot()
arch/arm64/kernel/process.c | 2 +-
drivers/firmware/efi/reboot.c | 25 +++++++++++++++----------
include/linux/efi.h | 5 +++--
3 files changed, 19 insertions(+), 13 deletions(-)
--
2.48.1
More information about the linux-arm-kernel
mailing list