<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Le 23/05/2012 08:30, Tom Cubie a &eacute;crit&nbsp;:
    <blockquote
cite="mid:CAFjve-CV3UDi-S9DS-8g6jJaVMYmCJ48JahJQEYJyhubS5p=ig@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">On Wed, May 23, 2012 at 11:26 AM,
        sysfwlab <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:sysfwlab@gmail.com" target="_blank">sysfwlab@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          Hello everybody,<br>
          <br>
          My final goal is to modify uboot-allwinner to support sun3i
          platform.<br>
          After successfully building a minimal application ("Dummy
          Sun3i<br>
          bootloader") that blink a led and after manage the UART0, i
          improve it<br>
          with small clocking, math, printf, dump tools, etc..and i
          learn a lot of<br>
          things.<br>
          (Here is a synthesis in french, but ascii schematics are in
          english<br>
          <a moz-do-not-send="true"
            href="http://www.sysfwlab.com/?cat=8" target="_blank">http://www.sysfwlab.com/?cat=8</a>)<br>
          <br>
          Now, i want to play with SD/MMC driver. I do a A10 source
          analysis and i<br>
          got a lot of information but i need help, i got some questions
          and need<br>
          your experience...<br>
          <br>
          You can found here A10 uboot SD/MMC driver analysis synthesis
          (if need):<br>
          <a moz-do-not-send="true"
            href="http://www.sysfwlab.com/?p=564" target="_blank">http://www.sysfwlab.com/?p=564</a><br>
          <br>
          You can found here F20 uboot SD/MMC driver adaptation analysis
          synthesis<br>
          (if need) :<br>
          <a moz-do-not-send="true"
            href="http://www.sysfwlab.com/?p=585" target="_blank">http://www.sysfwlab.com/?p=585</a><br>
          <br>
          Here is my questions, hope someone can help me :<br>
          <br>
          1 - I found the F20 controller base address SDCx_BASE and i
          know the<br>
          SD/MMC registers offsets for A10
          (gctrl,clkcr,timeout,with,etc...) do<br>
          you think is reasonable to think the SD/MMC controler is the
          same on F10<br>
          and A10 so registers offset can be identicale ?<br>
          <br>
        </blockquote>
        <div>I can tell you F20 and A10 has the same SD controller. But
          the CCU is different.</div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          2 - My main probleme is the main clocks registers.<br>
          On A10 we got 4 clock registers, one clock register per
          controller (ex:<br>
          SDC0_CLK : 0x01c20088 for &nbsp;SDC0_BASE : 0x01c0f000 )<br>
          On F20 we got only 2 clock registers, one clock register for
          two<br>
          controllers .<br>
          (ex: SDC01_CLK : 0x01c20018 for SDC0_BASE : 0x01c0f000 and
          SDC1_BASE :<br>
          0x01c10000)<br>
          <br>
          Here is what i known on a clock register &nbsp;for A10 (it's
          suffisant to<br>
          enable it):<br>
          -------------------------------------------------<br>
          &nbsp;Register : SDC0_CLK - Base : 0x01c20088<br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SDC1_CLK &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x01c2008c<br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SDC2_CLK &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x01c20090<br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SDC3_CLK &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x01c20094<br>
          -------------------------------------------------<br>
          &nbsp;BITS | &nbsp; DESCRIPTION<br>
          -------------------------------------------------<br>
          &nbsp; 0 &nbsp; &nbsp; &nbsp;\<br>
          &nbsp; 1 &nbsp; &nbsp; &nbsp; | Divider - 011: 3, 100: 4<br>
          &nbsp; 2 &nbsp; &nbsp; &nbsp;/<br>
          &nbsp; 3<br>
          &nbsp; 4<br>
          &nbsp;...<br>
          &nbsp;23<br>
          &nbsp;24 &nbsp; &nbsp; &nbsp;1 ???<br>
          &nbsp;25<br>
          &nbsp;...<br>
          &nbsp;30<br>
          &nbsp;31 &nbsp; &nbsp; &nbsp;1 &nbsp;???<br>
          =================================================<br>
          <br>
          Did you get and idea ? Do you think the register organisation
          for F20 is<br>
          the same expect i manage 2 controllers at once ?<br>
          (Did you ever see this on other CPU ?)<br>
          <br>
          3 - Controller frequency<br>
          I compute uboot start A10 CPU at 504MHz and PLL5 witch drive
          SD/MMC<br>
          controllers at 360 MHz, do you think is something common ?<br>
          <br>
          4 - Linux &amp; Sun3i SD/MMC driver<br>
          I dont find SD/MMC allwinner reference on linux-allwinner
          tree, but i<br>
          know it can read SD, can someone help me to find and entry
          point ?<br>
          (I ever read /drivers, /includes, but nothing about allwinner
          register,<br>
          etc...it go throught &nbsp;drivers/platform structures callback and
          callback<br>
          and callback...:) and nothing about mmc and low level
          allwinner<br>
          acces....please help ) it's a standard component ? (like UART
          is 16555<br>
          clone ?)<br>
          <br>
          5 - More generally if someone can give me the SD/MMC map
          register for<br>
          F20 it will be the best but all information, idea and
          expericence are<br>
          well come...Please Mr Allwinner, open this registers :),
          please...&nbsp;</blockquote>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <br>
          <br>
          6 - Subsidiar : I got a main clock named "VE_PLL" (in top off
          the clock<br>
          hierarchy, near "CORE_PLL", do you now what does "VE" mean ?<br>
          &nbsp; &nbsp; (Video Engine ? ...it seame to be an important module
          but....)<br>
          <br>
          Thanks a lot in advance,<br>
          (and sorry for expression)<br>
          <br>
          Bin<br>
          <br>
          <br>
          _______________________________________________<br>
          arm-netbook mailing list <a moz-do-not-send="true"
            href="mailto:arm-netbook@lists.phcomp.co.uk">arm-netbook@lists.phcomp.co.uk</a><br>
          <a moz-do-not-send="true"
            href="http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook"
            target="_blank">http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook</a><br>
          Send large attachments to <a moz-do-not-send="true"
            href="mailto:arm-netbook@files.phcomp.co.uk">arm-netbook@files.phcomp.co.uk</a><br>
        </blockquote>
      </div>
      <br>
      <br clear="all">
      <div><br>
      </div>
      -- <br>
      <font face="'trebuchet ms', sans-serif">Keep simple, stay foolish.</font>
      <div>&nbsp;</div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
arm-netbook mailing list <a class="moz-txt-link-abbreviated" href="mailto:arm-netbook@lists.phcomp.co.uk">arm-netbook@lists.phcomp.co.uk</a>
<a class="moz-txt-link-freetext" href="http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook">http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook</a>
Send large attachments to <a class="moz-txt-link-abbreviated" href="mailto:arm-netbook@files.phcomp.co.uk">arm-netbook@files.phcomp.co.uk</a></pre>
    </blockquote>
    Hello Tom,<br>
    <br>
    Many thanks for your help. <br>
    <br>
    This is as good things to known the SD/MMC controler are the same on
    F10 and A10 so i did you confirm i can use the SD/MMC offset for
    sunxi ?<br>
    <pre>-------------------------------------------------
  REGISTER | OFFSET | DESCRIPTION
-------------------------------------------------
 gctrl        0x00     Global Control Register
 clkcr        0x04     Clock Control Register
 timeout      0x08     Time Out Register
 width        0x0C     Bus Width Register
 blksz        0x10     Block Size Register...
 ...          ...      ...
 cbda         0x94
              0x98     \
              ...      | Reserved
              0xff     /
 fifo         0x100    FIFO Access Address (Database)
=================================================

</pre>
    So when you say CCU is different, you say the two SDC01_CLK and
    SDC23_CLK registers of F20 is not formated like the forth A10 SD/MMC
    SDCx_CLK register ?<br>
    <br>
    Can you tell me where can i found this information in sunxi linux
    kernel (nothing about mmc in mach_sun3i) ?<br>
    <br>
    Thanks a lot in advance<br>
    Best regards<br>
    <br>
    Bin<br>
  </body>
</html>