<?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>i.MX ProcessorsのトピックRe: Common U-boot for different DDR size?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Common-U-boot-for-different-DDR-size/m-p/669502#M103058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sijil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to load small uboot portion to internal ram (OCRAM) and&lt;/P&gt;&lt;P&gt;configure ddr based on its size, then relocate full uboot to ddr.&lt;/P&gt;&lt;P&gt;Probably approach of SPL Uoot may suit:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://stackoverflow.com/questions/31244862/what-is-the-use-of-spl-secondary-program-loader" title="http://stackoverflow.com/questions/31244862/what-is-the-use-of-spl-secondary-program-loader"&gt;ubuntu - what is the use of SPL (secondary program loader) - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/tpl-presentation.pdf" title="http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/tpl-presentation.pdf"&gt;http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/tpl-presentation.pdf&lt;/A&gt;&amp;nbsp;&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 May 2017 23:28:54 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-05-05T23:28:54Z</dc:date>
    <item>
      <title>Common U-boot for different DDR size?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Common-U-boot-for-different-DDR-size/m-p/669501#M103057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are planning to have a common u-boot for 2 different hardware with different DDR size. One hardware with 2 GB DDR and other with 512 MB DDR. We are using iMX6 Dual core custom boards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have a common u-boot with some default DDR configuration so that it will work for 2 boards ?&lt;/P&gt;&lt;P&gt;After booting with default DDR configuration, reconfigure DDR based on the actual DDR size from u-boot .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DDR sizes of two boards are as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) 64x16 MB ( 4 DDR ) &amp;nbsp;- 512 MB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) 512x16 MB (4 DDR) &amp;nbsp;- 2 GB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The plan was to boot with mnimum DDR size ( 512) and after boot up read hardware BOM to identify the actual DDR size need to be configured . If the size is not matching reconfigure DDR from u-boot itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it really possible ?? &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 14:23:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Common-U-boot-for-different-DDR-size/m-p/669501#M103057</guid>
      <dc:creator>sijilcv</dc:creator>
      <dc:date>2017-05-05T14:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Common U-boot for different DDR size?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Common-U-boot-for-different-DDR-size/m-p/669502#M103058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sijil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to load small uboot portion to internal ram (OCRAM) and&lt;/P&gt;&lt;P&gt;configure ddr based on its size, then relocate full uboot to ddr.&lt;/P&gt;&lt;P&gt;Probably approach of SPL Uoot may suit:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://stackoverflow.com/questions/31244862/what-is-the-use-of-spl-secondary-program-loader" title="http://stackoverflow.com/questions/31244862/what-is-the-use-of-spl-secondary-program-loader"&gt;ubuntu - what is the use of SPL (secondary program loader) - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/tpl-presentation.pdf" title="http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/tpl-presentation.pdf"&gt;http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/tpl-presentation.pdf&lt;/A&gt;&amp;nbsp;&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 May 2017 23:28:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Common-U-boot-for-different-DDR-size/m-p/669502#M103058</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-05-05T23:28:54Z</dc:date>
    </item>
  </channel>
</rss>

