Hi everyone, The Allwinner A31 is a quad-Cortex-A7 SoC. This patchset adds support for the bringup of the others CPUs at startup.
Thanks, Maxime Maxime Ripard (2): ARM: sun6i: dt: Add IP needed to bring up the additional cores ARM: sun6i: Add SMP support for the Allwinner A31 arch/arm/boot/dts/sun6i-a31.dtsi | 10 ++++ arch/arm/mach-sunxi/Makefile | 1 + arch/arm/mach-sunxi/common.h | 19 +++++++ arch/arm/mach-sunxi/headsmp.S | 11 ++++ arch/arm/mach-sunxi/platsmp.c | 115 +++++++++++++++++++++++++++++++++++++++ arch/arm/mach-sunxi/sunxi.c | 3 + 6 files changed, 159 insertions(+) create mode 100644 arch/arm/mach-sunxi/common.h create mode 100644 arch/arm/mach-sunxi/headsmp.S create mode 100644 arch/arm/mach-sunxi/platsmp.c -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/