<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 i.MX8MM PCIe Controller Legacy PCI interrupts support</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-PCIe-Controller-Legacy-PCI-interrupts-support/m-p/1168026#M163500</link>
    <description>&lt;P&gt;I'm developing the PCIe controller driver.&lt;BR /&gt;It needs to work the PCI device via the PCIe-PCI bridge.&lt;BR /&gt;The PCI device supports legacy PCI interrupts only.&lt;BR /&gt;The PCIe controller driver can't catch it's legacy PCI interrupts.&lt;/P&gt;&lt;P&gt;I have some questions.&lt;/P&gt;&lt;P&gt;Q1: Does PCIe controller of i.MX8MM support legacy PCI interrupts?&lt;/P&gt;&lt;P&gt;Q2: If PCIe controller of i.MX8MM support legacy PCI interrupts,&lt;BR /&gt;which GIC IRQs of i.MX8MM are the Legacy PCI interrupts assigned to?&lt;BR /&gt;I tried to use IRQ 122, IRQ 123, IRQ 124, IRQ 125 and IRQ 127.&lt;BR /&gt;But the PCIe controller driver couldn't cache the Legacy PCI interrupts.&lt;/P&gt;&lt;P&gt;Q3: If PCIe controller of i.MX8MM support legacy PCI interrupts,&lt;BR /&gt;Could you provide information about using legacy PCI interrupts?&lt;BR /&gt;I read i.MX8MM Reference Manual(IMX8MMRM.pdf). But I couldn't find it.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2020 07:09:29 GMT</pubDate>
    <dc:creator>yasunori_suzuki</dc:creator>
    <dc:date>2020-10-15T07:09:29Z</dc:date>
    <item>
      <title>i.MX8MM PCIe Controller Legacy PCI interrupts support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-PCIe-Controller-Legacy-PCI-interrupts-support/m-p/1168026#M163500</link>
      <description>&lt;P&gt;I'm developing the PCIe controller driver.&lt;BR /&gt;It needs to work the PCI device via the PCIe-PCI bridge.&lt;BR /&gt;The PCI device supports legacy PCI interrupts only.&lt;BR /&gt;The PCIe controller driver can't catch it's legacy PCI interrupts.&lt;/P&gt;&lt;P&gt;I have some questions.&lt;/P&gt;&lt;P&gt;Q1: Does PCIe controller of i.MX8MM support legacy PCI interrupts?&lt;/P&gt;&lt;P&gt;Q2: If PCIe controller of i.MX8MM support legacy PCI interrupts,&lt;BR /&gt;which GIC IRQs of i.MX8MM are the Legacy PCI interrupts assigned to?&lt;BR /&gt;I tried to use IRQ 122, IRQ 123, IRQ 124, IRQ 125 and IRQ 127.&lt;BR /&gt;But the PCIe controller driver couldn't cache the Legacy PCI interrupts.&lt;/P&gt;&lt;P&gt;Q3: If PCIe controller of i.MX8MM support legacy PCI interrupts,&lt;BR /&gt;Could you provide information about using legacy PCI interrupts?&lt;BR /&gt;I read i.MX8MM Reference Manual(IMX8MMRM.pdf). But I couldn't find it.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 07:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-PCIe-Controller-Legacy-PCI-interrupts-support/m-p/1168026#M163500</guid>
      <dc:creator>yasunori_suzuki</dc:creator>
      <dc:date>2020-10-15T07:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MM PCIe Controller Legacy PCI interrupts support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-PCIe-Controller-Legacy-PCI-interrupts-support/m-p/1168140#M163509</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Q1: Does PCIe controller of i.MX8MM support legacy PCI interrupts?&lt;/P&gt;
&lt;P&gt;Yes, it does.&lt;/P&gt;
&lt;P&gt;Q2: IRQ 122, IRQ 123, IRQ 124, IRQ 125 and IRQ 127 are used for PCIe interrupts, so no problem.&lt;/P&gt;
&lt;P&gt;Q3: If PCIe controller of i.MX8MM support legacy PCI interrupts, Could you provide information about using legacy PCI interrupts?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You should add "pci=nomsi" to linux command line , which will cause all pcie device to work in legacy PCI interrupts mode. otherwise, msi mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope above information is helpful to you.&lt;/P&gt;
&lt;P&gt;Have a nice day!&lt;/P&gt;
&lt;P&gt;B.R,&lt;/P&gt;
&lt;P&gt;Weidong&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 09:27:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-PCIe-Controller-Legacy-PCI-interrupts-support/m-p/1168140#M163509</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2020-10-15T09:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MM PCIe Controller Legacy PCI interrupts support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-PCIe-Controller-Legacy-PCI-interrupts-support/m-p/1168615#M163550</link>
      <description>&lt;P&gt;Thank you for your advice.&lt;BR /&gt;I can execute linux in no-msi mode.&lt;BR /&gt;And linux behavior helped my debugging.&lt;BR /&gt;At result developping drive can catch legacy PCI interrupt.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 06:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-PCIe-Controller-Legacy-PCI-interrupts-support/m-p/1168615#M163550</guid>
      <dc:creator>yasunori_suzuki</dc:creator>
      <dc:date>2020-10-16T06:00:34Z</dc:date>
    </item>
  </channel>
</rss>

