<?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: What is the use of memory node for DDR in device tree ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496312#M79888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you want to overwirte the memory usage passed from u-boot, you can use "linux,usable-memory", such as below case, we reserve some ddr space:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memory {&lt;/P&gt;&lt;P&gt; 13&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;&amp;nbsp;&amp;nbsp; linux,usable-memory = &amp;lt;0x80000000 0x1ff00000&amp;gt;,&lt;/P&gt;&lt;P&gt; 14&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;0xa0000000 0x1ff00000&amp;gt;;&lt;/P&gt;&lt;P&gt; 15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2015 03:09:59 GMT</pubDate>
    <dc:creator>AnsonHuang</dc:creator>
    <dc:date>2015-12-21T03:09:59Z</dc:date>
    <item>
      <title>What is the use of memory node for DDR in device tree ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496310#M79886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I see the following node in sabresd and other freescale based boards device tree.&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14506235210431626" data-renderedposition="50_8_1180_48" jivemacro_uid="_14506235210431626"&gt;&lt;P&gt;memory {&lt;/P&gt;&lt;P&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;&amp;nbsp; reg = &amp;lt;0x10000000 0x40000000&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;What is the exact use case of this?&lt;/P&gt;&lt;P&gt;Even if I change or remove it my kernel works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Dec 2015 15:00:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496310#M79886</guid>
      <dc:creator>vijaikumar</dc:creator>
      <dc:date>2015-12-20T15:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of memory node for DDR in device tree ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496311#M79887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is OK to remove it. The bootloader can pass the total RAM size to the kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Dec 2015 15:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496311#M79887</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-12-20T15:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of memory node for DDR in device tree ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496312#M79888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you want to overwirte the memory usage passed from u-boot, you can use "linux,usable-memory", such as below case, we reserve some ddr space:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memory {&lt;/P&gt;&lt;P&gt; 13&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;&amp;nbsp;&amp;nbsp; linux,usable-memory = &amp;lt;0x80000000 0x1ff00000&amp;gt;,&lt;/P&gt;&lt;P&gt; 14&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;0xa0000000 0x1ff00000&amp;gt;;&lt;/P&gt;&lt;P&gt; 15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 03:09:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496312#M79888</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2015-12-21T03:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of memory node for DDR in device tree ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496313#M79889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some boards with same CPU but different memory size. It would be perfect if I have only one device tree for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the Barebox pass the RAM size to the kernel automatically?I removed memory node from Linux and also Barebox device tree and system is still working. I am not sure this is a correct way?&amp;nbsp; or maybe would I face a problem later?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: We modified Barebox in a way that reads the memory size from GPIO just at the first step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reyhaneh Yazdani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 14:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496313#M79889</guid>
      <dc:creator>reyhanehyazdani</dc:creator>
      <dc:date>2018-06-12T14:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of memory node for DDR in device tree ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496314#M79890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Reyhaneh&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Yes, we do the same in some boards like imx6qdl-wandboard.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;You can let the bootloader detect and pass the correct amount of memory to the kernel.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Fabio Estevam&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 16:18:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496314#M79890</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2018-06-12T16:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of memory node for DDR in device tree ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496315#M79891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 06:17:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-the-use-of-memory-node-for-DDR-in-device-tree/m-p/496315#M79891</guid>
      <dc:creator>reyhanehyazdani</dc:creator>
      <dc:date>2018-06-13T06:17:49Z</dc:date>
    </item>
  </channel>
</rss>

