<?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 How to set PCIe EP's memory address? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-PCIe-EP-s-memory-address/m-p/766028#M118978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a question about how to change a PCIe device's memory address on i.MX6.&lt;/P&gt;&lt;P&gt;Now, I have a PCIe EP device connected to i.MX6 Quad (running Linux 3.14.52) and issuing &lt;EM&gt;lspci&amp;nbsp;&lt;/EM&gt;&amp;nbsp;command shows the following values for the device:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Memory at 01100000 (32-bit, non-prefetchable) [size=1M]&lt;BR /&gt; Memory at 01200000 (32-bit, non-prefetchable) [size=1M]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is how can I change these values (01100000/01200000)?&lt;/P&gt;&lt;P&gt;Should I modify device tree or Linux kernel's source code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2018 01:10:47 GMT</pubDate>
    <dc:creator>t_kuha</dc:creator>
    <dc:date>2018-01-05T01:10:47Z</dc:date>
    <item>
      <title>How to set PCIe EP's memory address?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-PCIe-EP-s-memory-address/m-p/766028#M118978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a question about how to change a PCIe device's memory address on i.MX6.&lt;/P&gt;&lt;P&gt;Now, I have a PCIe EP device connected to i.MX6 Quad (running Linux 3.14.52) and issuing &lt;EM&gt;lspci&amp;nbsp;&lt;/EM&gt;&amp;nbsp;command shows the following values for the device:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Memory at 01100000 (32-bit, non-prefetchable) [size=1M]&lt;BR /&gt; Memory at 01200000 (32-bit, non-prefetchable) [size=1M]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is how can I change these values (01100000/01200000)?&lt;/P&gt;&lt;P&gt;Should I modify device tree or Linux kernel's source code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 01:10:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-PCIe-EP-s-memory-address/m-p/766028#M118978</guid>
      <dc:creator>t_kuha</dc:creator>
      <dc:date>2018-01-05T01:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PCIe EP's memory address?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-PCIe-EP-s-memory-address/m-p/766029#M118979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi t_kuha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check PCI EP examples (0001-ENGR00268112-pcie-emaluate-the-pcie-ep-as-ram-device.patch.zip) on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95014"&gt;i.MX6Q PCIe EP/RC Validation System&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for latest kernels one can look at sect.40.4 Using PCIe Endpoint and Running Tests attached Linux Manual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Fri, 05 Jan 2018 10:50:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-PCIe-EP-s-memory-address/m-p/766029#M118979</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-01-05T10:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PCIe EP's memory address?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-PCIe-EP-s-memory-address/m-p/766030#M118980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I could change the addresses by modifying device tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 01:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-PCIe-EP-s-memory-address/m-p/766030#M118980</guid>
      <dc:creator>t_kuha</dc:creator>
      <dc:date>2018-01-26T01:48:55Z</dc:date>
    </item>
  </channel>
</rss>

