Skip to content
Snippets Groups Projects
Commit bbbe55f6 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarLukasz Majewski <l.majewski@samsung.com>
parent 74356d7f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment