ARM: bcm281xx: Add L2 cache enable code
authorChristian Daudt <csd@broadcom.com>
Wed, 27 Feb 2013 05:48:49 +0000 (21:48 -0800)
committerChristian Daudt <csd@broadcom.com>
Tue, 9 Apr 2013 16:18:13 +0000 (09:18 -0700)
commitb8eb35fd594aa5b635e329d5c8efab8aaceb8619
tree8c664f4d4daabc0a83435ef90cead2eeff751e5b
parent07961ac7c0ee8b546658717034fe692fd12eefa9
ARM: bcm281xx: Add L2 cache enable code

- Adds a module to provide calls into secure monitor mode
- Uses this module to make secure monitor calls to enable L2 cache.

Updates from V1:
- Split DT portion into separate patch
- replace #ifdef-ed L2 code with "if".
- move init call to board init

Signed-off-by: Christian Daudt <csd@broadcom.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-bcm/Makefile
arch/arm/mach-bcm/bcm_kona_smc.c [new file with mode: 0644]
arch/arm/mach-bcm/bcm_kona_smc.h [new file with mode: 0644]
arch/arm/mach-bcm/bcm_kona_smc_asm.S [new file with mode: 0644]
arch/arm/mach-bcm/board_bcm.c