ARM: rockchip: add smp bringup code
authorHeiko Stuebner <heiko@sntech.de>
Mon, 17 Jun 2013 20:29:23 +0000 (22:29 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 1 Mar 2014 16:21:57 +0000 (17:21 +0100)
This adds the necessary smp-operations and startup code to use
additional cores on Rockchip SoCs.

We currently hog the power management unit in the smp code, as it is
necessary to control the power to the cpu core and nothing else is
currently using it, so a generic implementation can be done later.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/core.h [new file with mode: 0644]
arch/arm/mach-rockchip/headsmp.S [new file with mode: 0644]
arch/arm/mach-rockchip/platsmp.c [new file with mode: 0644]
arch/arm/mach-rockchip/rockchip.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge