<?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 Re: SabreSD: Adding DCD item to u-boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275835#M30689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why exactly do you need to touch ENET_PALR from the DCD? What is the issue you are trying to solve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 18:17:21 GMT</pubDate>
    <dc:creator>fabio_estevam</dc:creator>
    <dc:date>2013-02-27T18:17:21Z</dc:date>
    <item>
      <title>SabreSD: Adding DCD item to u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275832#M30686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing adding a DCD Item, i modified flash_header.S to add one more DCD item to modify ENET_PALR, after the 83rd item (SabreSD, i.mx6Q):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MXC_DCD_ITEM(84, 0x021880E4, 0xFFFFFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I updated dcd_hdr and write_dcd_cmd as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;dcd_hdr:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;.word 0x40a802D2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;write_dcd_cmd:&lt;/TD&gt;&lt;TD&gt;.word 0x04A402CC&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The u-boot now fails to boot up.&amp;nbsp; If i modify the 84th DCD Item to be the same as the 83rd DCD item (i.e. configuring DDR) it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there limitations to what registers can be updated by the ROM from the DCD list, or am i missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 00:52:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275832#M30686</guid>
      <dc:creator>ts</dc:creator>
      <dc:date>2013-02-27T00:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: SabreSD: Adding DCD item to u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275833#M30687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at Table 8-35 (Valid DCD Address Ranges) in i.MX6Q Reference Manual. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf?fpsp=1" title="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf?fpsp=1"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf?fpsp=1&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 06:00:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275833#M30687</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-02-27T06:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: SabreSD: Adding DCD item to u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275834#M30688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tarak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are only using 680 of the 1768 DCD bytes, so you should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But modifying the MAC address might have boot repercussions, especially if you are trying an NFS mount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your goal is to just modify some generic registers in the DCD, try something more benign. I do not see why you cannot change just about anything you want, in there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 15:41:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275834#M30688</guid>
      <dc:creator>RodBorras</dc:creator>
      <dc:date>2013-02-27T15:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: SabreSD: Adding DCD item to u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275835#M30689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why exactly do you need to touch ENET_PALR from the DCD? What is the issue you are trying to solve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 18:17:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275835#M30689</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-02-27T18:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: SabreSD: Adding DCD item to u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275836#M30690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&amp;nbsp; apparently not all addresses can be accessed as indicated by Yuri's link to table 8-35.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 18:48:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275836#M30690</guid>
      <dc:creator>ts</dc:creator>
      <dc:date>2013-02-27T18:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: SabreSD: Adding DCD item to u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275837#M30691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tarak: thank you for pointing this out to me, I was unaware of it.&lt;/P&gt;&lt;P&gt;Yuri: my apologies, I misunderstood your post, and did not realize it contained the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 19:19:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SabreSD-Adding-DCD-item-to-u-boot/m-p/275837#M30691</guid>
      <dc:creator>RodBorras</dc:creator>
      <dc:date>2013-02-27T19:19:51Z</dc:date>
    </item>
  </channel>
</rss>

