1. 24 7月, 2017 1 次提交
    • S
      serial: ns16550: Add RX interrupt buffer support · 6822cf3e
      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 interrupt
      buffer support for NS16550 style UARTs. 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>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Cc: Bin Meng <bmeng.cn@gmail.com>
      [trini: Guard ns16550_serial_remove with
      CONFIG_IS_ENABLED(SERIAL_PRESENT) to match struct assignment]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      6822cf3e
  2. 12 7月, 2017 1 次提交
  3. 09 7月, 2017 1 次提交
  4. 23 6月, 2017 1 次提交
  5. 12 5月, 2017 1 次提交
  6. 10 5月, 2017 1 次提交
  7. 25 4月, 2017 1 次提交
  8. 20 4月, 2017 1 次提交
  9. 10 4月, 2017 1 次提交
  10. 06 4月, 2017 1 次提交
  11. 20 3月, 2017 1 次提交
  12. 15 3月, 2017 1 次提交
  13. 15 1月, 2017 1 次提交
  14. 16 12月, 2016 1 次提交
    • P
      arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC · 98d62e61
      Patrick Bruenn 提交于
      Add CX9020 board based on mx53loco.
      Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse
      serial_mxc with DTE and prepare for device tree migration of other
      functions and imx53 devices.
      
      The CX9020 differs from i.MX53 Quick Start Board by:
      - use uart2 instead of uart1
      - DVI-D connector instead of VGA
      - no audio
      - CCAT FPGA connected to emi
      - enable rtc
      Signed-off-by: NPatrick Bruenn <p.bruenn@beckhoff.com>
      98d62e61
  15. 23 11月, 2016 1 次提交
  16. 29 10月, 2016 2 次提交
  17. 26 10月, 2016 1 次提交
    • J
      serial: Kconfig: Add MXC_UART entry · 8829e662
      Jagan Teki 提交于
      Added kconfig for MXC_UART driver.
      
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Matteo Lisi <matteo.lisi@engicam.com>
      Cc: Michael Trimarchi <michael@amarulasolutions.com>
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      8829e662
  18. 27 9月, 2016 1 次提交
    • S
      serial: Add serial_mvebu_a3700 for Armada 3700 SoC · 6985d496
      Stefan Roese 提交于
      The Armada 3700's UART is a simple serial port. It has a 32 bytes
      Tx FIFO and a 64 bytes Rx FIFO integrated. This patch adds support
      for this UART including the DEBUG UART functions for very early
      debug output.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Wilson Ding <dingwei@marvell.com>
      Cc: Victor Gu <xigu@marvell.com>
      Cc: Hua Jing <jinghua@marvell.com>
      Cc: Terry Zhou <bjzhou@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      6985d496
  19. 28 8月, 2016 1 次提交
  20. 15 7月, 2016 1 次提交
  21. 28 5月, 2016 1 次提交
  22. 21 5月, 2016 1 次提交
  23. 02 4月, 2016 1 次提交
  24. 24 3月, 2016 1 次提交
    • M
      ARM: uniphier: support Debug UART · d5cf3297
      Masahiro Yamada 提交于
      For ARM32 architecture, CONFIG_DEBUG_LL is available for early
      low-level debugging (and actually UniPhier 32bit SoCs use it), but
      ARM64 architecture does not support it.  Instead, CONFIG_DEBUG_UART
      is available as an architecture-independent debug facility.
      
      This commit supports it on all the UniPhier SoCs (including the new
      ARMv8 SoCs), which is very useful for new SoC bringups.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      d5cf3297
  25. 26 2月, 2016 1 次提交
    • M
      serial: dcc: Move driver to DM · 966bfa73
      Michal Simek 提交于
      Enabling this driver requires some DT changes.
      Adding DCC to root or main bus:
      dcc: dcc {
      	compatible = "arm,dcc";
      	u-boot,dm-pre-reloc;
      };
      
      Extend alias list to link DCC:
      	serial0 = &uart0;
      	serial1 = &uart1;
      	serial2 = &dcc;
      
      Change stdout-path to point to dcc port.
      	stdout-path = "serial2:115200n8";
      
      Also add support for debug uart to help with early debug.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      966bfa73
  26. 02 2月, 2016 1 次提交
  27. 27 1月, 2016 3 次提交
  28. 21 1月, 2016 1 次提交
  29. 20 1月, 2016 1 次提交
  30. 13 1月, 2016 1 次提交
  31. 07 12月, 2015 1 次提交
  32. 22 11月, 2015 4 次提交
  33. 21 11月, 2015 2 次提交