Home
last modified time | relevance | path

Searched hist:"2 dc80e493124369f44658fcce325dc2cda00b410" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/lib/cpus/aarch32/
H A Dcortex_a72.S2dc80e493124369f44658fcce325dc2cda00b410 Fri Jan 19 12:21:31 UTC 2018 Manoj Kumar <manoj.kumar3@arm.com> lib/cpus: fix branching in reset function for cortex-a72 AARCH32 mode

In AARCH32 mode, cortex_a72_reset_func branches to address in lr
register instead of r5 register. This leads to linux boot failure
of Cortex-A72 cores in AARCH32 mode on Juno-R2 board.

This patch fixes the branching of cortex_a72_reset_func to r5
register as in cortex_a57_reset_func implementation.

Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>