Re: [U-Boot] [PATCH v3 00/11] sunxi: PSCI implementation rewrite in C

2016-06-12 Thread Tom Rini
On Tue, Jun 07, 2016 at 12:04:20PM +0200, Hans de Goede wrote: > Hi, > > On 07-06-16 11:49, Marc Zyngier wrote: > >On Tue, 7 Jun 2016 10:54:23 +0800 > >Chen-Yu Tsai wrote: > > > >Hi Chen-Yu, > > > >>Hi everyone, > >> > >>This series rewrites the Allwinner/sunxi PSCI implementation in C, to make >

Re: [U-Boot] [PATCH v3 00/11] sunxi: PSCI implementation rewrite in C

2016-06-07 Thread Hans de Goede
Hi, On 07-06-16 11:49, Marc Zyngier wrote: On Tue, 7 Jun 2016 10:54:23 +0800 Chen-Yu Tsai wrote: Hi Chen-Yu, Hi everyone, This series rewrites the Allwinner/sunxi PSCI implementation in C, to make it easier to maintain and extend for the currently unsupported multi-cluster SoCs. The SMP cod

Re: [U-Boot] [PATCH v3 00/11] sunxi: PSCI implementation rewrite in C

2016-06-07 Thread Marc Zyngier
On Tue, 7 Jun 2016 10:54:23 +0800 Chen-Yu Tsai wrote: Hi Chen-Yu, > Hi everyone, > > This series rewrites the Allwinner/sunxi PSCI implementation in C, to make > it easier to maintain and extend for the currently unsupported multi-cluster > SoCs. The SMP code in the BSP kernels are in C. Having

[U-Boot] [PATCH v3 00/11] sunxi: PSCI implementation rewrite in C

2016-06-06 Thread Chen-Yu Tsai
Hi everyone, This series rewrites the Allwinner/sunxi PSCI implementation in C, to make it easier to maintain and extend for the currently unsupported multi-cluster SoCs. The SMP code in the BSP kernels are in C. Having the PSCI code in C as well will make it easier to work on. To be able to conv