
On Tue, 7 Jun 2016 10:54:23 +0800 Chen-Yu Tsai wens@csie.org 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 the PSCI code in C as well will make it easier to work on.
To be able to convert the platform bits to C, some common PSCI functions have to be fixed up according to the ARM calling conventions. Function declarations are also needed.
This series is based on sunxi/next. Parts of it will likely conflict with the effort to support PSCI 1.0 on the Freescale LS102xA.
[...]
Thanks a lot for doing this and for following up on the review comments; I'm quite pleased with how it ended-up, so please put my
Acked-by: Marc Zyngier marc.zyngier@arm.com
on all of these patches.
M.