Re: [U-Boot] [PATCH v3 07/11] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-05-30 Thread Hongbo Zhang
On Sat, May 28, 2016 at 1:25 AM, York Sun wrote: > On 05/19/2016 01:23 AM, Hongbo Zhang wrote: >> On Wed, May 18, 2016 at 6:39 PM, Andre Przywara >> wrote: >>> Hi, >>> >>> On 18/05/16 10:10, macro.wav...@gmail.com wrote: From: Hongbo Zhang > > > >>> ... >>> static int fdt_psci(

Re: [U-Boot] [PATCH v3 07/11] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-05-27 Thread York Sun
On 05/19/2016 01:23 AM, Hongbo Zhang wrote: > On Wed, May 18, 2016 at 6:39 PM, Andre Przywara > wrote: >> Hi, >> >> On 18/05/16 10:10, macro.wav...@gmail.com wrote: >>> From: Hongbo Zhang >>> >> ... >> >>> static int fdt_psci(void *fdt) >>> { >>> #ifdef CONFIG_ARMV7_PSCI >>> @@ -67,22 +96,

Re: [U-Boot] [PATCH v3 07/11] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-05-19 Thread Hongbo Zhang
On Wed, May 18, 2016 at 6:39 PM, Andre Przywara wrote: > Hi, > > On 18/05/16 10:10, 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 sopported" by default, as a common framewo

Re: [U-Boot] [PATCH v3 07/11] ARMv7: PSCI: add PSCI v1.0 functions skeleton

2016-05-18 Thread Andre Przywara
Hi, On 18/05/16 10:10, 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 sopported" by default, as a common framework > all the functions are added here, it is up to every platfor