<br><font size=2 face="sans-serif">Hi all,</font><br><font size=2 face="sans-serif">I need to execute U-boot in a memory
region higher than 256MB.</font><br><font size=2 face="sans-serif">In order to do so, I changed the piece
of code in board.c (under the CONFIG_VERY_BIG_RAM branch)</font><br><font size=2 face="sans-serif">from</font><br><br><font size=2 face="Courier New">-- &nbsp; &nbsp; &nbsp; &nbsp;/*
only allow stack below 256M */</font><br><font size=2 face="Courier New">-- &nbsp; &nbsp; &nbsp; &nbsp;addr
= CFG_SDRAM_BASE +</font><br><font size=2 face="Courier New">-- &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; (gd-&gt;ram_size &gt; 256 &lt;&lt; 20) ? 256 &lt;&lt;
20 : gd-&gt;ram_size;</font><br><br><font size=2 face="sans-serif">to</font><br><br><font size=2 face="Courier New">++ &nbsp; &nbsp; &nbsp; &nbsp;/*
only allow stack below 256M */</font><br><font size=2 face="Courier New">++ &nbsp; &nbsp; &nbsp; &nbsp;addr
= CFG_SDRAM_BASE +</font><br><font size=2 face="Courier New">++ &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; (gd-&gt;ram_size &gt; CFG_MAX_DRAM_UBOOT_SIZE &lt;&lt;
20) ? CFG_MAX_DRAM_UBOOT_SIZE &lt;&lt; 20 : gd-&gt;ram_size;</font><br><br><font size=2 face="sans-serif">where CFG_MAX_DRAM_UBOOT_SIZE is a constant
that I assign to be 1GB (the physical dimension of my memory).</font><br><br><font size=2 face="sans-serif">Apparently, U-boot seems to work fine..
(boots from network, programs flashes...)</font><br><br><font size=2 face="sans-serif">Is there anything else I need to atke
into account for my needs?</font><br><br><font size=2 face="sans-serif">Thanks</font><br><br><font size=2 face="sans-serif">luigi</font><br><br><br><font size=2 face="sans-serif">- - - - - - - - - - - - - - - - - -
- - - - - - - - - - - <br>Luigi Campora<br>Sirti S.p.A.<br>TR-LH Divisione Trasporti<br>Via Bombrini, 11/4<br>16149 Genova<br>tel: &nbsp;+39 010 65948 36<br>fax: &nbsp;+39 010 65948 22<br>cell: +39 335 7470015<br>Web: www.sirti.it<br>email: L.Campora@sirti.it<br>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - <br></font><font face="sans-serif"><style type="text/css">
a:link { color: blue;}
a:visited { color: blue;}
a:active { color: blue;}
</style>
<br>
<br>
<FONT color="#000000" size="2" face="Courier New" >
NOTA DI RISERVATEZZA<br>
Questo messaggio e&nbsp; i suoi allegati sono&nbsp; destinati esclusivamente<br>
alle persone in indirizzo e puo' contenere informazioni riservate.<br>
Se&nbsp; avete ricevuto &nbsp;il &nbsp;messaggio &nbsp;per errore,&nbsp; Vi &nbsp;informiamo che<br>
qualsiasi&nbsp; utilizzo dei contenuti della presente e'&nbsp; assolutamente<br>
vietato. &nbsp;Vi &nbsp;invitiamo&nbsp; a &nbsp;rispedire &nbsp;immediatamente&nbsp; la mail&nbsp; al<br>
mittente e&nbsp; a distruggere il messaggio. Per &nbsp;qualsiasi dubbio,&nbsp; Vi<br>
invitiamo a contattarci rispondendo a <a href="mailto:webmaster@sirti.it">webmaster@sirti.it</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Grazie&nbsp;&nbsp; <a href="http://www.sirti.it">www.sirti.it</a><br>
<br>
<br>
CONFIDENTIALITY NOTICE<br>
This&nbsp; message &nbsp;and its&nbsp; attachments are&nbsp; addressed &nbsp;solely &nbsp;to&nbsp; the<br>
persons above and may contain confidential information. If you have<br>
received the message&nbsp; in error,&nbsp; be informed that any&nbsp; use &nbsp;of &nbsp;the<br>
content hereof is prohibited.&nbsp; Please return it&nbsp; immediately to the  <br>
sender&nbsp; and delete the&nbsp; message. Should &nbsp;you&nbsp; have &nbsp;any &nbsp;questions,<br>
please contact us by replying to  <a href="mailto:webmaster@sirti.it">webmaster@sirti.it</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thank you&nbsp;&nbsp; <a href="http://www.sirti.it">www.sirti.it</a><br>
<br>
<br>
</font>

</font>