]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit81e883be344f5a0482f19fbec8f55c7ad070e873
tree119164589fd1b868a21eb04fe3ef30c82d22476d
parent7f7a27aac7164a5ace94853441dddb24d26feae5
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]