Arria V SoC + Intel10Gb ethernet mac driver
Hello,
I've seen the an739 appnote:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an739.pdf
This appnote comes with a reference design for the Arria V SoC evaluation Board. In the reference design there are:
+ the whole VHDL/verilog IP and source files
+ the image file of the rootfs
I've investigated the rootfs, found the dtb, and reversed the dtb to its dts file.
What I've noticed is that the dts relates the ethernet interfaces to the qse-10G-1.0 driver.
This driver (developed by altera) communicates with the Intel FPGA 10G IP MAC core.
In my project I need this driver as well but I can't find it there:
https://github.com/altera-opensource/linux-socfpga/tree/master/drivers
Where I can fetch it ?
Is it possible to have the source file used for the appnote ?
thanks
F