[U-Boot] [PATCH v7 1/4] arm: implement generic PSCI reset call for armv8

Simon Glass sjg at chromium.org
Thu May 19 05:59:30 CEST 2016


On 8 May 2016 at 00:30, Beniamino Galvani <b.galvani at gmail.com> wrote:
> Add a psci_system_reset() which calls the SYSTEM_RESET function of
> PSCI 0.2 and can be used by boards that support it to implement
> reset_cpu().
>
> Signed-off-by: Beniamino Galvani <b.galvani at gmail.com>
> ---
>  arch/arm/cpu/armv8/fwcall.c   | 16 ++++++++++++++++
>  arch/arm/include/asm/psci.h   | 17 ++++++++++++++++-
>  arch/arm/include/asm/system.h |  2 ++
>  3 files changed, 34 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list