<?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: mpc8308 sdhc not working with linux in PowerQUICC Processors</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295330#M604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using mainline, where this stuff is not integrated yet.&lt;/P&gt;&lt;P&gt;Unfortunately this patch is against an acient kernel. Finding what is missing to get it running in mainline is a bit hairy, but I am trying it.&lt;/P&gt;&lt;P&gt;Maybe Freescale already has solution somewhere :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 13:52:37 GMT</pubDate>
    <dc:creator>dirkeibach</dc:creator>
    <dc:date>2014-03-17T13:52:37Z</dc:date>
    <item>
      <title>mpc8308 sdhc not working with linux</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295328#M602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing a BSP for our custom mpc8308 based board. u-boot is loaded from 1MB NOR, kernel and rootfs are on SD-Card.&lt;/P&gt;&lt;P&gt;Evaluation is done on mpc8308rdb.&lt;/P&gt;&lt;P&gt;I realised that sdhci is not supported in mpc8308rdb devicetree.&lt;/P&gt;&lt;P&gt;I added it myself, finding that it does not work in DMA mode but does work in PIO mode (which is way too slow for productive usage).&lt;/P&gt;&lt;P&gt;Is there something wrong with sdhci and DMA on mpc8308? I did not find any errata on that topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:03:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295328#M602</guid>
      <dc:creator>dirkeibach</dc:creator>
      <dc:date>2014-03-13T11:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: mpc8308 sdhc not working with linux</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295329#M603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please download the latest Linux BSP with Linux 2.6.29.6 from &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPC8308RDB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPC8308RDB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;MPC8308-RDB Reference Platform&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The node "sdhci" is supported in the device tree, please refer to the following.&lt;/P&gt;&lt;P&gt; sdhci@2e000 {&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;&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; compatible = "fsl,esdhc", "fsl,mpc8308-esdhc";&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;&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;0x2e000 0x1000&amp;gt;;&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;&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; interrupts = &amp;lt;42 0x8&amp;gt;;&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;&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; interrupt-parent = &amp;lt;&amp;amp;ipic&amp;gt;;&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;&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; /* Filled in by U-Boot */&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clock-frequency = &amp;lt;0&amp;gt;;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 02:58:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295329#M603</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-03-17T02:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: mpc8308 sdhc not working with linux</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295330#M604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using mainline, where this stuff is not integrated yet.&lt;/P&gt;&lt;P&gt;Unfortunately this patch is against an acient kernel. Finding what is missing to get it running in mainline is a bit hairy, but I am trying it.&lt;/P&gt;&lt;P&gt;Maybe Freescale already has solution somewhere :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 13:52:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295330#M604</guid>
      <dc:creator>dirkeibach</dc:creator>
      <dc:date>2014-03-17T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: mpc8308 sdhc not working with linux</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295331#M605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the attached patches and mmc driver from the released ISO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 03:23:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295331#M605</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-03-18T03:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: mpc8308 sdhc not working with linux</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295332#M606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to get SDHC running with mainline kernel, only one thing is missing: enable cache snooping for the eSDHC controller in sdhccr register. This is done in Freescale u-boot, but not in mainline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Enable cache snooping in eSDHC controller in system configuration registers */&lt;/P&gt;&lt;P&gt;out_be32(&amp;amp;sysconf-&amp;gt;sdhccr, 0x02000000);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This fixes all issues for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 08:56:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8308-sdhc-not-working-with-linux/m-p/295332#M606</guid>
      <dc:creator>dirkeibach</dc:creator>
      <dc:date>2014-03-18T08:56:40Z</dc:date>
    </item>
  </channel>
</rss>

