arm: vexpress64: Enable SYSRESET and SYSRESET_PSCI
authorDebbie Horsfall <debbie.horsfall@arm.com>
Wed, 17 Sep 2025 16:22:22 +0000 (17:22 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 22:49:37 +0000 (16:49 -0600)
commit1f3f1e090a2695e0b17cbf9dc50ccb59d100458f
tree38135f9ae39880bcaddfb69d49eba35ddca4efdc
parent2767386806c254820ea22a812bb02e5405495a29
arm: vexpress64: Enable SYSRESET and SYSRESET_PSCI

Select SYSRESET on Vexpress64 to enable system reset to support other
features, such as capsule-on-disk. Select SYSRESET_PSCI if PSCI is
inferred from the firmware (via ARM_PSCI_FW).
Select ARM_SMCCC for Vexpress64 boards which in turn selects
ARM_PSCI_FW.

The sysreset uclass unconditionally implements a reset_cpu() function.
Remove the empty reset_cpu() in vexpress64 board code.

Signed-off-by: Debbie Horsfall <debbie.horsfall@arm.com>
arch/arm/Kconfig
board/armltd/vexpress64/Kconfig
board/armltd/vexpress64/vexpress64.c