diff options
author | Akshay Saraswat <akshay.s@samsung.com> | 2015-02-20 13:27:18 +0530 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2015-02-28 18:03:46 +0900 |
commit | cecf2db23b256d84ed54e1442b646f07373e5caa (patch) | |
tree | 15aae28b64d6ad4da8a80dc5b195bb8264ae3321 /board/cm5200/cm5200.h | |
parent | 7e514eef02d2508a19be13d3efdf747c4e7ef5c5 (diff) | |
download | u-boot-imx-cecf2db23b256d84ed54e1442b646f07373e5caa.zip u-boot-imx-cecf2db23b256d84ed54e1442b646f07373e5caa.tar.gz u-boot-imx-cecf2db23b256d84ed54e1442b646f07373e5caa.tar.bz2 |
Exynos542x: Fix secondary core booting for thumb
When compiled SPL for Thumb secondary cores failed to boot
at the kernel boot up. Only one core came up out of 4.
This was happening because the code relocated to the
address 0x02073000 by the primary core was an ARM asm
code which was executed by the secondary cores as if it
was a thumb code.
This patch fixes the issue of secondary cores considering
relocated code as Thumb instructions and not ARM instructions
by jumping to the relocated with the help of "bx" ARM instruction.
"bx" instruction changes the 5th bit of CPSR which allows
execution unit to consider the following instructions as ARM
instructions.
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/cm5200/cm5200.h')
0 files changed, 0 insertions, 0 deletions