Re: [U-Boot] [PATCH V2 4/4] test: Add basic tests for remoteproc

2015-09-16 Thread Nishanth Menon
On 21:46-20150901, Simon Glass wrote: > On 27 August 2015 at 22:07, Nishanth Menon wrote: > > Use the sandbox environment for the basic tests. > > > > Signed-off-by: Nishanth Menon > > --- > > New patch. > > > > test/dm/Makefile | 1 + > > test/dm/remoteproc.c | 67 > >

Re: [U-Boot] [PATCH V2 4/4] test: Add basic tests for remoteproc

2015-09-01 Thread Simon Glass
On 27 August 2015 at 22:07, Nishanth Menon wrote: > Use the sandbox environment for the basic tests. > > Signed-off-by: Nishanth Menon > --- > New patch. > > test/dm/Makefile | 1 + > test/dm/remoteproc.c | 67 > > 2 files changed, 68 in

[U-Boot] [PATCH V2 4/4] test: Add basic tests for remoteproc

2015-08-27 Thread Nishanth Menon
Use the sandbox environment for the basic tests. Signed-off-by: Nishanth Menon --- New patch. test/dm/Makefile | 1 + test/dm/remoteproc.c | 67 2 files changed, 68 insertions(+) create mode 100644 test/dm/remoteproc.c diff --git a/tes