Re: [PATCH v6 1/2] fpga: ecp5-spi: add Lattice ECP5 FPGA manager
From: Ivan Bornyakov <hidden>
Date: 2022-08-17 09:30:41
Also in:
linux-fpga, lkml
On Tue, Aug 16, 2022 at 02:09:18PM +0800, Xu Yilun wrote:
On 2022-08-16 at 07:58:41 +0300, Ivan Bornyakov wrote:quoted
On Tue, Aug 16, 2022 at 10:00:41AM +0800, Xu Yilun wrote:quoted
On 2022-08-15 at 16:21:56 +0300, Ivan Bornyakov wrote:quoted
Add support to the FPGA manager for programming Lattice ECP5 FPGA over slave SPI interface with .bit formatted uncompressed bitstream image.Not sure if something is missed. https://lore.kernel.org/all/20220729145757.GA2601292@yilunxu-OptiPlex-7050/ (local) I was considering if a generic driver for lattice slave SPI sysCONFIG interface could be introduced. From machxo2 & ecp5 Programming Usage Guide, or others in this series, they basically use the same reconfigure interface & protocol. Thanks, YilunI only have HW with ECP5, can't vouch for the rest.I understand your concern, but having separate drivers for the same IP on different boards makes the maintaining harder. We don't have to make everything fine, but start with machxo2 and ecp5 first. If the change affects machxo2, other people may help. Thanks, Yilun
Hi, Yilun. To clear things out, considering what Daniel said in https://lore.kernel.org/linux-fpga/20220816074216.GA31706@homes.emlix.com/ (local) you still don't want separate ECP5 driver, or this v6 is OK and review continues?