Skip to content

Commit 32d4b99

Browse files
alexmrqtkrzk
authored andcommitted
ARM: samsung: exynos5250: Allow CPU1 to boot
The firmware trustzone needs a special call to bring up the secondary cpu core on the Manta board. This seems to be not needed on other exynos5 boards and comes down to the available firmware on a particular board. Signed-off-by: Alexandre Marquet <[email protected]> Signed-off-by: Lukas Timmermann <[email protected]> Reviewed-by: Henrik Grimler <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 6de23f8 commit 32d4b99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/mach-exynos/firmware.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ static int exynos_cpu_boot(int cpu)
6161
* Exynos3250 doesn't need to send smc command for secondary CPU boot
6262
* because Exynos3250 removes WFE in secure mode.
6363
*
64-
* On Exynos5 devices the call is ignored by trustzone firmware.
64+
* On most Exynos5 devices the call is ignored by trustzone firmware.
6565
*/
6666
if (!soc_is_exynos4210() && !soc_is_exynos4212() &&
67-
!soc_is_exynos4412())
67+
!soc_is_exynos4412() && !of_machine_is_compatible("google,manta"))
6868
return 0;
6969

7070
/*

0 commit comments

Comments
 (0)