Re: [PATCH 2/4] arm: meson: enable SYSRESET_PSCI

Neil Armstrong <[email protected]> Thu, 9 Apr 2026 10:00:52 +0200
Newsgroups io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot
Organization Linaro
Message-ID <[email protected]>
On 4/8/26 22:30, Ferass El Hafidi wrote:
> Previously, Amlogic SoCs defined their own reset_cpu() implementation
> that essentially just did what the sysreset PSCI driver already
> supports. To reduce duplication (and allow for EFI Capsule on Disk
> support), make use of it instead of a board-specific reset_cpu.
> 
> This does not affect SPL, as in that stage we do not actually have PSCI
> (BL31 is not loaded yet at that point).
> 
> Signed-off-by: Ferass El Hafidi <[email protected]>
> ---
>   arch/arm/mach-meson/Kconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
> index ef86129b535..a615d871095 100644
> --- a/arch/arm/mach-meson/Kconfig
> +++ b/arch/arm/mach-meson/Kconfig
> @@ -7,6 +7,8 @@ config MESON64_COMMON
>   	select DM
>   	select DM_SERIAL
>   	select SYSCON
> +	select SYSRESET
> +	select SYSRESET_PSCI
>   	select REGMAP
>   	select PWRSEQ
>   	select MMC_PWRSEQ
> 

Reviewed-by: Neil Armstrong <[email protected]>

Thanks,
Neil