On Thu, Aug 17, 2017 at 3:11 PM, Bin Meng <bmeng...@gmail.com> wrote:
> On Wed, Aug 16, 2017 at 11:37 PM, Stefan Roese <s...@denx.de> 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 buffer support
>> for all DM based serial drivers. With this option enabled, I was
>> able paste really long lines into the U-Boot console, without any
>> characters missing.
>>
>> Signed-off-by: Stefan Roese <s...@denx.de>
>> Cc: Simon Glass <s...@chromium.org>
>> Cc: Bin Meng <bmeng...@gmail.com>
>> Cc: Tom Rini <tr...@konsulko.com>
>> ---
>>  drivers/serial/Kconfig         | 15 +++++++++++++
>>  drivers/serial/serial-uclass.c | 48 
>> ++++++++++++++++++++++++++++++++++++++++--
>>  include/serial.h               | 10 ++++++++-
>>  3 files changed, 70 insertions(+), 3 deletions(-)
>>
>
> Great!
>
> Reviewed-by: Bin Meng <bmeng...@gmail.com>
>
> Tested on MinnowMax
> Tested-by: Bin Meng <bmeng...@gmail.com>

applied to u-boot-x86, thanks!
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to