Re: [U-Boot] [PATCH] serial: ns16550: Add RX interrupt buffer support

2017-07-14 Thread Stefan Roese
Hi Simon, On 14.07.2017 15:50, Simon Glass wrote: > On 13 July 2017 at 05:33, Stefan Roese wrote: >> Pasting longer lines into the U-Boot console prompt sometimes leads to >> characters missing. One problem here is the small 16-byte FIFO of the >> legacy NS16550 UART, e.g. on x86 platforms. >> >>

Re: [U-Boot] [PATCH] serial: ns16550: Add RX interrupt buffer support

2017-07-14 Thread Simon Glass
On 13 July 2017 at 05:33, Stefan Roese wrote: > Pasting longer lines into the U-Boot console prompt sometimes leads to > characters missing. One problem here is the small 16-byte FIFO of the > legacy NS16550 UART, e.g. on x86 platforms. > > This patch now introduces a Kconfig option to enable RX i