u-boot/drivers/serial
Simon Glass 44482e8a2a x86: serial: Add a coreboot serial driver
Coreboot can provide information about the serial device in use on a
platform. Add a driver that uses this information to produce a working
UART.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-02-04 01:19:25 +08:00
..
altera_jtag_uart.c
altera_uart.c serial: altera_uart: convert to livetree 2019-05-10 22:48:11 +02:00
arm_dcc.c
atmel_usart.c serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL 2019-04-09 09:28:50 +03:00
atmel_usart.h
Kconfig x86: serial: Add a coreboot serial driver 2020-02-04 01:19:25 +08:00
lpc32xx_hsuart.c common: Move clock functions into a new file 2020-01-17 13:27:29 -05:00
Makefile x86: serial: Add a coreboot serial driver 2020-02-04 01:19:25 +08:00
mcfuart.c drivers: serial: mcfuart: add DT support 2019-05-24 08:11:58 -04:00
ns16550.c serial: ns16550: Support run-time configuration 2020-02-04 01:19:13 +08:00
sandbox.c serial: sandbox: support Unicode 2019-12-10 05:54:55 -07:00
serial_ar933x.c common: Move clock functions into a new file 2020-01-17 13:27:29 -05:00
serial_arc.c serial_arc: Allocate buffer for private data 2019-01-25 08:40:26 +03:00
serial_bcm283x_mu.c drivers: bcm283x: Set pre-location flag for OF_BOARD 2019-11-24 10:46:27 +01:00
serial_bcm283x_pl011.c drivers: bcm283x: Set pre-location flag for OF_BOARD 2019-11-24 10:46:27 +01:00
serial_bcm6345.c
serial_coreboot.c x86: serial: Add a coreboot serial driver 2020-02-04 01:19:25 +08:00
serial_efi.c
serial_intel_mid.c
serial_linflexuart.c
serial_lpuart.c serial_lpuart: add support for i.MXRT 2020-01-14 22:54:00 +01:00
serial_meson.c
serial_mpc8xx.c
serial_msm.c
serial_mtk.c serial: serial_mtk: add non-DM version for SPL 2019-10-25 17:20:43 +02:00
serial_mvebu_a3700.c
serial_mxc.c serial: mxc: Add compatibles to NXP's serial driver (for imx21 and imx53) 2019-07-19 20:32:24 +02:00
serial_ns16550.c common: Move clock functions into a new file 2020-01-17 13:27:29 -05:00
serial_nulldev.c
serial_omap.c
serial_owl.c
serial_pic32.c
serial_pl01x_internal.h
serial_pl01x.c drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver 2019-02-09 07:50:55 -05:00
serial_pxa.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
serial_rockchip.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
serial_s5p.c
serial_sh.c serial: sh: Drop assorted SH3, SH4, SH5 macros 2019-05-10 22:43:18 +02:00
serial_sh.h sh: sh3: Remove CPU support 2019-05-10 22:43:18 +02:00
serial_sifive.c riscv : serial: use rx watermark to indicate rx data is present 2019-08-15 13:42:28 +08:00
serial_sti_asc.c
serial_stm32.c serial: stm32: add Framing error support 2019-08-27 11:19:23 +02:00
serial_stm32.h serial: stm32: add Framing error support 2019-08-27 11:19:23 +02:00
serial_uniphier.c
serial_xuartlite.c
serial_zynq.c
serial-uclass.c dm: serial: Handle "stdout-path" with ":options" correctly 2019-12-02 16:18:05 -07:00
serial.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
usbtty.c serial: usb: Correct the usbtty_...() prototypes 2019-12-02 18:23:10 -05:00
usbtty.h