ARM: UniPhier: optimize kicking secondary CPUs code
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Mar 2015 15:07:31 +0000 (00:07 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Mar 2015 15:15:55 +0000 (00:15 +0900)
commit62118b7b0183d29755a101a6a5b88dee11c5f94b
tree5d7c5d8ab6e240b95793dc11706a376844e6f25d
parent4d13b1b708b8c31c0e22d7f31f05dde4b3961621
ARM: UniPhier: optimize kicking secondary CPUs code

Currently, the secondary CPU(s) are kicked three times:
Boot ROM ---(kick)--> SPL ---(kick)--> U-boot ---(kick)--> Linux.
It makes the boot sequence very complicated.

This commit merges the first and the second kicks, so the secondary
CPU(s) can directly jump from SPL to Linux.
arch/arm/mach-uniphier/smp.S is no longer necessary.

Linux boot test passed.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/Makefile
arch/arm/mach-uniphier/cache_uniphier.c
arch/arm/mach-uniphier/lowlevel_init.S
arch/arm/mach-uniphier/smp.S [deleted file]