Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/lib/
H A Dcmd_boot.cf99993c1 Tue May 05 14:00:23 CDT 2015 Matt Porter <mporter@konsulko.com> common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()

On ARM v7M, the processor will return to ARM mode when executing
a blx instruction with bit 0 of the address == 0. Always set it
to 1 to stay in thumb mode.

Signed-off-by: Matt Porter <mporter@konsulko.com>
H A DMakefilef99993c1 Tue May 05 14:00:23 CDT 2015 Matt Porter <mporter@konsulko.com> common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()

On ARM v7M, the processor will return to ARM mode when executing
a blx instruction with bit 0 of the address == 0. Always set it
to 1 to stay in thumb mode.

Signed-off-by: Matt Porter <mporter@konsulko.com>