summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDebbie Horsfall <[email protected]>2025-09-17 17:22:22 +0100
committerTom Rini <[email protected]>2025-09-26 16:49:37 -0600
commit1f3f1e090a2695e0b17cbf9dc50ccb59d100458f (patch)
tree38135f9ae39880bcaddfb69d49eba35ddca4efdc /arch
parent2767386806c254820ea22a812bb02e5405495a29 (diff)
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 <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 16db046f4b8..0a1bd6958fe 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1418,6 +1418,8 @@ config ARCH_VEXPRESS64
select MTD_NOR_FLASH if MTD
select FLASH_CFI_DRIVER if MTD
select ENV_IS_IN_FLASH if MTD
+ select SYSRESET
+ select SYSRESET_PSCI if ARM_PSCI_FW
imply DISTRO_DEFAULTS
config TARGET_CORSTONE1000