commit | 44482e8a2a33835563c17d49dac4004d4da0a7ea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 19 17:58:20 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Feb 04 01:19:25 2020 +0800 |
tree | 119164589fd1b868a21eb04fe3ef30c82d22476d | |
parent | 8c3ccb3f6d5602e47536fa83d1a8b938cae06f11 [diff] |
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>