<?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中的主题 ROM API for DCD process</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222992#M15172</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;&lt;/P&gt;&lt;P&gt;I'm currently developing a tiny boot for eeprom on imx6sl for loading u-boot from NAND SPI.&lt;/P&gt;&lt;P&gt;Everything is fine except I'm too lazy to re-write a DCD processor to load the u-boot DCD part.&lt;/P&gt;&lt;P&gt;Is there an official ROM API entry to call for this purpose ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arnaud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2013 12:50:55 GMT</pubDate>
    <dc:creator>ArnaudMouiche</dc:creator>
    <dc:date>2013-03-13T12:50:55Z</dc:date>
    <item>
      <title>ROM API for DCD process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222992#M15172</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;&lt;/P&gt;&lt;P&gt;I'm currently developing a tiny boot for eeprom on imx6sl for loading u-boot from NAND SPI.&lt;/P&gt;&lt;P&gt;Everything is fine except I'm too lazy to re-write a DCD processor to load the u-boot DCD part.&lt;/P&gt;&lt;P&gt;Is there an official ROM API entry to call for this purpose ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arnaud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 12:50:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222992#M15172</guid>
      <dc:creator>ArnaudMouiche</dc:creator>
      <dc:date>2013-03-13T12:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API for DCD process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222993#M15173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean SPI flash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can use the same DCD configuration that is used to boot from SD card:&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/board/freescale/mx6sl_evk/flash_header.S?h=imx_v2009.08_1.1.0" title="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/board/freescale/mx6sl_evk/flash_header.S?h=imx_v2009.08_1.1.0"&gt;uboot-imx.git - Freescale i.MX u-boot Tree&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and just flash u-boot into offset 0x400 of your SPI Flash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 16:31:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222993#M15173</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-03-13T16:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API for DCD process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222994#M15174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I really mean "SPI NAND flash" (not SPI NOR, not parallel NAND), so something which is not directly bootable by the imx6SL ROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why the first stage will be a 4KB bootloader on eeprom, knowning just enough of the bad blocks &amp;amp; bad bits to look for multiple copies of uboot inside this Nand.&lt;/P&gt;&lt;P&gt;Since I want to keep the uboot header (IVT+ DCD...) as similar as the original, it must manage DCD process and/or plugins inside this first stage, or at least, forward the process to the ROM code (through a possible ROM API)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to put the DCD part inside this 4KB, since:&lt;/P&gt;&lt;P&gt;- 4KB is already very small&lt;/P&gt;&lt;P&gt;- if possible, I don't want to update this first stage when the DDR parameters will need to change (experience shows It can be frequent...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arnaud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222994#M15174</guid>
      <dc:creator>ArnaudMouiche</dc:creator>
      <dc:date>2013-03-13T17:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API for DCD process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222995#M15175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There were several discussions about the i.MX6 ROM API (what is it, how to use). The recent recommendation is to avoid&lt;BR /&gt;use the ROM API (it is not well documented, it is not clear if it will not be changed in next releases).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 03:45:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222995#M15175</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-03-14T03:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API for DCD process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222996#M15176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok fine.&lt;/P&gt;&lt;P&gt;anyway a DCD processor doesn't request too much space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;arnaud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 08:34:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222996#M15176</guid>
      <dc:creator>ArnaudMouiche</dc:creator>
      <dc:date>2013-03-14T08:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API for DCD process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222997#M15177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.818181991577148px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.nxp.com/people/ArnaudMouiche"&gt;ArnaudMouiche&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Any update? Did you ever implemented this successfully?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.R&lt;BR /&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 07:55:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222997#M15177</guid>
      <dc:creator>JerryFan</dc:creator>
      <dc:date>2013-08-19T07:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API for DCD process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222998#M15178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I implemented all what I want successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DCD stuff was not complicated at all, just consuming few but important&lt;/P&gt;&lt;P&gt;code bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arnaud&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Le 19 août 2013 à 09:55, Chongbin Fan &amp;lt;b32609@freescale.com&amp;gt; a écrit :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;https://community.freescale.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.freescale.com/&amp;gt;  You have been mentioned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by Chongbin Fan&amp;lt;https://community.freescale.com/people/JerryFan?et=notification.mention&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;in Re: ROM API for DCD process in Freescale Community&lt;/STRONG&gt; - View Chongbin&lt;/P&gt;&lt;P&gt;Fan's reference to&lt;/P&gt;&lt;P&gt;you&amp;lt;https://community.freescale.com/message/345378?et=notification.mention#345378&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 17:38:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-API-for-DCD-process/m-p/222998#M15178</guid>
      <dc:creator>ArnaudMouiche</dc:creator>
      <dc:date>2013-08-19T17:38:54Z</dc:date>
    </item>
  </channel>
</rss>

