Files
OpenCellular/lib
Manoj Kumar 2dc80e4931 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>
2018-01-19 17:51:31 +05:30
..
2018-01-15 15:07:06 +00:00
2017-05-03 09:39:28 +01:00
2017-05-03 09:39:28 +01:00
2017-05-03 09:39:28 +01:00
2017-09-25 13:32:20 +01:00