Re: [U-Boot] [PATCH v4 0/6] Add ARMv8 PSCI framework

2016-11-30 Thread Hongbo Zhang
Will add "depends on !ARMV8_PSCI" for FSL_LS_PPA and "depends on !FSL_LS_PPA" for ARMV8_PSCI Thanks. On Wed, Nov 30, 2016 at 5:59 AM, york sun wrote: > On 11/28/2016 06:06 PM, Hongbo Zhang wrote: >> Hi York, >> This generic PSCI is controlled by CONFIG_ARMV8_PSCI, if enabled,

Re: [U-Boot] [PATCH v4 0/6] Add ARMv8 PSCI framework

2016-11-29 Thread york sun
On 11/28/2016 06:06 PM, Hongbo Zhang wrote: > Hi York, > This generic PSCI is controlled by CONFIG_ARMV8_PSCI, if enabled, any > platform can implement their own PSCI functions under this framework, > this is all similar with ARMv7's. > > While PPA is controlled by CONFIG_FSL_LS_PPA, and the

Re: [U-Boot] [PATCH v4 0/6] Add ARMv8 PSCI framework

2016-11-28 Thread Hongbo Zhang
Hi York, This generic PSCI is controlled by CONFIG_ARMV8_PSCI, if enabled, any platform can implement their own PSCI functions under this framework, this is all similar with ARMv7's. While PPA is controlled by CONFIG_FSL_LS_PPA, and the private PSCI inside the PPA is controlled by

Re: [U-Boot] [PATCH v4 0/6] Add ARMv8 PSCI framework

2016-11-28 Thread york sun
On 11/25/2016 02:47 AM, Hongbo Zhang wrote: > v3-v4 changes: > - Re-added the 1/6 from v2, and move the newly re-named macro into Kconfig > - Add "Reviewed-by: Tom Rini " for patch 4/6 ~ 6/6. > > v2-v3 changes: > - Drop the previous 1/6, since the previous CONFIG_ARMV8_PSCI

[U-Boot] [PATCH v4 0/6] Add ARMv8 PSCI framework

2016-11-25 Thread Hongbo Zhang
v3-v4 changes: - Re-added the 1/6 from v2, and move the newly re-named macro into Kconfig - Add "Reviewed-by: Tom Rini " for patch 4/6 ~ 6/6. v2-v3 changes: - Drop the previous 1/6, since the previous CONFIG_ARMV8_PSCI in common parts of codes also work for generic PSCI