This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux dm8148 pcie RC MSI receipt

Other Parts Discussed in Thread: SYSBIOS

I have a dm8148 running linux connected via pcie to a c6657 running sysbios (8148 is RC, 6657 EP).   I have modified the pcie bootloader to recognize the 6657 and send an MSI interrupt to the 6657 (instead of performing the standard bootloading operation), and am able to receive this interrupt on the c6657.

Now I'm trying to get the 8148 to receive an MSI from the c6657 and believe I have the code working on that side, but can't figure out how to configure the set of linux drivers necessary for the dm8148.  I believe I need to continue to use the RC driver which performs device initialization in conjunction with another driver to handle specific 6657 EP actions.  How do I configure a handler that will get called when an MSI is received from the 6657 EP?