Home
last modified time | relevance | path

Searched hist:"0 e977bc1" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Ddebug_uart.h0e977bc1 Sun Oct 18 20:51:24 CDT 2015 Simon Glass <sjg@chromium.org> debug_uart: Support board-specific UART initialisation

Some boards need to set things up before the debug UART can be used. On
these boards a call to debug_uart_init() is insufficient. When this option
is enabled, the function board_debug_uart_init() will be called when
debug_uart_init() is called. You can put any code here that is needed to
set up the UART ready for use, such as set pin multiplexing or enable
clocks.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
/openbmc/u-boot/drivers/serial/
H A DKconfig0e977bc1 Sun Oct 18 20:51:24 CDT 2015 Simon Glass <sjg@chromium.org> debug_uart: Support board-specific UART initialisation

Some boards need to set things up before the debug UART can be used. On
these boards a call to debug_uart_init() is insufficient. When this option
is enabled, the function board_debug_uart_init() will be called when
debug_uart_init() is called. You can put any code here that is needed to
set up the UART ready for use, such as set pin multiplexing or enable
clocks.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>