Home
last modified time | relevance | path

Searched hist:"3474827294 ca188446c8e52decd81a0908fd65e2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/
H A Dpsci.c3474827294ca188446c8e52decd81a0908fd65e2 Wed Jun 07 07:11:49 UTC 2017 Chen-Yu Tsai <wens@csie.org> sunxi: psci: Move entry address setting to separate function

Currently we set the entry address in the psci_cpu_on function.
However R40 has a different register for this. This resulted in
an #ifdef / #else block in psci_cpu_on, which we avoided having
in the first place.

Move this part into a separate function, defined differently for
the R40 as opposed to the other single cluster platforms.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>