PCIE MSI-X support in I.MX8QM board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

PCIE MSI-X support in I.MX8QM board

1,053件の閲覧回数
mallibeerala
Contributor III

Dear Team,

I am configuring my I.MX8QM board as PCIe Root Complex, Custom Board as Endpoint.

Now I am generating MSI-X interrupt from Endpoint, I have to handle Received MSI-X interrupt in my Root complex, Is I.MX8QM board will support handling of MSI-X interrupt or not?

Here at RC side handling of MSI interrupt code only available, MSI-x code is not available.

In Dts file also only msi related properties are given, MSI-x properties not provided.

Kernel Vesion: 5.15.32.

Thanks & Regards,
Mallikarjuna

0 件の賞賛
返信
1 返信

1,029件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

The MX8 does  not support MSI-X but Can you try it with disabled MSI interrupts?

 

In u-boot:

 

setenv mmcargs setenv bootargs console=${console} root=${mmcroot} pci=nomsi

saveenv

 

Regards

0 件の賞賛
返信