This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
forked from
Minki/linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d0c15ad760
linux
/
arch
/
arm
/
mach-rockchip
/
Makefile
3 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
arm: add basic support for Rockchip RK3066a boards This adds a generic devicetree board file and a dtsi for boards based on the RK3066a SoCs from Rockchip. Apart from the generic parts (gic, clocks, pinctrl) the only components currently supported are the timers, uarts and mmc ports (all DesignWare- based). Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Olof Johansson <olof@lixom.net>
2013-06-02 21:09:41 +00:00
obj-$(CONFIG_ARCH_ROCKCHIP)
+=
rockchip.o
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>
2013-06-17 20:29:23 +00:00
obj-$(CONFIG_SMP)
+=
headsmp.o platsmp.o
Reference in New Issue
Copy Permalink