On 1/14/2026 7:42 PM, Casey Connolly wrote:

On 14/01/2026 12:16, Aswin Murugan wrote:
Disable CONFIG_EFI_PSCI_RESET_RUNTIME in qcom_defconfig to let the kernel
manage reset modes and handle specialized reboot requests correctly.
Please disable this in kconfig instead. Could you validate that this
doesn't cause issues on an older platform like sdm845?

Kind regards,>

Thanks for the feedback.
In v1 of this patch, Tom requested that the option be enabled by default in Kconfig so that existing behavior on other platforms would not be affected [1]. Based on that guidance, in v2 enabled the new config by default in Kconfig and explicitly disabled it for Qualcomm in |qcom_defconfig|.

Regarding validation on sdm845: I currently don’t have access to sdm845 hardware, so I’m unable to test it directly. From the nature of the change, it shouldn’t impact older Qualcomm platforms, as the reset path is typically managed by the OS/bootloader independently.

I will address the remaining comments and respin the patch.

[1] https://lore.kernel.org/all/20260108143742.GT3416603@bill-the-cat

Thanks,
Aswin

Signed-off-by: Aswin Murugan <[email protected]>
---
  configs/qcom_defconfig | 1 +
  1 file changed, 1 insertion(+)

diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index a210f4dc5e6..0bd87b1f5a1 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -6,6 +6,7 @@ CONFIG_ARCH_SNAPDRAGON=y
  CONFIG_NR_DRAM_BANKS=24
  CONFIG_DEFAULT_DEVICE_TREE="qcom/sdm845-db845c"
  CONFIG_SYS_LOAD_ADDR=0xA0000000
+CONFIG_EFI_PSCI_RESET_RUNTIME=n
  CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
  CONFIG_EFI_CAPSULE_ON_DISK=y
  CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y

Reply via email to