I'm trying to learn more about PCI for device driver programming. I'd like to know if the Dragon Board comes with code to build a PCI Configuration Space as specified by PCI-SIG.
Also, I would also like to implement an Ehternet Card using the FPGA...I don't want an entire IP Core in the FPGA, but I would like to have some type of DMA so I could transfer packets from the OS to the wire, mainly sk_buffs (Linux).
Last question, I swear ... I'd also like to know how to generate interrupts so that my device driver would know when to do something.
Thanks
-Victor