Re: [U-Boot] [RFC PATCH] serial: omap: Support debug UART

2017-05-05 Thread Tom Rini
On Sat, Apr 22, 2017 at 03:57:25PM +0530, Lokesh Vutla wrote: > Add debug UART functions to permit omap specific ns16550 to > provide an early debug UART. This is mostly in common with > DEBUG_UART_NS16550 except for Mode definition register which > is required for selecting UART mode(16x

Re: [U-Boot] [RFC PATCH] serial: omap: Support debug UART

2017-04-28 Thread Simon Glass
On 22 April 2017 at 04:27, Lokesh Vutla wrote: > Add debug UART functions to permit omap specific ns16550 to > provide an early debug UART. This is mostly in common with > DEBUG_UART_NS16550 except for Mode definition register which > is required for selecting UART mode(16x

[U-Boot] [RFC PATCH] serial: omap: Support debug UART

2017-04-22 Thread Lokesh Vutla
Add debug UART functions to permit omap specific ns16550 to provide an early debug UART. This is mostly in common with DEBUG_UART_NS16550 except for Mode definition register which is required for selecting UART mode(16x auto-baud or 13x mode). Signed-off-by: Lokesh Vutla ---