Re: [U-Boot] [PATCH 1/7] drivers: Add AXI uclass and ihs_axi driver

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 a uclass for AXI (Advanced eXtensible Interface) busses, and a >> driver for the gdsys IHS AXI bus on IHS FPGAs. >> >>

Re: [U-Boot] [PATCH 1/7] drivers: Add AXI uclass and ihs_axi driver

2018-03-30 Thread Simon Glass
Hi Mario, On 28 March 2018 at 20:40, Mario Six wrote: > Add a uclass for AXI (Advanced eXtensible Interface) busses, and a > driver for the gdsys IHS AXI bus on IHS FPGAs. > > Signed-off-by: Mario Six > --- > drivers/Kconfig | 2 + >