Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-04 | x86: serial: Add a coreboot serial driver | 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2014-12-18 | x86: Rename coreboot-serial to x86-serial | Bin Meng | |
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2014-10-23 | dm: x86: Convert coreboot serial to use driver model | Simon Glass | |
This makes use of the existing device tree node to use driver model for the serial console. Signed-off-by: Simon Glass <sjg@chromium.org> |