Re: [U-Boot] [PATCH v3 3/5] ARMv8: Add basic PSCI framework

2016-11-13 Thread Hongbo Zhang
On Sat, Nov 12, 2016 at 12:06 AM, Tom Rini wrote: > On Mon, Nov 07, 2016 at 12:13:52PM +0800, macro.wav...@gmail.com wrote: > >> From: Hongbo Zhang >> >> This patch introduces a generic ARMv8 PSCI framework, with all functions >> returning a dummy ARM_PSCI_RET_NI (Not Implemented), then it is up

Re: [U-Boot] [PATCH v3 3/5] ARMv8: Add basic PSCI framework

2016-11-11 Thread Tom Rini
On Mon, Nov 07, 2016 at 12:13:52PM +0800, macro.wav...@gmail.com wrote: > From: Hongbo Zhang > > This patch introduces a generic ARMv8 PSCI framework, with all functions > returning a dummy ARM_PSCI_RET_NI (Not Implemented), then it is up to each > platform to implement their own functions based

[U-Boot] [PATCH v3 3/5] ARMv8: Add basic PSCI framework

2016-11-06 Thread macro . wave . z
From: Hongbo Zhang This patch introduces a generic ARMv8 PSCI framework, with all functions returning a dummy ARM_PSCI_RET_NI (Not Implemented), then it is up to each platform to implement their own functions based on this framework. Signed-off-by: Hongbo Zhang --- arch/arm/cpu/armv8/Kconfig