On Tue, 2011-06-07 at 09:22 +0100, Andy Green wrote:
On 06/07/2011 09:09 AM, Somebody in the thread at some point said:
Hi -
When booted on a Beagleboard-xM, the resulting kernel appears to hang after "Starting kernel...". I haven't investigated any further.
Try disabling CONFIG_THUMB2_KERNEL and rebuilding.
If this does fix the problem, this suggests that this problem is indeed Thumb-2 related. I will have a go at digging into this tomorrow.
Disabling Thumb2 fixes the problem.
What did you actually disable? Presumably not CONFIG_THUMB2_KERNEL so the thumb support at all?
I deselected CONFIG_THUMB2_KERNEL using menuconfig, which changed the .config file like...
-CONFIG_THUMB2_KERNEL=y +# CONFIG_THUMB2_KERNEL is not set -CONFIG_THUMB2_AVOID_R_ARM_THM_JUMP11=y -CONFIG_ARM_ASM_UNIFIED=y +CONFIG_OABI_COMPAT=y +# CONFIG_KPROBES is not set +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y