Re: [U-Boot] [PATCH 3/5] arm: Add PSCI shutdown function

2016-08-17 Thread Simon Glass
On 16 August 2016 at 13:08, Alexander Graf wrote: > Using PSCI you can not only reset the system, you can also shut it down! > This patch exposes a function to do exactly that to whatever code wants > to make use of it. > > Signed-off-by: Alexander Graf > --- > arch/arm/cpu/armv8/fwcall.c | 15

[U-Boot] [PATCH 3/5] arm: Add PSCI shutdown function

2016-08-16 Thread Alexander Graf
Using PSCI you can not only reset the system, you can also shut it down! This patch exposes a function to do exactly that to whatever code wants to make use of it. Signed-off-by: Alexander Graf --- arch/arm/cpu/armv8/fwcall.c | 15 +++ arch/arm/include/asm/system.h | 1 + 2 files