1. 04 9月, 2017 3 次提交
  2. 03 9月, 2017 3 次提交
  3. 02 9月, 2017 8 次提交
  4. 01 9月, 2017 1 次提交
  5. 30 8月, 2017 2 次提交
  6. 29 8月, 2017 1 次提交
  7. 28 8月, 2017 1 次提交
  8. 27 8月, 2017 2 次提交
  9. 24 8月, 2017 3 次提交
    • S
      serial: serial-uclass: Add generic serial RX buffer support · 3ca7a06a
      Stefan Roese 提交于
      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: NStefan Roese <sr@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Bin Meng <bmeng.cn@gmail.com>
      Cc: Tom Rini <trini@konsulko.com>
      Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
      Tested-by: NBin Meng <bmeng.cn@gmail.com>
      3ca7a06a
    • S
      Revert "serial: ns16550: Add RX interrupt buffer support" · 7fded0ce
      Stefan Roese 提交于
      This reverts commit 6822cf3e.
      
      As Bin Meng has tested and pointed out, we don't need the RX interrupt
      for the RX buffer support at all. Just reading all available characters
      into a buffer is sufficient to solve the problem with the dropped
      characters upon long lines pasted into the U-Boot prompt. Since this
      RX buffer support can be implemented in a generic way, without any
      device specifica (e.g. for the ns16550), I'll post a new patch with
      a new serial RX buffer support for DM, which all DM based serial
      drivers can use.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Bin Meng <bmeng.cn@gmail.com>
      Cc: Tom Rini <trini@konsulko.com>
      Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
      7fded0ce
    • B
      vbe: Drop vbe_get_video_info() · 76e72650
      Bin Meng 提交于
      With DM video, this is not used any more. Drop it.
      Signed-off-by: NBin Meng <bmeng.cn@gmail.com>
      76e72650
  10. 23 8月, 2017 2 次提交
  11. 22 8月, 2017 1 次提交
  12. 21 8月, 2017 1 次提交
  13. 20 8月, 2017 1 次提交
  14. 18 8月, 2017 3 次提交
  15. 17 8月, 2017 8 次提交