x86: serial: Add a coreboot serial driver
authorSimon Glass <sjg@chromium.org>
Fri, 20 Dec 2019 00:58:20 +0000 (17:58 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 3 Feb 2020 17:19:25 +0000 (01:19 +0800)
commit44482e8a2a33835563c17d49dac4004d4da0a7ea
tree119164589fd1b868a21eb04fe3ef30c82d22476d
parent8c3ccb3f6d5602e47536fa83d1a8b938cae06f11
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>
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/serial_coreboot.c [new file with mode: 0644]