Re: [U-Boot] [PATCH 2/7] axi: Add AXI sandbox driver and simple emulator

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:40, Mario Six wrote: >> Add test infrastructure and tests for the AXI uclass. >> >> Signed-off-by: Mario Six >> --- >>

Re: [U-Boot] [PATCH 2/7] axi: Add AXI sandbox driver and simple emulator

2018-03-30 Thread Simon Glass
Hi Mario, On 28 March 2018 at 20:40, Mario Six wrote: > Add test infrastructure and tests for the AXI uclass. > > Signed-off-by: Mario Six > --- > drivers/axi/Kconfig | 6 +++ > drivers/axi/Makefile | 3 ++ >

[U-Boot] [PATCH 2/7] axi: Add AXI sandbox driver and simple emulator

2018-03-28 Thread Mario Six
Add test infrastructure and tests for the AXI uclass. Signed-off-by: Mario Six --- drivers/axi/Kconfig | 6 +++ drivers/axi/Makefile | 3 ++ drivers/axi/axi-emul-uclass.c | 68 drivers/axi/axi_sandbox.c | 61