Re: [U-Boot] [PATCH 1/3] drivers: Add FPGA register map uclass

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:40 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:37, Mario Six wrote: >> The FPGA (as a device) and the register map supplied by a FPGA are two >> different entities. There are U-Boot drivers for the

Re: [U-Boot] [PATCH 1/3] drivers: Add FPGA register map uclass

2018-03-30 Thread Simon Glass
Hi Mario, On 28 March 2018 at 20:37, Mario Six wrote: > The FPGA (as a device) and the register map supplied by a FPGA are two > different entities. There are U-Boot drivers for the former, but not for > the later. > > Add a uclass that makes it possible to read from and

[U-Boot] [PATCH 1/3] drivers: Add FPGA register map uclass

2018-03-28 Thread Mario Six
The FPGA (as a device) and the register map supplied by a FPGA are two different entities. There are U-Boot drivers for the former, but not for the later. Add a uclass that makes it possible to read from and write to FPGA memory maps. The interface provided emulates the PCI interface, with one