Re: [U-Boot] [PATCH 10/15] sandbox: Add a debug UART

2018-10-09 Thread sjg
Add support for the debug UART so that sandbox provides build testing for this feature. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 2 ++ drivers/serial/Kconfig| 11 +++ drivers/serial/sandbox.c | 17 + 3 files changed, 30 insertions(+) Applied to u

[U-Boot] [PATCH 10/15] sandbox: Add a debug UART

2018-10-01 Thread Simon Glass
Add support for the debug UART so that sandbox provides build testing for this feature. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 2 ++ drivers/serial/Kconfig| 11 +++ drivers/serial/sandbox.c | 17 + 3 files changed, 30 insertions(+) diff --git a