Re: [U-Boot] [PATCH 8/9] ARM: ARMv7: PSCI: ls102xa: add psci functions implemention

2016-03-02 Thread Dongsheng Wang
+Zhang Hongbo. > > Hi Scott, > > Thanks for your review. > > > On Tue, 2016-01-19 at 06:28 +, Dongsheng Wang wrote: > > > Hi Scott, > > > > > > > On Mon, 2016-01-18 at 12:27 +0800, Dongsheng Wang wrote: > > > > > From: Wang Dongsheng > > > > > > > > > > Based on PSCI v1.0, implement interf

Re: [U-Boot] [PATCH 8/9] ARM: ARMv7: PSCI: ls102xa: add psci functions implemention

2016-01-21 Thread Dongsheng Wang
Hi Scott, Thanks for your review. > On Tue, 2016-01-19 at 06:28 +, Dongsheng Wang wrote: > > Hi Scott, > > > > > On Mon, 2016-01-18 at 12:27 +0800, Dongsheng Wang wrote: > > > > From: Wang Dongsheng > > > > > > > > Based on PSCI v1.0, implement interface for ls102xa SoC: > > > > psci_version

Re: [U-Boot] [PATCH 8/9] ARM: ARMv7: PSCI: ls102xa: add psci functions implemention

2016-01-21 Thread Scott Wood
On Tue, 2016-01-19 at 06:28 +, Dongsheng Wang wrote: > Hi Scott, > > > On Mon, 2016-01-18 at 12:27 +0800, Dongsheng Wang wrote: > > > From: Wang Dongsheng > > > > > > Based on PSCI v1.0, implement interface for ls102xa SoC: > > > psci_version, > > > psci_features, > > > psci_cpu_suspend, > >

Re: [U-Boot] [PATCH 8/9] ARM: ARMv7: PSCI: ls102xa: add psci functions implemention

2016-01-18 Thread Dongsheng Wang
Hi Scott, > On Mon, 2016-01-18 at 12:27 +0800, Dongsheng Wang wrote: > > From: Wang Dongsheng > > > > Based on PSCI v1.0, implement interface for ls102xa SoC: > > psci_version, > > psci_features, > > psci_cpu_suspend, > > psci_affinity_info, > > psci_system_reset, > > psci_system_off. > > > > Tes

Re: [U-Boot] [PATCH 8/9] ARM: ARMv7: PSCI: ls102xa: add psci functions implemention

2016-01-18 Thread Scott Wood
On Mon, 2016-01-18 at 12:27 +0800, Dongsheng Wang wrote: > From: Wang Dongsheng > > Based on PSCI v1.0, implement interface for ls102xa SoC: > psci_version, > psci_features, > psci_cpu_suspend, > psci_affinity_info, > psci_system_reset, > psci_system_off. > > Tested on LS1021aQDS, LS1021aTWR. >

[U-Boot] [PATCH 8/9] ARM: ARMv7: PSCI: ls102xa: add psci functions implemention

2016-01-17 Thread Dongsheng Wang
From: Wang Dongsheng Based on PSCI v1.0, implement interface for ls102xa SoC: psci_version, psci_features, psci_cpu_suspend, psci_affinity_info, psci_system_reset, psci_system_off. Tested on LS1021aQDS, LS1021aTWR. Signed-off-by: Wang Dongsheng --- arch/arm/cpu/armv7/ls102xa/psci.S |