<?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>LayerscapeのトピックPCIe interrupts (legacy) on LX2160A (RDB)</title>
    <link>https://community.nxp.com/t5/Layerscape/PCIe-interrupts-legacy-on-LX2160A-RDB/m-p/927322#M4451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a PMC board supporting legacy INTx interrupts (no MSI) sitting on a carrier board slotted into the J23 connector of the LX2160ARDB. When the RDB is booted, the kernel recognizes the carrier board (as a PCI bridge) as well as the actual PMC board (Communication controller) and assigns BARs to accessible memory regions. The problem is that the PMC board is assigned IRQ 0 causing the subsequently loaded 3rd party driver to crash. I have tested NXP kernels tagged&amp;nbsp;LSDK-19.06-V4.19 as well as&amp;nbsp;LSDK-19.06-V4.14 &amp;amp;&amp;nbsp;LSDK-19.06-V4.14-RT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PMC and carrier board combo works fine on an i7-based PC running Linux (tried Mint, Ubuntu, CentOS). IRQ assigned is not 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LX2160ARDB using this composite image&amp;nbsp;&lt;A href="https://lsdk.github.io/agreement.html?version=1906&amp;amp;down_idx=48&amp;amp;title=firmware_lx2160ardb_uboot_xspiboot.img"&gt;https://lsdk.github.io/agreement.html?version=1906&amp;amp;down_idx=48&amp;amp;title=firmware_lx2160ardb_uboot_xspiboot.img&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Kernel is built from NXP kernel tree tagged with &lt;A href="https://source.codeaurora.org/external/qoriq/qoriq-components/linux/tree/arch?h=LSDK-19.06-V4.19"&gt;LSDK-19.06-V4.19&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running lspci -vvv (full log attached) produces:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;0000:02:04.0 Communication controller: ILC Data Device Corp Device 2402 (rev ba)&lt;BR /&gt;Subsystem: ILC Data Device Corp Device 2402&lt;BR /&gt;Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-&lt;BR /&gt;Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium &amp;gt;TAbort- &amp;lt;TAbort- &amp;lt;MAbort- &amp;gt;SERR- &amp;lt;PERR- INTx-&lt;BR /&gt;Latency: 128, Cache Line Size: 32 bytes&lt;BR /&gt;Interrupt: pin A routed to IRQ 0&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;Looking at the device tree (fsl-lx2160a.dtsi), legacy interrupts are seen in the interrupt-map property if I'm not mistaken.&lt;/DIV&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;pcie@3600000 {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;compatible = "fsl,lx2160a-pcie";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;reg = &amp;lt;0x00 0x03600000 0x0 0x00100000&amp;nbsp;&amp;nbsp; /* controller registers */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x90 0x00000000 0x0 0x00001000&amp;gt;; /* configuration space */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;reg-names = "csr_axi_slave", "config_axi_slave";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;interrupts = &amp;lt;GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH&amp;gt;, /* AER interrupt */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH&amp;gt;, /* PME interrupt */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH&amp;gt;; /* controller interrupt */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;interrupt-names = "aer", "pme", "intr";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;#address-cells = &amp;lt;3&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;#size-cells = &amp;lt;2&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;device_type = "pci";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;dma-coherent;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;apio-wins = &amp;lt;8&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;ppio-wins = &amp;lt;8&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;bus-range = &amp;lt;0x0 0xff&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;ranges = &amp;lt;0x82000000 0x0 0x40000000 0x90 0x40000000 0x0 0x40000000&amp;gt;; /* non-prefetchable memory */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;msi-parent = &amp;lt;&amp;amp;its&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;#interrupt-cells = &amp;lt;1&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;interrupt-map-mask = &amp;lt;0 0 0 7&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;interrupt-map = &amp;lt;0000 0 0 1 &amp;amp;gic 0 0 GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH&amp;gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;0000 0 0 2 &amp;amp;gic 0 0 GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH&amp;gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;0000 0 0 3 &amp;amp;gic 0 0 GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH&amp;gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;0000 0 0 4 &amp;amp;gic 0 0 GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;status = "disabled";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;};&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIC_SPI 118 as well as 119 - 122 should map to the following internal interrupt sources according to the LX2160A reference manual rev. D p. 353:&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;&lt;/P&gt;&lt;P&gt;When I dumped irq_domain_map (testing with 4.14 kernel), it was evident that there was no hwirq set for 151-154 (or 161-164), only for 150 (PEX3) &amp;amp; 160 (PEX5), both belonging to the interrupt-controller@6000000 domain. Could it be that the PEX INTA-B-C-D can also be signalled through PEX 3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried booting with pci=nomsi with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the device-tree bindings documentation in layerscape-pci.txt as well as mobiveil-pci.txt and comparing the examples given, with respect to the interrupt-map property, there is a difference in how this property is set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the following files:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;boot.txt - Console from power on util bash prompt available&lt;/LI&gt;&lt;LI&gt;interrupts.txt - Dump from "cat /proc/interrupts"&lt;/LI&gt;&lt;LI&gt;kernel_conf.txt - Kernel configuration&lt;/LI&gt;&lt;LI&gt;lspci.txt - Full dump from lspci -vvv&lt;/LI&gt;&lt;LI&gt;uboot_pci.txt - How the U-Boot sees the PMC board&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2019 12:27:43 GMT</pubDate>
    <dc:creator>dinkap</dc:creator>
    <dc:date>2019-08-30T12:27:43Z</dc:date>
    <item>
      <title>PCIe interrupts (legacy) on LX2160A (RDB)</title>
      <link>https://community.nxp.com/t5/Layerscape/PCIe-interrupts-legacy-on-LX2160A-RDB/m-p/927322#M4451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a PMC board supporting legacy INTx interrupts (no MSI) sitting on a carrier board slotted into the J23 connector of the LX2160ARDB. When the RDB is booted, the kernel recognizes the carrier board (as a PCI bridge) as well as the actual PMC board (Communication controller) and assigns BARs to accessible memory regions. The problem is that the PMC board is assigned IRQ 0 causing the subsequently loaded 3rd party driver to crash. I have tested NXP kernels tagged&amp;nbsp;LSDK-19.06-V4.19 as well as&amp;nbsp;LSDK-19.06-V4.14 &amp;amp;&amp;nbsp;LSDK-19.06-V4.14-RT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PMC and carrier board combo works fine on an i7-based PC running Linux (tried Mint, Ubuntu, CentOS). IRQ assigned is not 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LX2160ARDB using this composite image&amp;nbsp;&lt;A href="https://lsdk.github.io/agreement.html?version=1906&amp;amp;down_idx=48&amp;amp;title=firmware_lx2160ardb_uboot_xspiboot.img"&gt;https://lsdk.github.io/agreement.html?version=1906&amp;amp;down_idx=48&amp;amp;title=firmware_lx2160ardb_uboot_xspiboot.img&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Kernel is built from NXP kernel tree tagged with &lt;A href="https://source.codeaurora.org/external/qoriq/qoriq-components/linux/tree/arch?h=LSDK-19.06-V4.19"&gt;LSDK-19.06-V4.19&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running lspci -vvv (full log attached) produces:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;0000:02:04.0 Communication controller: ILC Data Device Corp Device 2402 (rev ba)&lt;BR /&gt;Subsystem: ILC Data Device Corp Device 2402&lt;BR /&gt;Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-&lt;BR /&gt;Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium &amp;gt;TAbort- &amp;lt;TAbort- &amp;lt;MAbort- &amp;gt;SERR- &amp;lt;PERR- INTx-&lt;BR /&gt;Latency: 128, Cache Line Size: 32 bytes&lt;BR /&gt;Interrupt: pin A routed to IRQ 0&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;Looking at the device tree (fsl-lx2160a.dtsi), legacy interrupts are seen in the interrupt-map property if I'm not mistaken.&lt;/DIV&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;pcie@3600000 {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;compatible = "fsl,lx2160a-pcie";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;reg = &amp;lt;0x00 0x03600000 0x0 0x00100000&amp;nbsp;&amp;nbsp; /* controller registers */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x90 0x00000000 0x0 0x00001000&amp;gt;; /* configuration space */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;reg-names = "csr_axi_slave", "config_axi_slave";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;interrupts = &amp;lt;GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH&amp;gt;, /* AER interrupt */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH&amp;gt;, /* PME interrupt */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH&amp;gt;; /* controller interrupt */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;interrupt-names = "aer", "pme", "intr";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;#address-cells = &amp;lt;3&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;#size-cells = &amp;lt;2&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;device_type = "pci";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;dma-coherent;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;apio-wins = &amp;lt;8&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;ppio-wins = &amp;lt;8&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;bus-range = &amp;lt;0x0 0xff&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;ranges = &amp;lt;0x82000000 0x0 0x40000000 0x90 0x40000000 0x0 0x40000000&amp;gt;; /* non-prefetchable memory */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;msi-parent = &amp;lt;&amp;amp;its&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;#interrupt-cells = &amp;lt;1&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;interrupt-map-mask = &amp;lt;0 0 0 7&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;interrupt-map = &amp;lt;0000 0 0 1 &amp;amp;gic 0 0 GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH&amp;gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;0000 0 0 2 &amp;amp;gic 0 0 GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH&amp;gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;0000 0 0 3 &amp;amp;gic 0 0 GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH&amp;gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;0000 0 0 4 &amp;amp;gic 0 0 GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;status = "disabled";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;};&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIC_SPI 118 as well as 119 - 122 should map to the following internal interrupt sources according to the LX2160A reference manual rev. D p. 353:&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;&lt;/P&gt;&lt;P&gt;When I dumped irq_domain_map (testing with 4.14 kernel), it was evident that there was no hwirq set for 151-154 (or 161-164), only for 150 (PEX3) &amp;amp; 160 (PEX5), both belonging to the interrupt-controller@6000000 domain. Could it be that the PEX INTA-B-C-D can also be signalled through PEX 3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried booting with pci=nomsi with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the device-tree bindings documentation in layerscape-pci.txt as well as mobiveil-pci.txt and comparing the examples given, with respect to the interrupt-map property, there is a difference in how this property is set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the following files:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;boot.txt - Console from power on util bash prompt available&lt;/LI&gt;&lt;LI&gt;interrupts.txt - Dump from "cat /proc/interrupts"&lt;/LI&gt;&lt;LI&gt;kernel_conf.txt - Kernel configuration&lt;/LI&gt;&lt;LI&gt;lspci.txt - Full dump from lspci -vvv&lt;/LI&gt;&lt;LI&gt;uboot_pci.txt - How the U-Boot sees the PMC board&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 12:27:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/PCIe-interrupts-legacy-on-LX2160A-RDB/m-p/927322#M4451</guid>
      <dc:creator>dinkap</dc:creator>
      <dc:date>2019-08-30T12:27:43Z</dc:date>
    </item>
  </channel>
</rss>

