<?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: Nitrogen6x uboot pcie in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Nitrogen6x-uboot-pcie/m-p/475389#M75398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at the .h i do not see a #define CONFIG_CMD_PCI commented out or otherwise, also i am missing the last 2 #defines you posted above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im looking at the nitrogen6x.h file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2016 15:56:10 GMT</pubDate>
    <dc:creator>mmonto58</dc:creator>
    <dc:date>2016-06-03T15:56:10Z</dc:date>
    <item>
      <title>Nitrogen6x uboot pcie</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nitrogen6x-uboot-pcie/m-p/475387#M75396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a nitrogen 6x (solo not quad) and have questions regarding the uboot PCIE support. Ive found a few posts saying it is in fact added, ive also found the "validation system" documentation found in the I.MX_6Dual6Quad_Linux_Ref manual. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the validation system is talks about certain settings such as " &lt;/P&gt;&lt;P&gt;CONFIG_IMX_PCIE=y&lt;/P&gt;&lt;P&gt;# CONFIG_IMX_PCIE_EP_MODE_IN_EP_RC_SYS is not set&lt;/P&gt;&lt;P&gt;CONFIG_IMX_PCIE_RC_MODE_IN_EP_RC_SYS=y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i do not find these settings in buildroot under make menuconfig. Is there a different system or set of menus where i am missing the pcie configuration options?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 21:08:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nitrogen6x-uboot-pcie/m-p/475387#M75396</guid>
      <dc:creator>mmonto58</dc:creator>
      <dc:date>2016-06-02T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nitrogen6x uboot pcie</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nitrogen6x-uboot-pcie/m-p/475388#M75397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi matthew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in uboot one can look at include/configs/*board*.h file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt; * imx6 q/dl/solo pcie would be failed to work properly in kernel, if&lt;/P&gt;&lt;P&gt; * the pcie module is iniialized/enumerated both in uboot and linux&lt;/P&gt;&lt;P&gt; * kernel.&lt;/P&gt;&lt;P&gt; * rootcause:imx6 q/dl/solo pcie don't have the reset mechanism.&lt;/P&gt;&lt;P&gt; * it is only be RESET by the POR. So, the pcie module only be&lt;/P&gt;&lt;P&gt; * initialized/enumerated once in one POR.&lt;/P&gt;&lt;P&gt; * Set to use pcie in kernel defaultly, mask the pcie config here.&lt;/P&gt;&lt;P&gt; * Remove the mask freely, if the uboot pcie functions, rather than&lt;/P&gt;&lt;P&gt; * the kernel's, are required.&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;/* #define CONFIG_CMD_PCI */&lt;/P&gt;&lt;P&gt;#ifdef CONFIG_CMD_PCI&lt;/P&gt;&lt;P&gt;#define CONFIG_PCI&lt;/P&gt;&lt;P&gt;#define CONFIG_PCI_PNP&lt;/P&gt;&lt;P&gt;#define CONFIG_PCI_SCAN_SHOW&lt;/P&gt;&lt;P&gt;#define CONFIG_PCIE_IMX&lt;/P&gt;&lt;P&gt;#define CONFIG_PCIE_IMX_PERST_GPIO&amp;nbsp;&amp;nbsp;&amp;nbsp; IMX_GPIO_NR(7, 12)&lt;/P&gt;&lt;P&gt;#define CONFIG_PCIE_IMX_POWER_GPIO&amp;nbsp;&amp;nbsp;&amp;nbsp; IMX_GPIO_NR(3, 19)&lt;/P&gt;&lt;P&gt;#endif &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 02:20:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nitrogen6x-uboot-pcie/m-p/475388#M75397</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-06-03T02:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nitrogen6x uboot pcie</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nitrogen6x-uboot-pcie/m-p/475389#M75398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at the .h i do not see a #define CONFIG_CMD_PCI commented out or otherwise, also i am missing the last 2 #defines you posted above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im looking at the nitrogen6x.h file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:56:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nitrogen6x-uboot-pcie/m-p/475389#M75398</guid>
      <dc:creator>mmonto58</dc:creator>
      <dc:date>2016-06-03T15:56:10Z</dc:date>
    </item>
  </channel>
</rss>

