Re: [U-Boot] [PATCH v2 3/3] sandbox: Add serial test

2018-08-03 Thread Patrice CHOTARD
Hi Simon On 08/02/2018 06:57 PM, Simon Glass wrote: > On 1 August 2018 at 09:58, Patrice Chotard wrote: >> Signed-off-by: Patrice Chotard >> --- >> >> Changes in v2: >>- Add sandbox serial test >> >> drivers/serial/sandbox.c | 14 ++ >> include/common.h | 1 + >> tes

Re: [U-Boot] [PATCH v2 3/3] sandbox: Add serial test

2018-08-02 Thread Simon Glass
On 1 August 2018 at 09:58, Patrice Chotard wrote: > Signed-off-by: Patrice Chotard > --- > > Changes in v2: > - Add sandbox serial test > > drivers/serial/sandbox.c | 14 ++ > include/common.h | 1 + > test/dm/Makefile | 1 + > test/dm/serial.c | 26 ++

[U-Boot] [PATCH v2 3/3] sandbox: Add serial test

2018-08-01 Thread Patrice Chotard
Signed-off-by: Patrice Chotard --- Changes in v2: - Add sandbox serial test drivers/serial/sandbox.c | 14 ++ include/common.h | 1 + test/dm/Makefile | 1 + test/dm/serial.c | 26 ++ 4 files changed, 42 insertions(+) create mode