summaryrefslogtreecommitdiff
path: root/arch/arm/mach-berlin/platsmp.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-16ARM: berlin: add SMP supportAntoine Ténart1-0/+99
Adds SMP support for Berlin SoCs. Secondary CPUs are reset, then execute the instruction we put in the reset exception register, setting the pc at the address contained in the software reset address register, which is the physical address of the Berlin secondary startup. This implementation avoid using the pen lock mechanism. Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>