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

2018-06-25 Thread Mario Six
Hi Simon, On Fri, May 25, 2018 at 4:41 AM, Simon Glass wrote: > Hi Mario, > > On 23 May 2018 at 06:10, Mario Six wrote: >> Add test infrastructure and tests for the AXI uclass. >> >> Signed-off-by: Mario Six >> >> --- >> >> v1 -> v2: >> * Spelled out abbreviations in Kconfig help >> * Expanded

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

2018-05-24 Thread Simon Glass
Hi Mario, On 23 May 2018 at 06:10, Mario Six wrote: > Add test infrastructure and tests for the AXI uclass. > > Signed-off-by: Mario Six > > --- > > v1 -> v2: > * Spelled out abbreviations in Kconfig help > * Expanded emulation documentation > * Renamed storage pointer to storep > * Expanded AXI

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

2018-05-23 Thread Mario Six
Add test infrastructure and tests for the AXI uclass. Signed-off-by: Mario Six --- v1 -> v2: * Spelled out abbreviations in Kconfig help * Expanded emulation documentation * Renamed storage pointer to storep * Expanded AXI emulator usage documentation * Switched AXI emulator to aligned access