ARM: ux500: simplify secondary CPU boot
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Aug 2015 07:26:52 +0000 (09:26 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 6 Aug 2015 08:11:44 +0000 (10:11 +0200)
commitc00def71efd919e8ae835a25f4f4c80a4b2d36d3
treedce6624d58ce9e009a797a9c4965177e19c37178
parent58e00a6c92d41e302880cae71b0f94b7a4d40c5d
ARM: ux500: simplify secondary CPU boot

This removes a lot of ancient cruft from the Ux500 SMP boot.
Instead of the pen grab/release, just point the ROM to
secondary_boot() and start the second CPU there, then send
the IPI.

Use our own SMP enable method. This enables us to remove the
last static mapping and get both CPUs booting properly.

Tested this and it just works.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-ux500/Makefile
arch/arm/mach-ux500/cpu-db8500.c
arch/arm/mach-ux500/headsmp.S [deleted file]
arch/arm/mach-ux500/platsmp.c
arch/arm/mach-ux500/setup.h
This page took 0.039093 seconds and 5 git commands to generate.