<p dir="ltr"><br>
El 24/07/2012 09:32, &quot;Piyush Verma&quot; &lt;<a href="mailto:piyush.pv@gmail.com">piyush.pv@gmail.com</a>&gt; escribió:<br>
&gt;<br>
&gt; Hello, <br>
&gt;<br>
&gt;<br>
&gt; With the help of TOM finally I run GLES2 test program.<br>
&gt;<br>
&gt; But when I change display to FULL HD and run test program it cause to crash all system.<br>
&gt;<br>
&gt; I think one possible cause of it could be Wrong Memory Detection.<br>
&gt;<br>
&gt; I have MELE 2000 and as I know it&#39;s memory is 512.<br>
&gt;<br>
&gt; But when kernel 3.0.36 is booting it&#39;s detecting 1GB Memory.<br>
&gt;<br>
&gt; Machine: sun4i<br>
&gt; DRAM: 1024&lt;6&gt; Total Detected Memory: 1024MB with 2 banks.<br>
&gt;<br>
&gt; Any hint to fix the issue of what&#39;s process is used to for DRAM detection so that I could trace code ?</p>
<p dir="ltr">up to .36 we use allwinner&#39;s memory detection hack which is reading the size from a magic address. since .38 we prefer the atag_men info coming from a uboot.</p>
<p dir="ltr">see fixup in mach-sun4i/core.c <br>
</p>