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

2020-02-02 Thread Bin Meng
On Fri, Dec 20, 2019 at 8:58 AM Simon Glass 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 > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Chan

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

2019-12-19 Thread Simon Glass
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 Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None drivers/serial/Kconfig | 11 driver