Re: [U-Boot] [PATCH v6 1/4] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-07-26 Thread Hongbo Zhang
Thanks York. On Wed, Jul 27, 2016 at 4:24 AM, york sun wrote: > On 07/21/2016 03:10 AM, macro.wav...@gmail.com wrote: >> From: Hongbo Zhang >> >> This patch adds all the PSCI v1.0 functions in to the common framework, with >> all the functions returning "not implemented" by default, as a common

Re: [U-Boot] [PATCH v6 1/4] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-07-26 Thread york sun
On 07/21/2016 03:10 AM, macro.wav...@gmail.com wrote: > From: Hongbo Zhang > > This patch adds all the PSCI v1.0 functions in to the common framework, with > all the functions returning "not implemented" by default, as a common > framework > all the dummy functions are added here, it is up to eve

Re: [U-Boot] [PATCH v6 1/4] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-07-25 Thread Hongbo Zhang
On Fri, Jul 22, 2016 at 9:41 PM, Tom Rini wrote: > On Thu, Jul 21, 2016 at 06:09:36PM +0800, macro.wav...@gmail.com wrote: > >> From: Hongbo Zhang >> >> This patch adds all the PSCI v1.0 functions in to the common framework, with >> all the functions returning "not implemented" by default, as a c

Re: [U-Boot] [PATCH v6 1/4] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-07-22 Thread Tom Rini
On Thu, Jul 21, 2016 at 06:09:36PM +0800, macro.wav...@gmail.com wrote: > From: Hongbo Zhang > > This patch adds all the PSCI v1.0 functions in to the common framework, with > all the functions returning "not implemented" by default, as a common > framework > all the dummy functions are added h

[U-Boot] [PATCH v6 1/4] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-07-21 Thread macro . wave . z
From: Hongbo Zhang This patch adds all the PSCI v1.0 functions in to the common framework, with all the functions returning "not implemented" by default, as a common framework all the dummy functions are added here, it is up to every platform developer to decide which version of PSCI and which fu