[PATCH v3 3/4] x86: serial: Add a coreboot serial driver

Bin Meng bmeng.cn at gmail.com
Mon Feb 3 03:34:45 CET 2020


On Fri, Dec 20, 2019 at 8:58 AM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  drivers/serial/Kconfig           | 11 ++++++++
>  drivers/serial/Makefile          |  1 +
>  drivers/serial/serial_coreboot.c | 46 ++++++++++++++++++++++++++++++++
>  3 files changed, 58 insertions(+)
>  create mode 100644 drivers/serial/serial_coreboot.c
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list