[U-Boot] [PATCH v3 4/4] sandbox: Add serial test
Simon Glass
sjg at chromium.org
Wed Aug 8 09:55:44 UTC 2018
On 3 August 2018 at 07:07, Patrice Chotard <patrice.chotard at st.com> wrote:
> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
> ---
>
> Changes in v3:
> - Update serial test when wrong serial options are specified
> - Add SERIAL_CONFIG(par, bits, stop) macro to create serial mask
>
> Changes in v2:
> - Add sandbox serial test
>
> drivers/serial/sandbox.c | 14 +++++++++++++
> include/common.h | 1 +
> include/serial.h | 5 +++++
> test/dm/Makefile | 1 +
> test/dm/serial.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 75 insertions(+)
> create mode 100644 test/dm/serial.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list