commit | a7a2b3118b410fb3cd3a8363b157c56f4211ee05 | [log] [tgz] |
---|---|---|
author | Heiko Stuebner <heiko@sntech.de> | Mon Jun 17 22:29:23 2013 +0200 |
committer | Heiko Stuebner <heiko@sntech.de> | Sat Mar 01 17:21:57 2014 +0100 |
tree | 28f762f27421a638fdbf1aa4a2c7c1dfadddd700 | |
parent | 46b8219c519be424ab96b5b7fabee171c1e6b4c7 [diff] |
ARM: rockchip: add smp bringup code 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>