]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Enable debug UART for Minnowmax
authorSimon Glass <sjg@chromium.org>
Mon, 3 Aug 2015 00:07:21 +0000 (18:07 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:18 +0000 (08:17 +0200)
commit6bc7dfae2dddd2673a9fdb10ee8d36f3f4b81d9d
treecb547d83f79504db7a0c3fa67ab2a181b92ed88e
parent38eec81b6418b7d2da4703c690345466fce47b86
x86: Enable debug UART for Minnowmax

Enable the debug UART and emit a single 'a' early in the init sequence to
show that it is working.

Unfortunately the debug UART implementation needs a stack to work. I cannot
seem to remove this limitation as the absolute 'jmp %eax' instruction goes
off into the weeds.

So this means that the character output cannot be any earlier than
car_init_ret, where memory is available for a stack.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
arch/x86/cpu/start.S
configs/minnowmax_defconfig