<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">I have just port U-Boot to a new custom board (MPC860).</font>
<br>
<br><font size=2 face="sans-serif">U-Boot boot but freeze after &quot;New Stack Pointer is&quot;. I can't understand why. I have verify</font>
<br><font size=2 face="sans-serif">the configuration of UPMA (Sdram) and the clock config (33 Mhz)</font>
<br><font size=2 face="sans-serif">with my Bdm and all it's ok.</font>
<br>
<br><font size=2 face="sans-serif">With my logic analyser I saw that the MPC freeze with the 0x1000</font>
<br><font size=2 face="sans-serif">value on the adresse bus (SDRAM) and the last PROM adresse</font>
<br><font size=2 face="sans-serif">should be dache_status function (saw it in map file) but I can understand</font>
<br><font size=2 face="sans-serif">why.</font>
<br>
<br><font size=2 face="sans-serif">Does anyone known where I should search my problem ?</font>
<br>
<br><font size=2 face="sans-serif">Thanks a lot.</font>
<br>
<br><font size=2 face="sans-serif">Cedric</font>
<br>
<br>
<br><font size=2 face="sans-serif">PS : This is the console output</font>
<br>
<br><font size=2 face="sans-serif">U-Boot 0.2.0 (Mar 17 2003 - 16:55:22)</font>
<br>
<br><font size=2 face="sans-serif">CPU: &nbsp; XPC860xxZPnnC1 at 33.325 MHz: 4 kB I-Cache 4 kB D-Cache</font>
<br><font size=2 face="sans-serif">Board: SDEL CPU4000</font>
<br><font size=2 face="sans-serif">DRAM: &nbsp; 4 MB</font>
<br><font size=2 face="sans-serif">Top of RAM usable for U-Boot at: 00400000</font>
<br><font size=2 face="sans-serif">Reserving 256k for U-Boot at: 003c0000</font>
<br><font size=2 face="sans-serif">Reserving 144k for malloc() at: 0039c000</font>
<br><font size=2 face="sans-serif">Reserving 60 Bytes for Board Info at: 0039bfc4</font>
<br><font size=2 face="sans-serif">Reserving 44 Bytes for Global Data at: 0039bf98</font>
<br><font size=2 face="sans-serif">Stack Pointer at: 0039bf78</font>
<br><font size=2 face="sans-serif">New Stack Pointer is: 0039bf78</font>
<br>