Home
last modified time | relevance | path

Searched hist:"093 f79ab" (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h093f79ab Wed Jul 23 07:55:07 CDT 2014 Simon Glass <sjg@chromium.org> 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>
/openbmc/u-boot/drivers/serial/
H A Dserial.c093f79ab Wed Jul 23 07:55:07 CDT 2014 Simon Glass <sjg@chromium.org> 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>
/openbmc/u-boot/common/
H A Dconsole.c093f79ab Wed Jul 23 07:55:07 CDT 2014 Simon Glass <sjg@chromium.org> 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>