Re: [U-Boot] [PATCH v2 5/7] test: Add AXI test

2018-06-25 Thread Mario Six
Hi Simon, On Fri, May 25, 2018 at 4:41 AM, Simon Glass wrote: > On 23 May 2018 at 06:10, Mario Six wrote: >> Add tests for the AXI uclass. >> >> Signed-off-by: Mario Six >> >> --- >> >> v1 -> v2: >> * Fixed asserts (moved expected values first) >> >> --- >> test/dm/Makefile | 1 + >> test/dm/

Re: [U-Boot] [PATCH v2 5/7] test: Add AXI test

2018-05-24 Thread Simon Glass
On 23 May 2018 at 06:10, Mario Six wrote: > Add tests for the AXI uclass. > > Signed-off-by: Mario Six > > --- > > v1 -> v2: > * Fixed asserts (moved expected values first) > > --- > test/dm/Makefile | 1 + > test/dm/axi.c| 74 > > 2

[U-Boot] [PATCH v2 5/7] test: Add AXI test

2018-05-23 Thread Mario Six
Add tests for the AXI uclass. Signed-off-by: Mario Six --- v1 -> v2: * Fixed asserts (moved expected values first) --- test/dm/Makefile | 1 + test/dm/axi.c| 74 2 files changed, 75 insertions(+) create mode 100644 test/dm/axi.c