<?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 u-boot plugin.s details in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-plugin-s-details/m-p/693866#M107577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am in the process of porting u-boot for my custom IMX7 board. I am following&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-328200"&gt;this&lt;/A&gt;&amp;nbsp;document for migrating the u-boot from IMX7 sabresd board. Also I have generated .cfg file using DDR stress testing tool. Now I came across &amp;nbsp;this assemble file&lt;STRONG&gt; board/freescale/mx7dsabresd//plugin.S&amp;nbsp;&lt;/STRONG&gt;in the u-boot source code. Can anyone explain the purpose of this code file? Is this file needs to be ported based on my custom board? Because I can see code lines like &lt;STRONG&gt;"imx7d_ddr_freq_setting".&amp;nbsp;&lt;/STRONG&gt;Will this effect my board bring up in my custom board? Because I am using different ddr configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your&amp;nbsp;suggestion will be much&amp;nbsp;appreciated. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Gopinath S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2017 07:53:54 GMT</pubDate>
    <dc:creator>gopinathsriniva</dc:creator>
    <dc:date>2017-05-26T07:53:54Z</dc:date>
    <item>
      <title>u-boot plugin.s details</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-plugin-s-details/m-p/693866#M107577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am in the process of porting u-boot for my custom IMX7 board. I am following&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-328200"&gt;this&lt;/A&gt;&amp;nbsp;document for migrating the u-boot from IMX7 sabresd board. Also I have generated .cfg file using DDR stress testing tool. Now I came across &amp;nbsp;this assemble file&lt;STRONG&gt; board/freescale/mx7dsabresd//plugin.S&amp;nbsp;&lt;/STRONG&gt;in the u-boot source code. Can anyone explain the purpose of this code file? Is this file needs to be ported based on my custom board? Because I can see code lines like &lt;STRONG&gt;"imx7d_ddr_freq_setting".&amp;nbsp;&lt;/STRONG&gt;Will this effect my board bring up in my custom board? Because I am using different ddr configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your&amp;nbsp;suggestion will be much&amp;nbsp;appreciated. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Gopinath S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 07:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-plugin-s-details/m-p/693866#M107577</guid>
      <dc:creator>gopinathsriniva</dc:creator>
      <dc:date>2017-05-26T07:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot plugin.s details</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-plugin-s-details/m-p/693867#M107578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopinath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in general plugin file does not needs to be ported,&lt;/P&gt;&lt;P&gt;plugin method is some extension to dcd header, allowing more flexibility,&lt;/P&gt;&lt;P&gt;please check sect.6.6.8 Plugin Image i.MX7D Reference Manual &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.nxp.com%2Ffiles%2F32bit%2Fdoc%2Fref_manual%2FIMX7DRM.pdf" rel="nofollow" target="_blank"&gt;http://cache.nxp.com/files/32bit/doc/ref_manual/IMX7DRM.pdf&lt;/A&gt;&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, 26 May 2017 10:04:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-plugin-s-details/m-p/693867#M107578</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-05-26T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot plugin.s details</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-plugin-s-details/m-p/693868#M107579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for quick reply.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 10:08:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-plugin-s-details/m-p/693868#M107579</guid>
      <dc:creator>gopinathsriniva</dc:creator>
      <dc:date>2017-05-26T10:08:34Z</dc:date>
    </item>
  </channel>
</rss>

