Re: [U-Boot] [PATCH v4 6/6] ARMv8: LS1043A: Enable LS1043A default PSCI support

2016-11-30 Thread Hongbo Zhang
Oops. I did remove this generic PSCI for LS platform since we have our specific PPA, but that change wasn't included at last, I'll update this. On Wed, Nov 30, 2016 at 4:55 AM, york sun wrote: > On 11/25/2016 02:48 AM, Hongbo Zhang wrote: >> A most basic PSCI implementation with only one psci_ve

Re: [U-Boot] [PATCH v4 6/6] ARMv8: LS1043A: Enable LS1043A default PSCI support

2016-11-29 Thread york sun
On 11/25/2016 02:48 AM, Hongbo Zhang wrote: > A most basic PSCI implementation with only one psci_version is added for > LS1043A, this can verify the generic PSCI framework, and more platform > specific > implementation will be added later. > > Signed-off-by: Hongbo Zhang > Reviewed-by: Tom Rini

[U-Boot] [PATCH v4 6/6] ARMv8: LS1043A: Enable LS1043A default PSCI support

2016-11-25 Thread Hongbo Zhang
A most basic PSCI implementation with only one psci_version is added for LS1043A, this can verify the generic PSCI framework, and more platform specific implementation will be added later. Signed-off-by: Hongbo Zhang Reviewed-by: Tom Rini --- arch/arm/cpu/armv8/fsl-layerscape/Makefile |