<?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>topic Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture? in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326218#M1413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SDK 1.3, the tar ball linux-3.2.tar.bz2 is not Freescale Linux Kernel source tar ball, actually git2_git.freescale.com.ppc.sdk.linux.git.tar.gz is Kernel source tar ball,&amp;nbsp; the Kernel source is packaged from Freescale git tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the following method to extract Kernel source code.&lt;/P&gt;&lt;P&gt;After set up the host build environment, run the command&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;bitbake virtual/kernel -c patch -f&lt;/P&gt;&lt;P&gt;Get the source in build_p2020rdb_release/tmp/work/p2020rdb-fsl-linux-gnuspe/linux-qoriq-sdk-3.0.48-r5/git.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;bitbake virtual/kernel -c configure -f&lt;/P&gt;&lt;P&gt;( this command is used to get the default Kernel configuration file)&lt;/P&gt;&lt;P&gt;Then go to Kernel source folder, and use "make ARCH=powerpc menuconfig" to configure Kernel.&lt;/P&gt;&lt;P&gt;Rebuild Kernel with&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;bitbake virtual/kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK 1.3 could be downloaded from &lt;A href="http://www.freescale.com/webapp/sps/site/overview.jsp?code=QORIQSDK_1.3" title="http://www.freescale.com/webapp/sps/site/overview.jsp?code=QORIQSDK_1.3"&gt;Freescale Linux SDK for QorIQ Processors, v1.|Freescale&lt;/A&gt;, please remember to download and install both SOURCE and E500V2 Cache Binary ISOs, the SOURCE ISO contains source tar balls, recipes and documents, the Cache Binary ISO contains binaries to accelerate the building.&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;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 06:20:35 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2014-08-07T06:20:35Z</dc:date>
    <item>
      <title>Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326207#M1402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble getting the Linux kernel PCIe AER driver working with a P2020 based system.&amp;nbsp; A summary of my issues and observations can be found in a recent post to the linux-pci mail list but so far I have not received any responses:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://thread.gmane.org/gmane.linux.kernel.pci/33564" title="http://thread.gmane.org/gmane.linux.kernel.pci/33564"&gt;http://thread.gmane.org/gmane.linux.kernel.pci/33564&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think info for any powerpc based architecture would be useful.&amp;nbsp; Any information and/or suggestions would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 20:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326207#M1402</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-07-30T20:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326208#M1403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCIe AER feature has already been included since SDK 1.3(Kernel 3.0.48).&lt;/P&gt;&lt;P&gt;The driver source file exists in drivers/pci/pcie/aer/*.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please pay attention to the following when boot up the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Please make sure CONFIG_PCIEAER and CONFIG_PCIEAER_INJECT are enabled in the Kernel configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In u-boot, please add the following in bootargs.&lt;/P&gt;&lt;P&gt;=&amp;gt; setenv othbootargs pcie_ports=native&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Check if the aer injector device is created.&lt;/P&gt;&lt;P&gt;# ls /dev/aer_inject&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:05:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326208#M1403</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-07-31T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326209#M1404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do do you think that the Linux AER driver may not have been fully functional for P2020 (powerpc) in 3.0.4 kernel but may have been functional in later kernels like 3.0.48?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked my 3.0.4 kernel config and both params were already defined:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONFIG_PCIEAER=y&lt;/P&gt;&lt;P&gt;CONFIG_PCIEAER_INJECT=y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the aer_inject device was present in my system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# ls -l /dev/a*&lt;/P&gt;&lt;P&gt;crw------- 1 root root 10, 63 Jul 17 15:48 /dev/aer_inject&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some things I have already tried from U-boot for the linux cmdline:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pcie_ports=native aerdriver.forceload=y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The posting to the linux-pci mail list I mentioned previously shows all of the other indications I see that things are partially working but not fully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 18:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326209#M1404</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-07-31T18:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326210#M1405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a compare of this part drivers/pci/pcie/aer/*.c, between kernel 3.0.4 and kernel in SDK1.3, they are same...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:11:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326210#M1405</guid>
      <dc:creator>lunminliang</dc:creator>
      <dc:date>2014-08-01T09:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326211#M1406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Verifying PCIe AER function in actual environment is quite difficult, because it is hard to trigger real hardware errors. The testing team use a software tool to fake various kinds of PCIe errors.&lt;/P&gt;&lt;P&gt;Please refer to the following procedure.&lt;/P&gt;&lt;P&gt;1. Download aer-inject test utility.&lt;/P&gt;&lt;P&gt;Write a test config file&lt;/P&gt;&lt;P&gt;e.g. $ vi aer-cfg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOMAIN 0001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BUS 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEV 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FN 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COR_STATUS BAD_TLP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HEADER_LOG 0 1 2 3&lt;/P&gt;&lt;P&gt;NOTE:&lt;/P&gt;&lt;P&gt;error type can be ["COR_STATUS", "UNCOR_STATUS"]&lt;/P&gt;&lt;P&gt;Corrected error can be:&lt;/P&gt;&lt;P&gt;["BAD_TLP", "RCVR", "BAD_DLLP", "REP_ROLL", "REP_TIMER"]&lt;/P&gt;&lt;P&gt;Uncorrected non-fatal error can be:&lt;/P&gt;&lt;P&gt;["POISON_TLP", "COMP_TIME", "COMP_ABORT", "UNX_COMP", "ECRC", "UNSUP"]&lt;/P&gt;&lt;P&gt;Uncorrected fatal error can be:&lt;/P&gt;&lt;P&gt;["TRAIN", "DLP", "FCP", "RX_OVER", "MALF_TLP"]&lt;/P&gt;&lt;P&gt;2. # lspci&lt;/P&gt;&lt;P&gt;00:00.0 Class 0604: 1957:0410&lt;/P&gt;&lt;P&gt;01:00.0 Class 0200: 8086:10d3&lt;/P&gt;&lt;P&gt;e.g. here device "01:00.0" is the PCIe NIC e1000 network card in the test scenario.&lt;/P&gt;&lt;P&gt;3. Download aer-inject and aer-cfg from host to test-board&lt;/P&gt;&lt;P&gt;$ scp aer-inject aer-cfg root@test-board-ip:~&lt;/P&gt;&lt;P&gt;4. ensure the pcie device domain-number/bus-number/device-number/function-number in aer-cfg&lt;/P&gt;&lt;P&gt;is accordant to those in the output of lspci&lt;/P&gt;&lt;P&gt;5. Run aer-inject, corresponding error information will be reported as below and AER will&lt;/P&gt;&lt;P&gt;recover PCIE device according to the type of errors.&lt;/P&gt;&lt;P&gt;# ./aer-inject aer-cfg&lt;/P&gt;&lt;P&gt;example of error report as below:&lt;/P&gt;&lt;P&gt;pcieport 0000:00:00.0: AER: Corrected error received: id=0100&lt;/P&gt;&lt;P&gt;e1000e 0000:01:00.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer,&lt;/P&gt;&lt;P&gt;id=0100(Receiver ID)&lt;/P&gt;&lt;P&gt;e1000e 0000:01:00.0: device [8086:10d3] error status/mask=00000040/00002000&lt;/P&gt;&lt;P&gt;e1000e 0000:01:00.0: [ 6] Bad TLP&lt;/P&gt;&lt;P&gt;root@p1010rdb:~#&lt;/P&gt;&lt;P&gt;6. The pcie device(e1000e PCIE NIC) should still work after AER error recovery.&lt;/P&gt;&lt;P&gt;# ping 192.168.1.1 -c 2 -s 64&lt;/P&gt;&lt;P&gt;PING 192.168.1.1 (192.168.1.1): 64 data bytes&lt;/P&gt;&lt;P&gt;72 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=0.272 ms&lt;/P&gt;&lt;P&gt;72 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.210 ms&lt;/P&gt;&lt;P&gt;--- 192.168.1.1 ping statistics ---&lt;/P&gt;&lt;P&gt;2 packets transmitted, 2 packets received, 0% packet loss&lt;/P&gt;&lt;P&gt;round-trip min/avg/max/stddev = 0.210/0.241/0.272/0.031 ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, I have attached SDK 1.3 AER driver code as the above, you could compare it with yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 10:03:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326211#M1406</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-08-04T10:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326212#M1407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to get aer-inject to work on my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found an early version of aer-inject (0.1), but it does not support things like "DOMAIN" key word.&amp;nbsp; This link to the kernel site is empty:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.kernel.org/pub/linux/utils/pci/aer-inject/"&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; text-decoration: underline; font-family: Calibri;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://www.kernel.org/pub/linux/utils/pci/aer-inject/" target="test_blank"&gt;https://www.kernel.org/pub/linux/utils/pci/aer-inject/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Is there somewhere else I can download a more recent version of aer-inject?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;I tried testing with a GbE PCIe card (see lspci output down below) but I get error messages at the command line.:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;# ./aer-inject test/aer2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Error: Failed to write, Invalid argument&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Here is the contents of aer2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;# more test/aer2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;AER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;BUS 0x13 DEV 0 FN 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;COR_STATUS BAD_TLP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;HEADER_LOG 0 1 2 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GbE PCIe card is functional in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The right params are configured in the kernel:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;$ grep AER .config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;CONFIG_PCIEAER=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;CONFIG_PCIEAER_INJECT=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Linux cmdline shows pcie_ports=native set properly:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;# cat /proc/cmdline&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;console=ttyS1,115200 root=/dev/nfs rw nfsroot=192.168.8.120:/opt/xes/XPedite5570/sn07112008 ip=192.168.8.97:192.168.8.120:192.168.8.254:255.255.255.0:mm:bp0:off pcie_ports=native&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;lspci output for GbE device:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;13:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Subsystem: Device 7470:3468&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast &amp;gt;TAbort- &amp;lt;TAbort- &amp;lt;MAbort- &amp;gt;SERR- &amp;lt;PERR- INTx-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Latency: 0, Cache Line Size: 32 bytes&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Interrupt: pin A routed to IRQ 62&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Region 0: I/O ports at 1000 [size=256]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Region 2: Memory at f80500000 (64-bit, non-prefetchable) [size=4K]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Region 4: Memory at f80504000 (64-bit, prefetchable) [size=16K]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Capabilities: [40] Power Management version 3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Address: 00000000fff41740&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Data: 0014&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Capabilities: [70] Express (v2) Endpoint, MSI 01&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s &amp;lt;512ns, L1 &amp;lt;64us&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;MaxPayload 128 bytes, MaxReadReq 4096 bytes&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 &amp;lt;512ns, L1 &amp;lt;64us&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;ClockPM+ Surprise- LLActRep- BwNot-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;DevCap2: Completion Timeout: Not Supported, TimeoutDis+&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Compliance De-emphasis: -6dB&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Capabilities: [b0] MSI-X: Enable- Count=4 Masked-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Vector table: BAR=4 offset=00000000&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;PBA: BAR=4 offset=00000800&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Capabilities: [d0] Vital Product Data&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Unknown small resource type 05, will not decode more.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Capabilities: [100 v1] Advanced Error Reporting&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;UESta:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;UEMsk:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&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; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;CESta:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;RxErr- BadTLP+ BadDLLP- Rollover- Timeout- NonFatalErr-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;CEMsk:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Capabilities: [140 v1] Virtual Channel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Caps:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;LPEVC=0 RefClk=100ns PATEntryBits=1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Arb:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Fixed- WRR32- WRR64- WRR128-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Ctrl:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;ArbSelect=Fixed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Status: InProgress-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;VC0:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Caps:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Arb:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Ctrl:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Enable+ ID=0 ArbSelect=Fixed TC/VC=ff&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Status: NegoPending- InProgress-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Capabilities: [160 v1] Device Serial Number 00-00-00-00-68-4c-e0-00&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Kernel driver in use: r8168&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 22:09:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326212#M1407</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-08-04T22:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326213#M1408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have verified aer-inject 0.1, there is on problem on my target.&lt;/P&gt;&lt;P&gt;Please wait my result to verify on a P2020 target board,because on some legacy platforms with legacy PCI conroller(e.g. some non-DPAA platforms), hardware doesn't support Fatal error type for AER, just support Non-Fatal error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:18:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326213#M1408</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-08-05T15:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326214#M1409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;It would first be interesting to know if PCIe AER is fully functional on P2020 using SDK 1.3 since that is closest to the current board support package for my SBC.&amp;nbsp; If not, then it would be interesting to know if it works better using SDK 1.6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:42:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326214#M1409</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-08-05T15:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326215#M1410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking at both the Freescale SDK 1.3 and 1.3.2 source ISO's and they both appear to be based on Linux kernel 3.2.0.&amp;nbsp; I thought you said SDK 1.3 used Linux kernel 3.0.48?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 20:00:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326215#M1410</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-08-05T20:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326216#M1411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linux Kernel in SDK 1.3 is 3.0.48, I am sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have verified PCIe AER function on P2020RDB-PC with SDK 1.3 images, and it executed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used aer-inject 0.1 and your configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached Kernel log and aer-inject binary file for you, hope they are helpful.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 09:12:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326216#M1411</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-08-06T09:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326217#M1412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I guess I can try to compare the SDK 1.3 kernel to my 3.0.4 kernel to see what the differences are.&amp;nbsp; I can also try to get the SDK 1.3 kernel to run on my target to see if at least the aer-inject test works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned, I downloaded both the SDK 1.3 source ISO and the 1.3.2 source ISO, they both have a Linux 3.2.0 kernel.&amp;nbsp; For instance, the only kernel source I see is named "linux-3.2.tar.bz2", the top level Makefile inside this file starts with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VERSION = 3&lt;/P&gt;&lt;P&gt;PATCHLEVEL = 2&lt;/P&gt;&lt;P&gt;SUBLEVEL = 0&lt;/P&gt;&lt;P&gt;EXTRAVERSION =&lt;/P&gt;&lt;P&gt;NAME = Saber-toothed Squirrel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which indicates kernel version 3.2.0.&amp;nbsp; Is there another older version of SDK 1.3 that is based on Linux kernel 3.0.48?&amp;nbsp; Is it available to download?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:56:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326217#M1412</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-08-06T14:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326218#M1413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SDK 1.3, the tar ball linux-3.2.tar.bz2 is not Freescale Linux Kernel source tar ball, actually git2_git.freescale.com.ppc.sdk.linux.git.tar.gz is Kernel source tar ball,&amp;nbsp; the Kernel source is packaged from Freescale git tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the following method to extract Kernel source code.&lt;/P&gt;&lt;P&gt;After set up the host build environment, run the command&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;bitbake virtual/kernel -c patch -f&lt;/P&gt;&lt;P&gt;Get the source in build_p2020rdb_release/tmp/work/p2020rdb-fsl-linux-gnuspe/linux-qoriq-sdk-3.0.48-r5/git.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;bitbake virtual/kernel -c configure -f&lt;/P&gt;&lt;P&gt;( this command is used to get the default Kernel configuration file)&lt;/P&gt;&lt;P&gt;Then go to Kernel source folder, and use "make ARCH=powerpc menuconfig" to configure Kernel.&lt;/P&gt;&lt;P&gt;Rebuild Kernel with&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;bitbake virtual/kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK 1.3 could be downloaded from &lt;A href="http://www.freescale.com/webapp/sps/site/overview.jsp?code=QORIQSDK_1.3" title="http://www.freescale.com/webapp/sps/site/overview.jsp?code=QORIQSDK_1.3"&gt;Freescale Linux SDK for QorIQ Processors, v1.|Freescale&lt;/A&gt;, please remember to download and install both SOURCE and E500V2 Cache Binary ISOs, the SOURCE ISO contains source tar balls, recipes and documents, the Cache Binary ISO contains binaries to accelerate the building.&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;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:20:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326218#M1413</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-08-07T06:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326219#M1414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not get a chance to try anything with the SDK 1.3 kernel source.&amp;nbsp; I am not familiar with Yocto and it looked like it may take some effort to properly configure a kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the single board computer vendor produced a 3.14.15 kernel and device tree that I was able to use for testing.&amp;nbsp; The AER driver appeared to be functional:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Courier New'; font-size: 10pt;"&gt;# dmesg|grep aer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Courier New'; font-size: 10pt;"&gt;aer 0000:00:00.0:pcie02: service driver aer loaded&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt; font-family: Calibri;"&gt;dmesg output after using aer-inject test:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Courier New'; font-size: 10pt;"&gt;pcieport 0000:00:00.0: AER: Corrected error received: id=0000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Courier New'; font-size: 10pt;"&gt;pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=0000(Receiver ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Courier New'; font-size: 10pt;"&gt;pcieport 0000:00:00.0:&amp;nbsp;&amp;nbsp; device [1957:0070] error status/mask=00000040/00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Courier New'; font-size: 10pt;"&gt;pcieport 0000:00:00.0:&amp;nbsp;&amp;nbsp;&amp;nbsp; [ 6] Bad TLP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3.14.X is currently the latest long term maintenance Linux kernel release.&amp;nbsp; We will likely migrate to this kernel version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 23:24:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326219#M1414</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-08-11T23:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326220#M1415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is OK that you want to use Linux 3.14, and it is newer than SDK 1.6 release(Linux 3.12).&lt;/P&gt;&lt;P&gt;Previously you said you were using Linux 3.0.4, so I recommended you SDK 1.3(3.0.48) the closest version to yours. I think probably you had finished most of your porting work on Linux 3.0.4, so I didn't suggest you to migrate to the latest SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway if you need the assistance to use Freescale Linux SDK, please feel free to let me know.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 08:29:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326220#M1415</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-08-12T08:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326221#M1416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did have a few questions about the Freescale Linux SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which Linux kernel will SDK 1.7 use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the case of the P2020, does SDK 1.6 include patches to the standard Linux kernel or is it mainly have to do with properly configuring the standard Linux kernel?&amp;nbsp; In other words, does Freescale find it necessary to modify the Linux kernel source in order to get things to work well on the P2020?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:10:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326221#M1416</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-08-12T19:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326222#M1417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linux SDK 1.6 is just released in June, it integrates Linux 3.12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freescale Linux SDK is based on standard Linux Kernel, and integrates Freescale specific patches for Freescale target boards to make them work well in functionality and performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 11:37:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326222#M1417</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-08-13T11:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326223#M1418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to explore SDK 1.6 for the p2020rdb machine.&amp;nbsp; I would like to see the list of patches that are applied to the standard Linux kernel.&amp;nbsp; I have no experience with Yocto, but from looking at the documentation, I thought it might be helpful to use the yocto-kernel commands "config list", "patch list", and "feature list", however they do not appear to work as I get an error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:user@XGbE-00:~/linux/fsl/QorIQ-SDK-V1.6-20140619-yocto/build_p2020rdb_release$"&gt;user@XGbE-00:~/linux/fsl/QorIQ-SDK-V1.6-20140619-yocto/build_p2020rdb_release$&lt;/A&gt; yocto-kernel patch list p2020rdb&lt;/P&gt;&lt;P&gt;Unable to find the BSP layer for machine p2020rdb.&lt;/P&gt;&lt;P&gt;Please make sure it is listed in bblayers.conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the proper format of yocto commands to look at kernel config, patch, and feature lists for SDK 1.6?&amp;nbsp; Are there other commands that would be useful to use in order to determine how the Linux kernel has&amp;nbsp; been modified, configured, etc.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 16:22:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326223#M1418</guid>
      <dc:creator>rkj</dc:creator>
      <dc:date>2014-08-13T16:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326224#M1419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P2020RDB is supported in upstream Linux; unless there is some specific SDK feature you need, I would not bother with the SDK kernel for that target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK 1.6 has many patches on top of the 3.12 kernel, most of which are not relevant to p2020, or are special-purpose optimizations, etc.&amp;nbsp; The SDK does not have a separate kernel for each target.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 22:37:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326224#M1419</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2014-08-13T22:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Does Linux kernel 3.0.4 support use of PCIe AER driver with P2020 or any powerpc based architecture?</title>
      <link>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326225#M1420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the command "bitbake virtual/kernel -c patch -f" to extract the source in&lt;/P&gt;&lt;P&gt;build_p2020rdb_release/tmp/work/p2020rdb-fsl-linux-gnuspe/linux-qoriq-sdk/3.12-r0/git.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a git tree folder, you could use "git log" to show the patch list.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 11:23:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Does-Linux-kernel-3-0-4-support-use-of-PCIe-AER-driver-with/m-p/326225#M1420</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-08-14T11:23:28Z</dc:date>
    </item>
  </channel>
</rss>

