<?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>Layerscape中的主题 Re: how to use the ddr code generated from codewarrior</title>
    <link>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1621180#M12079</link>
    <description>&lt;P&gt;Can we use CONFIG_DDR_NODIMM&amp;nbsp; for static DDR on board ??&lt;BR /&gt;Will it work this way ?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 20:35:10 GMT</pubDate>
    <dc:creator>saidivvela</dc:creator>
    <dc:date>2023-03-23T20:35:10Z</dc:date>
    <item>
      <title>how to use the ddr code generated from codewarrior</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1506797#M11040</link>
      <description>&lt;P&gt;we use 10*MT40A1G16 to get 16GB memory, one ddr controller connect 8GB. three questions:&lt;/P&gt;&lt;P&gt;1)on codewarrior ddr config, we should select what dram type? NoDimm or Discrete?&lt;/P&gt;&lt;P&gt;2)how to use the two ddr_init1.c and ddr_init2.c and other ddr code.&lt;/P&gt;&lt;P&gt;3)in lsdk&amp;nbsp;components\firmware\atf\plat\nxp\soc-lx2160a\lx2160ardb\ddr_init.c,&lt;/P&gt;&lt;P&gt;we should define&amp;nbsp;&lt;SPAN&gt;CONFIG_STATIC_DDR or&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CONFIG_DDR_NODIMM?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what's their difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Aug 2022 11:53:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1506797#M11040</guid>
      <dc:creator>Simon666</dc:creator>
      <dc:date>2022-08-16T11:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the ddr code generated from codewarrior</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1508509#M11053</link>
      <description>&lt;P&gt;1. You could select "Discrete DRAM".&lt;/P&gt;&lt;P&gt;2. Please use&amp;nbsp;&lt;SPAN&gt;ddr_init1.c to replace&amp;nbsp;components\firmware\atf\plat\nxp\soc-lx2160a\lx2160ardb\ddr_init.c in LSDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.&amp;nbsp;When a board design uses fixed or discrete DDR, static timing can be used to configure DDR timing parameters.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Define macro “CONFIG_STATIC_DDR” in plat/nxp///plafform_def.h to enable discrete DDR timings. Define board_static_ddr() function and structure ddr_cfg_regs in file ddr_init.c. It configures DDR controller configuration registers directly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Define macro “CONFIG_DDR_NODIMM” in plat/nxp///platform_def.h to enable MOCK DIMM support.&amp;nbsp;Hardcoded timing in place of reading SPD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 02:52:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1508509#M11053</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-08-19T02:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the ddr code generated from codewarrior</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1509847#M11064</link>
      <description>&lt;P&gt;can I use CONFIG_DDR_NODIMM too? I can get DDR parameters to NODIMM and it's more readable.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 03:10:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1509847#M11064</guid>
      <dc:creator>Simon666</dc:creator>
      <dc:date>2022-08-23T03:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the ddr code generated from codewarrior</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1621180#M12079</link>
      <description>&lt;P&gt;Can we use CONFIG_DDR_NODIMM&amp;nbsp; for static DDR on board ??&lt;BR /&gt;Will it work this way ?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 20:35:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1621180#M12079</guid>
      <dc:creator>saidivvela</dc:creator>
      <dc:date>2023-03-23T20:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the ddr code generated from codewarrior</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1621258#M12081</link>
      <description>&lt;P&gt;CONFIG_DDR_NODIMM is working&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 01:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-the-ddr-code-generated-from-codewarrior/m-p/1621258#M12081</guid>
      <dc:creator>Simon666</dc:creator>
      <dc:date>2023-03-24T01:10:56Z</dc:date>
    </item>
  </channel>
</rss>

