]> git.sur5r.net Git - u-boot/commit
Add a flag indicating when the serial console is ready
authorSimon Glass <sjg@chromium.org>
Wed, 23 Jul 2014 12:55:07 +0000 (06:55 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 23 Jul 2014 13:07:25 +0000 (14:07 +0100)
commit093f79ab88d57b800283b0a172c17167699f4243
tree8169ae4fb289257468c015f1b72cb989d7b04390
parent7793ac96c6094e0a0291e19a5bcf3000c6388250
Add a flag indicating when the serial console is ready

For sandbox we have a fallback console which is used very early in
U-Boot, before serial drivers are available. Rather than try to guess
when to switch to the real console, add a flag so we can be sure. This
makes sure that sandbox can always output a panic() message, for example,
and avoids silent failure (which is very annoying in sandbox).

Signed-off-by: Simon Glass <sjg@chromium.org>
common/console.c
drivers/serial/serial.c
include/asm-generic/global_data.h