This adds support for Intel Stratix10 (S10) platform.
Intel S10 is a quad-core ARM64 and FPGA fabric.
This creates two character devices: /dev/fpga0 and /dev/fpga_partial0 for a full and partial FPGA programming respectively.
Differential D21454
[new driver] Intel Stratix10 (S10) quad-core ARM64 and FPGA fabric. br on Aug 28 2019, 4:01 PM. Authored by Tags None Referenced Files
Details
This adds support for Intel Stratix10 (S10) platform. Intel S10 is a quad-core ARM64 and FPGA fabric. This creates two character devices: /dev/fpga0 and /dev/fpga_partial0 for a full and partial FPGA programming respectively. Program FPGA with a valid bitfile.
Diff Detail
Event Timeline
Comment Actions Check if device is opened before writing to it or closing it. This could happen if user process forks.
|