Re: [PATCH] mcb: Added bar descriptor support for non PCI bus MCB carrier

2016-07-05 Thread Johannes Thumshirn
On Tue, Jun 28, 2016 at 04:25:48PM +0200, Andreas Werner wrote: > Added support for the bar descriptor. This type is used for FPGAs > connect to the LPC or to a non PCI bus. > > The Bar descriptor could have a maximum of 6 BARs. Each of the > devices within the FPGA could be mapped to a different

[PATCH] mcb: Added bar descriptor support for non PCI bus MCB carrier

2016-06-28 Thread Andreas Werner
Added support for the bar descriptor. This type is used for FPGAs connect to the LPC or to a non PCI bus. The Bar descriptor could have a maximum of 6 BARs. Each of the devices within the FPGA could be mapped to a different BAR. The BAR descriptor is comparable to the PCI header. Signed-off-by: A