ARM: sun6i: Add SMP support for the Allwinner A31
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 3 Nov 2013 09:30:13 +0000 (10:30 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 16 Dec 2013 20:33:41 +0000 (21:33 +0100)
commit73346794b48237b7b4c2a5c02b12e3c4f1da7551
tree49e6ef08466d94f7899e4beea8bb4cc7991b3f75
parenta3b7a0c84d56bc50d33428f302778104b7164ba2
ARM: sun6i: Add SMP support for the Allwinner A31

The A31 is a quad Cortex-A7. Add the logic to use the IPs used to
control the CPU configuration and the CPU power so that we can bring up
secondary CPUs at boot.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/Makefile
arch/arm/mach-sunxi/common.h [new file with mode: 0644]
arch/arm/mach-sunxi/headsmp.S [new file with mode: 0644]
arch/arm/mach-sunxi/platsmp.c [new file with mode: 0644]
arch/arm/mach-sunxi/sunxi.c