<?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>QorIQのトピックRe: Issue with 2 PCIE controllers enabled</title>
    <link>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249255#M266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your issue under a new thread -- it doesn't appear to be the same issue.&amp;nbsp; Your log dump doesn't even seem to involve multiple PCIe controllers, as per the thread subject, and your working log shows a 36-bit physical address, so your problem isn't a driver that can't handle such addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you do create a new thread, be sure to indicate what's actually not working.&amp;nbsp; Those error messages may look scary, but are not likely to be related to whatever problem you're having.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 23:23:47 GMT</pubDate>
    <dc:creator>scottwood</dc:creator>
    <dc:date>2014-08-13T23:23:47Z</dc:date>
    <item>
      <title>Issue with 2 PCIE controllers enabled</title>
      <link>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249250#M261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fellow engineers,&lt;/P&gt;&lt;P&gt;I am working with an p4080 based board. I am trying to get 2 PCIE controllers probed properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In uboot I have no problems scanning and discovering what is connected to both controllers/PCI bridges. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For both PCIE1/2 uboot sets up the Primary, secondary and Subordinate bus numbers to 0,1,1 respectively. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When linux boots up and probes the controllers, PCIE1 is probed and the bridge scanned properly but PCIE2 is probed at the bridge but not attempted a scan. &lt;/P&gt;&lt;P&gt;I see this message &lt;/P&gt;&lt;P&gt;"pci 0001:02:00.0: bridge configuration invalid ([bus 01-01]), reconfiguring &lt;/P&gt;&lt;P&gt;" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I updated uboot to set the secondary and subordinate numbers to 2 (left the primary number to 0) and a subsequent kernel boot scanned the bus for PCIE2 successfully. &lt;/P&gt;&lt;P&gt;I found these numbers to be very critical since the device tree blob (bus-range) for pci is also based off these. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to get a good fix rather than the uboot hack and get better understanding of the problem. If there are any pointers someone could provide it would be awesome. &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2013 22:12:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249250#M261</guid>
      <dc:creator>rksvy</dc:creator>
      <dc:date>2013-12-07T22:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with 2 PCIE controllers enabled</title>
      <link>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249251#M262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruchika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing the same problem. &lt;/P&gt;&lt;P&gt;In mine, pci-1 is not detecting the device(sata controller), bcz of sata controller problem.&lt;/P&gt;&lt;P&gt;pci-2 is detecting the device(xr17v35x uart controller) in the uboot. And when booting the kernel i am seeing the exact message that u see.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"pci 0001:02:00.0: Primary bus is hard wired to 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pci 0001:02:00.0: bridge configuration invalid ([bus 01-01]), reconfiguring"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After kernel booted, the driver is loading successfully.But an attempt to read/write to the devices make the kernel crash&lt;/P&gt;&lt;P&gt;&lt;EM&gt;root@p1023:~# echo 123 &amp;gt; /dev/ttyXR0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Machine check in kernel mode.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Caused by (from MCSR=10008): Bus - Read Data Bus Error&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Oops: Machine check, sig: 7 [#1]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;P1023 RDB&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that i updated the uboot(in pciauto_postscan_setup_bridge() to secondary and subordinate bus number to 2), since it is fixed the bridge reconfiguring issue for u.&lt;/P&gt;&lt;P&gt;Now uboot is detecting the device as before while it is booting. But when i list it via command "&lt;EM&gt;pci 2 long&lt;/EM&gt;", I am not seeing the device and checked the "pci 1 long' that second and subordinate bus numbers are 2. But subsequent kernel boot now shows as below, and hence i am seeing the same kernel crash, when an attempt to read/write to the device.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"pci 0001:02:00.0: Primary bus is hard wired to 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pci 0001:02:00.0: bridge configuration invalid ([bus 02-02]), reconfiguring"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;So, can you plz let me know exactly what u changed in the uboot and/or dts file to fix this issue.?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you &lt;/P&gt;&lt;P&gt;S.Sivakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2014 17:37:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249251#M262</guid>
      <dc:creator>Sivakumar</dc:creator>
      <dc:date>2014-06-14T17:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with 2 PCIE controllers enabled</title>
      <link>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249252#M263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version SDK are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please provide the whole u-boot and Kernel boot up log(without your modification)? We will do more investigation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 11:37:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249252#M263</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-06-17T11:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with 2 PCIE controllers enabled</title>
      <link>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249253#M264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have fixed the issue here.&lt;/P&gt;&lt;P&gt;We had mapped the PCIe2 in the 36 bit memory space. But the driver(exar xr17v35x) expects the device to be within the 32bit memory space.&lt;/P&gt;&lt;P&gt;Then we changed it back, only the PCIe2 to be within the 32bit space in the uboot/law and dts file.. This is working now(crashing is not happening)&lt;/P&gt;&lt;P&gt;Thanks for the support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using freescale SDK 1.4 / kernel 3.8.13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;S.Sivakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:35:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249253#M264</guid>
      <dc:creator>Sivakumar</dc:creator>
      <dc:date>2014-06-17T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with 2 PCIE controllers enabled</title>
      <link>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249254#M265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;I am facing same&amp;nbsp; problem with PCIE driver in new Linux kernel &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;shipped along with SDK-V1.5-20131219 .I was using old &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;kernel Linux version 3.0.48 previously and now updated to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Linux version 3.8.13-rt9 inorder to add IEEE1588 support in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Eatherner driver . After updating to the new kernel ,the device &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;drivers are not woring properly and i am getting some error &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;messages in the boot-up . Please find below bootlog snippet &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;for both old kernel (PCIe working ) and the new one (PCIe not &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;working ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Working old kernel(linux version 3.0.48)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;===============================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PCIe1: disabled&lt;/P&gt;&lt;P&gt;PCIe2: Root Complex, x1, regs @ 0xfe201000&lt;/P&gt;&lt;P&gt;&amp;nbsp; 01:00.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 13a8:0358 - Simple comm. controller&lt;/P&gt;&lt;P&gt;PCIe2: Bus 00 - 01&lt;/P&gt;&lt;P&gt;PCIe3: disabled&lt;/P&gt;&lt;P&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;SERDES bank 1 reference clock: 100MHz&lt;/P&gt;&lt;P&gt;SERDES bank 2 reference clock: 100MHz&lt;/P&gt;&lt;P&gt;Net:&amp;nbsp;&amp;nbsp; Initializing Fman&lt;/P&gt;&lt;P&gt;Fman1: Uploading microcode version 106.1.4&lt;/P&gt;&lt;P&gt;Change supported feature to 100:FD/HD for addr 6 features(X) 28C&lt;/P&gt;&lt;P&gt;FM1@DTSEC1 connected to Broadcom BCM54616S, address 6&lt;/P&gt;&lt;P&gt;Fiber optic mode active&lt;/P&gt;&lt;P&gt;FM1@DTSEC2 connected to Broadcom BCM54616S, address 7&lt;/P&gt;&lt;P&gt;Change supported feature to 100:FD/HD for addr 12 features(X) 28C&lt;/P&gt;&lt;P&gt;FM1@DTSEC3 connected to Broadcom BCM54616S, address 12&lt;/P&gt;&lt;P&gt;Fiber optic mode active&lt;/P&gt;&lt;P&gt;FM1@DTSEC4 connected to Broadcom BCM54616S, address 9&lt;/P&gt;&lt;P&gt;FM1@DTSEC5 connected to Broadcom BCM54616S, address 10&lt;/P&gt;&lt;P&gt;FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3, FM1@DTSEC4, FM1@DTSEC5&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;=&amp;gt; boot&lt;/P&gt;&lt;P&gt;Setting bus to 1&lt;/P&gt;&lt;P&gt;Error writing the chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAND read: device 0 offset 0x100000, size 0x500000&lt;/P&gt;&lt;P&gt; 5242880 bytes read: OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAND read: device 0 offset 0x600000, size 0x100000&lt;/P&gt;&lt;P&gt; 1048576 bytes read: OK&lt;/P&gt;&lt;P&gt;WARNING: adjusting available memory to 30000000&lt;/P&gt;&lt;P&gt;## Booting kernel from Legacy Image at 01000000 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; Linux-3.0.48-rt70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; PowerPC Linux Kernel Image (gzip compressed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 3972344 Bytes = 3.8 MiB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load Address: 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... OK&lt;/P&gt;&lt;P&gt;## Flattened Device Tree blob at 00c00000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Booting using the fdt blob at 0x00c00000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Uncompressing Kernel Image ... OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Loading Device Tree to 03fe5000, end 03fff1a9 ... OK&lt;/P&gt;&lt;P&gt;WARNING: could not find compatible node fsl-usb2-mph or fsl-usb2-dr: FDT_ERR_NOTFOUND.&lt;/P&gt;&lt;P&gt;Using P2041 RDB machine description&lt;/P&gt;&lt;P&gt;Memory CAM mapping: 256/256/256/256 Mb, residual: 0Mb&lt;/P&gt;&lt;P&gt;Linux version 3.0.48-rt70 (root@localhost.localdomain) (gcc version 4.6.2 (GCC) ) #138 SMP PREEMPT RT Fri May 30 17:51:01 IST&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014&lt;/P&gt;&lt;P&gt;No /soc@ffe000000/qman@318000 property 'fsl,qman-fqd', using memblock_alloc(0000000000200000)&lt;/P&gt;&lt;P&gt;No /soc@ffe000000/qman@318000 property 'fsl,qman-pfdr', using memblock_alloc(0000000001000000)&lt;/P&gt;&lt;P&gt;Qman ver:0a01,01,02&lt;/P&gt;&lt;P&gt;No /soc@ffe000000/bman@31a000 property 'fsl,bman-fbpr', using memblock_alloc(0000000001000000)&lt;/P&gt;&lt;P&gt;Bman ver:0a02,01,00&lt;/P&gt;&lt;P&gt;pme: No /soc@ffe000000/pme@316000 property 'fsl,pme-pdsr', using memblock_alloc(0x0000000001000000)&lt;/P&gt;&lt;P&gt;pme: No /soc@ffe000000/pme@316000 property 'fsl,pme-sre', using memblock_alloc(0x0000000000a00000)&lt;/P&gt;&lt;P&gt;No USDPAA memory, no 'usdpaa_mem' bootarg&lt;/P&gt;&lt;P&gt;CPU maps initialized for 1 thread per core&lt;/P&gt;&lt;P&gt;bootconsole [udbg0] enabled&lt;/P&gt;&lt;P&gt;Found FSL PCI host bridge at 0x0000000ffe201000. Firmware bus number: 0-&amp;gt;1&lt;/P&gt;&lt;P&gt;PCI host bridge /pcie@ffe201000&amp;nbsp; ranges:&lt;/P&gt;&lt;P&gt; MEM 0x0000000c20000000..0x0000000c3fffffff -&amp;gt; 0x00000000e0000000&lt;/P&gt;&lt;P&gt;&amp;nbsp; IO 0x0000000ff8010000..0x0000000ff801ffff -&amp;gt; 0x0000000000000000&lt;/P&gt;&lt;P&gt;/pcie@ffe201000: PCICSRBAR @ 0xdf000000&lt;/P&gt;&lt;P&gt;P2041 RDB board from Freescale Semiconductor&lt;/P&gt;&lt;P&gt;Zone PFN ranges:&lt;/P&gt;&lt;P&gt;&amp;nbsp; DMA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000 -&amp;gt; 0x00040000&lt;/P&gt;&lt;P&gt;&amp;nbsp; Normal&amp;nbsp;&amp;nbsp; empty&lt;/P&gt;&lt;P&gt;Movable zone start PFN for each node&lt;/P&gt;&lt;P&gt;early_node_map[1] active PFN ranges&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0: 0x00000000 -&amp;gt; 0x00040000&lt;/P&gt;&lt;P&gt;MMU: Allocated 1088 bytes of context maps for 255 contexts&lt;/P&gt;&lt;P&gt;PERCPU: Embedded 10 pages/cpu @b1083000 s18752 r8192 d14016 u40960&lt;/P&gt;&lt;P&gt;Built 1 zonelists in Zone order, mobility grouping on.&amp;nbsp; Total pages: 260096&lt;/P&gt;&lt;P&gt;Kernel command line: root=/dev/mtdblock4 rootfstype=jffs2 rw console=ttyS0,115200&lt;/P&gt;&lt;P&gt;PID hash table entries: 4096 (order: 2, 16384 bytes)&lt;/P&gt;&lt;P&gt;Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)&lt;/P&gt;&lt;P&gt;Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)&lt;/P&gt;&lt;P&gt;Memory: 969004k/1048576k available (7824k kernel code, 79572k reserved, 280k data, 553k bss, 276k init)&lt;/P&gt;&lt;P&gt;Kernel virtual memory layout:&lt;/P&gt;&lt;P&gt;&amp;nbsp; * 0xfffdf000..0xfffff000&amp;nbsp; : fixmap&lt;/P&gt;&lt;P&gt;&amp;nbsp; * 0xfdfe9000..0xfe000000&amp;nbsp; : early ioremap&lt;/P&gt;&lt;P&gt;&amp;nbsp; * 0xf1000000..0xfdfe9000&amp;nbsp; : vmalloc &amp;amp; ioremap&lt;/P&gt;&lt;P&gt;Preemptible hierarchical RCU implementation.&lt;/P&gt;&lt;P&gt; RCU debugfs-based tracing is enabled.&lt;/P&gt;&lt;P&gt;NR_IRQS:512 nr_irqs:512 16&lt;/P&gt;&lt;P&gt;mpic: Setting up MPIC " OpenPIC&amp;nbsp; " version 1.2 at ffe040000, max 4 CPUs&lt;/P&gt;&lt;P&gt;mpic: ISU size: 256, shift: 8, mask: ff&lt;/P&gt;&lt;P&gt;mpic: Initializing for 256 sources&lt;/P&gt;&lt;P&gt;clocksource: timebase mult[efffffb] shift[22] registered&lt;/P&gt;&lt;P&gt;Console: colour dummy device 80x25&lt;/P&gt;&lt;P&gt;pid_max: default: 32768 minimum: 301&lt;/P&gt;&lt;P&gt;Mount-cache hash table entries: 512&lt;/P&gt;&lt;P&gt;mpic: requesting IPIs...&lt;/P&gt;&lt;P&gt;e500 family performance monitor hardware support registered&lt;/P&gt;&lt;P&gt;Brought up 4 CPUs&lt;/P&gt;&lt;P&gt;devtmpfs: initialized&lt;/P&gt;&lt;P&gt;xor: measuring software checksum speed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 8regs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; 760.000 MB/sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 8regs_prefetch:&amp;nbsp;&amp;nbsp; 660.000 MB/sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 32regs&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; 784.000 MB/sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 32regs_prefetch:&amp;nbsp;&amp;nbsp; 677.000 MB/sec&lt;/P&gt;&lt;P&gt;xor: using function: 32regs (784.000 MB/sec)&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDAC PCI0: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe201000.pcie' (INTERRUPT)&lt;/P&gt;&lt;P&gt;MPC85xx_edac acquired irq 493 for PCI Err&lt;/P&gt;&lt;P&gt;MPC85xx_edac PCI err registered&lt;/P&gt;&lt;P&gt;PCI: Probing PCI hardware&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: ignoring class b20 (doesn't match header type 01)&lt;/P&gt;&lt;P&gt;PCIE error(s) detected&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: PCI bridge to [bus 01-ff]&lt;/P&gt;&lt;P&gt;PCIE ERR_DR register: 0x80020000&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_STAT register: 0x80000001&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_R0 register: 0x00000800&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_R1 register: 0x00000000&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_R2 register: 0x00000000&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_R3 register: 0x00000000&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: PCI bridge to [bus 01-01]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0:&amp;nbsp;&amp;nbsp; bridge window [io&amp;nbsp; 0xfdfea000-0xfdff9fff]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0:&amp;nbsp;&amp;nbsp; bridge window [mem 0xc20000000-0xc3fffffff]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0:&amp;nbsp;&amp;nbsp; bridge window [mem pref disabled]&lt;/P&gt;&lt;P&gt;bio: create slab &amp;lt;bio-0&amp;gt; at 0&lt;/P&gt;&lt;P&gt;raid6: int32x1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 62 MB/s&lt;/P&gt;&lt;P&gt;raid6: int32x2&amp;nbsp;&amp;nbsp;&amp;nbsp; 112 MB/s&lt;/P&gt;&lt;P&gt;raid6: int32x4&amp;nbsp;&amp;nbsp;&amp;nbsp; 189 MB/s&lt;/P&gt;&lt;P&gt;raid6: int32x8&amp;nbsp;&amp;nbsp;&amp;nbsp; 166 MB/s&lt;/P&gt;&lt;P&gt;raid6: using algorithm int32x4 (189 MB/s)&lt;/P&gt;&lt;P&gt;vgaarb: loaded&lt;/P&gt;&lt;P&gt;SCSI subsystem initialized&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usbfs&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver hub&lt;/P&gt;&lt;P&gt;usbcore: registered new device driver usb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Not working new kernel(linux version 3.8.13)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;===============================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PCIe1: disabled&lt;/P&gt;&lt;P&gt;PCIe2: Root Complex, x1, regs @ 0xfe201000&lt;/P&gt;&lt;P&gt;&amp;nbsp; 01:00.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 13a8:0358 - Simple comm. controller&lt;/P&gt;&lt;P&gt;PCIe2: Bus 00 - 01&lt;/P&gt;&lt;P&gt;PCIe3: disabled&lt;/P&gt;&lt;P&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;SERDES bank 1 reference clock: 100MHz&lt;/P&gt;&lt;P&gt;SERDES bank 2 reference clock: 100MHz&lt;/P&gt;&lt;P&gt;Net:&amp;nbsp;&amp;nbsp; Initializing Fman&lt;/P&gt;&lt;P&gt;Fman1: Uploading microcode version 106.1.4&lt;/P&gt;&lt;P&gt;Change supported feature to 100:FD/HD for addr 6 features(X) 28C&lt;/P&gt;&lt;P&gt;FM1@DTSEC1 connected to Broadcom BCM54616S, address 6&lt;/P&gt;&lt;P&gt;Fiber optic mode active&lt;/P&gt;&lt;P&gt;FM1@DTSEC2 connected to Broadcom BCM54616S, address 7&lt;/P&gt;&lt;P&gt;Change supported feature to 100:FD/HD for addr 12 features(X) 28C&lt;/P&gt;&lt;P&gt;FM1@DTSEC3 connected to Broadcom BCM54616S, address 12&lt;/P&gt;&lt;P&gt;Fiber optic mode active&lt;/P&gt;&lt;P&gt;FM1@DTSEC4 connected to Broadcom BCM54616S, address 9&lt;/P&gt;&lt;P&gt;FM1@DTSEC5 connected to Broadcom BCM54616S, address 10&lt;/P&gt;&lt;P&gt;FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3, FM1@DTSEC4, FM1@DTSEC5&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;Setting bus to 1&lt;/P&gt;&lt;P&gt;Error writing the chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAND read: device 0 offset 0x100000, size 0x500000&lt;/P&gt;&lt;P&gt; 5242880 bytes read: OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAND read: device 0 offset 0x600000, size 0x100000&lt;/P&gt;&lt;P&gt; 1048576 bytes read: OK&lt;/P&gt;&lt;P&gt;WARNING: adjusting available memory to 30000000&lt;/P&gt;&lt;P&gt;## Booting kernel from Legacy Image at 01000000 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; Linux-3.8.13-rt9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; PowerPC Linux Kernel Image (gzip compressed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 4542147 Bytes = 4.3 MiB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load Address: 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... OK&lt;/P&gt;&lt;P&gt;## Flattened Device Tree blob at 00c00000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Booting using the fdt blob at 0x00c00000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Uncompressing Kernel Image ... OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Loading Device Tree to 03fe5000, end 03fff1a9 ... OK&lt;/P&gt;&lt;P&gt;WARNING: could not find compatible node fsl-usb2-mph or fsl-usb2-dr: FDT_ERR_NOTFOUND.&lt;/P&gt;&lt;P&gt;Using P2041 RDB machine description&lt;/P&gt;&lt;P&gt;Memory CAM mapping: 256/256/256/256 Mb, residual: 0Mb&lt;/P&gt;&lt;P&gt;Linux version 3.8.13-rt9 (root@localhost.localdomain) (gcc version 4.7.3 (GCC) ) #7 SMP PREEMPT RT Wed Aug 6 13:16:30 IST 201&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;No /soc@ffe000000/qman@318000 property 'fsl,qman-fqd', using memblock_alloc(0000000000200000)&lt;/P&gt;&lt;P&gt;No /soc@ffe000000/qman@318000 property 'fsl,qman-pfdr', using memblock_alloc(0000000002000000)&lt;/P&gt;&lt;P&gt;Qman ver:0a01,01,02&lt;/P&gt;&lt;P&gt;No /soc@ffe000000/bman@31a000 property 'fsl,bman-fbpr', using memblock_alloc(0000000001000000)&lt;/P&gt;&lt;P&gt;Bman ver:0a02,01,00&lt;/P&gt;&lt;P&gt;pme: No /soc@ffe000000/pme@316000 property 'fsl,pme-pdsr', using memblock_alloc(0x0000000001000000)&lt;/P&gt;&lt;P&gt;pme: No /soc@ffe000000/pme@316000 property 'fsl,pme-sre', using memblock_alloc(0x0000000000a00000)&lt;/P&gt;&lt;P&gt;No USDPAA memory, no 'usdpaa_mem' bootarg&lt;/P&gt;&lt;P&gt;CPU maps initialized for 1 thread per core&lt;/P&gt;&lt;P&gt;setup_arch: bootmem&lt;/P&gt;&lt;P&gt;arch: exit&lt;/P&gt;&lt;P&gt;bootconsole [udbg0] enabled&lt;/P&gt;&lt;P&gt;P2041 RDB board from Freescale Semiconductor&lt;/P&gt;&lt;P&gt;Zone ranges:&lt;/P&gt;&lt;P&gt;&amp;nbsp; DMA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [mem 0x00000000-0x3fffffff]&lt;/P&gt;&lt;P&gt;&amp;nbsp; Normal&amp;nbsp;&amp;nbsp; empty&lt;/P&gt;&lt;P&gt;Movable zone start for each node&lt;/P&gt;&lt;P&gt;Early memory node ranges&lt;/P&gt;&lt;P&gt;&amp;nbsp; node&amp;nbsp;&amp;nbsp; 0: [mem 0x00000000-0x3fffffff]&lt;/P&gt;&lt;P&gt;MMU: Allocated 1088 bytes of context maps for 255 contexts&lt;/P&gt;&lt;P&gt;PERCPU: Embedded 8 pages/cpu @b11de000 s10752 r8192 d13824 u32768&lt;/P&gt;&lt;P&gt;Built 1 zonelists in Zone order, mobility grouping on.&amp;nbsp; Total pages: 260096&lt;/P&gt;&lt;P&gt;Kernel command line: root=/dev/mtdblock4 rootfstype=jffs2 rw console=ttyS0,115200&lt;/P&gt;&lt;P&gt;PID hash table entries: 4096 (order: 2, 16384 bytes)&lt;/P&gt;&lt;P&gt;Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)&lt;/P&gt;&lt;P&gt;Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)&lt;/P&gt;&lt;P&gt;Memory: 885312k/1048576k available (9156k kernel code, 163264k reserved, 340k data, 552k bss, 268k init)&lt;/P&gt;&lt;P&gt;Kernel virtual memory layout:&lt;/P&gt;&lt;P&gt;&amp;nbsp; * 0xfffdf000..0xfffff000&amp;nbsp; : fixmap&lt;/P&gt;&lt;P&gt;&amp;nbsp; * 0xfdffb000..0xfe000000&amp;nbsp; : early ioremap&lt;/P&gt;&lt;P&gt;&amp;nbsp; * 0xf1000000..0xfdffb000&amp;nbsp; : vmalloc &amp;amp; ioremap&lt;/P&gt;&lt;P&gt;Preemptible hierarchical RCU implementation.&lt;/P&gt;&lt;P&gt; RCU debugfs-based tracing is enabled.&lt;/P&gt;&lt;P&gt; RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.&lt;/P&gt;&lt;P&gt;NR_IRQS:512 nr_irqs:512 16&lt;/P&gt;&lt;P&gt;mpic: Setting up MPIC " OpenPIC&amp;nbsp; " version 1.2 at ffe040000, max 4 CPUs&lt;/P&gt;&lt;P&gt;mpic: ISU size: 512, shift: 9, mask: 1ff&lt;/P&gt;&lt;P&gt;mpic: Initializing for 512 sources&lt;/P&gt;&lt;P&gt;clocksource: timebase mult[3bffffec] shift[24] registered&lt;/P&gt;&lt;P&gt;Console: colour dummy device 80x25&lt;/P&gt;&lt;P&gt;pid_max: default: 32768 minimum: 301&lt;/P&gt;&lt;P&gt;Mount-cache hash table entries: 512&lt;/P&gt;&lt;P&gt;mpic: requesting IPIs...&lt;/P&gt;&lt;P&gt;e500 family performance monitor hardware support registered&lt;/P&gt;&lt;P&gt;Brought up 4 CPUs&lt;/P&gt;&lt;P&gt;devtmpfs: initialized&lt;/P&gt;&lt;P&gt;xor: measuring software checksum speed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 8regs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; 762.000 MB/sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 8regs_prefetch:&amp;nbsp;&amp;nbsp; 662.000 MB/sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 32regs&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; 820.000 MB/sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 32regs_prefetch:&amp;nbsp;&amp;nbsp; 727.000 MB/sec&lt;/P&gt;&lt;P&gt;xor: using function: 32regs (820.000 MB/sec)&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found FSL PCI host bridge at 0x0000000ffe201000. Firmware bus number: 0-&amp;gt;1&lt;/P&gt;&lt;P&gt;PCI host bridge /pcie@ffe201000 (primary) ranges:&lt;/P&gt;&lt;P&gt; MEM 0x0000000c20000000..0x0000000c3fffffff -&amp;gt; 0x00000000e0000000&lt;/P&gt;&lt;P&gt;&amp;nbsp; IO 0x0000000ff8010000..0x0000000ff801ffff -&amp;gt; 0x0000000000000000&lt;/P&gt;&lt;P&gt;/pcie@ffe201000: PCICSRBAR @ 0xdf000000&lt;/P&gt;&lt;P&gt;EDAC PCI0: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe201000.pcie' (INTERRUPT)&lt;/P&gt;&lt;P&gt;MPC85xx_edac acquired irq 481 for PCI Err&lt;/P&gt;&lt;P&gt;MPC85xx_edac PCI err registered&lt;/P&gt;&lt;P&gt;PCI: Probing PCI hardware&lt;/P&gt;&lt;P&gt;fsl-pci ffe201000.pcie: PCI host bridge to bus 0000:00&lt;/P&gt;&lt;P&gt;pci_bus 0000:00: root bus resource [io&amp;nbsp; 0x0000-0xffff]&lt;/P&gt;&lt;P&gt;pci_bus 0000:00: root bus resource [mem 0xc20000000-0xc3fffffff] (bus address [0xe0000000-0xffffffff])&lt;/P&gt;&lt;P&gt;pci_bus 0000:00: root bus resource [bus 00-ff]&lt;/P&gt;&lt;P&gt;PCIE error(s) detected&lt;/P&gt;&lt;P&gt;PCIE ERR_DR register: 0x80020000&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_STAT register: 0x80000001&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_R0 register: 0x00000800&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: PCI bridge to [bus 01-ff]&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_R1 register: 0x00000000&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_R2 register: 0x00000000&lt;/P&gt;&lt;P&gt;PCIE ERR_CAP_R3 register: 0x00000000&lt;/P&gt;&lt;P&gt;PCI: Cannot allocate resource region 0 of device 0000:00:00.0, will remap&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: BAR 0: can't assign mem (size 0x1000000)&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: BAR 9: can't assign mem pref (size 0x200000)&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0: PCI bridge to [bus 01]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0:&amp;nbsp;&amp;nbsp; bridge window [io&amp;nbsp; 0x0000-0xffff]&lt;/P&gt;&lt;P&gt;pci 0000:00:00.0:&amp;nbsp;&amp;nbsp; bridge window [mem 0xc20000000-0xc3fffffff]&lt;/P&gt;&lt;P&gt;bio: create slab &amp;lt;bio-0&amp;gt; at 0&lt;/P&gt;&lt;P&gt;raid6: int32x1&amp;nbsp;&amp;nbsp;&amp;nbsp; 164 MB/s&lt;/P&gt;&lt;P&gt;raid6: int32x2&amp;nbsp;&amp;nbsp;&amp;nbsp; 227 MB/s&lt;/P&gt;&lt;P&gt;raid6: int32x4&amp;nbsp;&amp;nbsp;&amp;nbsp; 299 MB/s&lt;/P&gt;&lt;P&gt;raid6: int32x8&amp;nbsp;&amp;nbsp;&amp;nbsp; 217 MB/s&lt;/P&gt;&lt;P&gt;raid6: using algorithm int32x4 (299 MB/s)&lt;/P&gt;&lt;P&gt;raid6: using intx1 recovery algorithm&lt;/P&gt;&lt;P&gt;vgaarb: loaded&lt;/P&gt;&lt;P&gt;SCSI subsystem initialized&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usbfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to fix the same &lt;/P&gt;&lt;P&gt;I read following mail thread , but couldn't understand what is the problem .&lt;BR /&gt;&lt;A href="http://linuxppc.10917.n7.nabble.com/Re-PCIE-device-errors-after-linux-kernel-upgrade-tt74563.html#a74608" title="http://linuxppc.10917.n7.nabble.com/Re-PCIE-device-errors-after-linux-kernel-upgrade-tt74563.html#a74608"&gt;linuxppc-dev - Re: PCIE device errors after linux kernel upgrade | Threaded View&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 11:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249254#M265</guid>
      <dc:creator>gokulcg</dc:creator>
      <dc:date>2014-08-13T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with 2 PCIE controllers enabled</title>
      <link>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249255#M266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your issue under a new thread -- it doesn't appear to be the same issue.&amp;nbsp; Your log dump doesn't even seem to involve multiple PCIe controllers, as per the thread subject, and your working log shows a 36-bit physical address, so your problem isn't a driver that can't handle such addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you do create a new thread, be sure to indicate what's actually not working.&amp;nbsp; Those error messages may look scary, but are not likely to be related to whatever problem you're having.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 23:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/249255#M266</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2014-08-13T23:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with 2 PCIE controllers enabled</title>
      <link>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/1952419#M12174</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/6672"&gt;@rksvy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned in your post that you were able to&amp;nbsp;&lt;SPAN&gt;get 2 PCIE controllers probed properly in uboot. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1) How did you enable PCIE in the uboot?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) I am facing same problem in the linux boots&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"pci 0001:02:00.0: bridge configuration invalid ([bus 01-01]), reconfiguring"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to know if your able to fix this issue in linux.?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A&lt;/SPAN&gt;&lt;SPAN&gt;ny input will be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 18:21:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/Issue-with-2-PCIE-controllers-enabled/m-p/1952419#M12174</guid>
      <dc:creator>iicsanjeev01</dc:creator>
      <dc:date>2024-09-11T18:21:24Z</dc:date>
    </item>
  </channel>
</rss>

