sandbox: Add a debug UART
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 17:55:15 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commitee4417644c7ba40d6365fc8e18ce0e8570544314
treeef0c6957ea07efa37719e6ab677001d5acbfda0d
parent55d39911c0579b91a27f0acf3d0c1e123bb29ac1
sandbox: Add a debug UART

Add support for the debug UART so that sandbox provides build testing for
this feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig
drivers/serial/Kconfig
drivers/serial/sandbox.c