Re: [U-Boot] [PATCH 05/25] firmware: ti_sci: Add support for reboot core service

2018-08-24 Thread Tom Rini
On Tue, Aug 21, 2018 at 08:01:43PM +0530, Lokesh Vutla wrote: > From: Andreas Dannenberg > > Since system controller now has control over SoC power management, it > needs to be explicitly requested to reboot the SoC. Add support for > it. > > Signed-off-by: Lokesh Vutla > Signed-off-by: Nishan

[U-Boot] [PATCH 05/25] firmware: ti_sci: Add support for reboot core service

2018-08-21 Thread Lokesh Vutla
From: Andreas Dannenberg Since system controller now has control over SoC power management, it needs to be explicitly requested to reboot the SoC. Add support for it. Signed-off-by: Lokesh Vutla Signed-off-by: Nishanth Menon --- drivers/firmware/ti_sci.c | 47