<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div> Hi Michael,<br><br>I have verified all the RAM initializations in&nbsp; board/smdk2440/lowlevel_init.S and it seems to be fine. <br>The other changes that I have done are<br><br>1. In the board/smdk2440/config.mk file I changed TEXT_BASE = 0x33F80000 to <br>TEXT_BASE = 0x00000000 because I am booting from the NOR flash. The NOR flash address range is 0x00000000 - 0x08000000. The RAM address range is 0x30000000 - 0x38000000.<br><br>If I compile it with TEXT_BASE = 0x33F80000 it does not run at all!<br><br>2. When I changed this I found that it has a clash with the stack building in cpu/arm920t/start.S. Therefore I changed it to<br>.........<br>/* Set up the
 stack&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; */<br>stack_setup:<br>/*&nbsp; ldr r0, _TEXT_BASE&nbsp; */&nbsp; /* upper 128 KiB: relocated uboot&nbsp;&nbsp; */<br>&nbsp;&nbsp;&nbsp; mov r0, #0x33&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* make stack at 33F8*/<br>&nbsp;&nbsp;&nbsp; mov r0, r0, lsl #24<br>&nbsp;&nbsp;&nbsp; mov r1, #0xF8<br>&nbsp;&nbsp;&nbsp; mov r1, r1, lsl #16<br>&nbsp;&nbsp;&nbsp; orr r0, r0, r1<br>.......<br><br>Would these be a problem for the memory initializations?<br><br>Thanks in advance<br>Tiju<br><br><br><br>&gt; Hi all<br>&gt;<br>&gt; I am trying to port u-boot to a s3c2440 samsung processor..<br>&gt;<br>&gt; I applied the smdk2440 boards patch (almost similar architecture) and <br>&gt; trying to modify it for our board's requirement. But during the <br>&gt; serial_init it goes to the _serial_putc and then
 after certain loops <br>&gt; it goes to the hang function and hangs there.<br>&gt;<br>&gt; What could be the problem? Or am I doing some wrong initializations?<br>&gt;<br>&gt;<br>Are you sure that the memory inizializzation is correct?<br><br>Regards Michael<br></div></div><br>


      <!--5--><hr size=1></hr> Now you can chat without downloading messenger. <a href="http://in.rd.yahoo.com/tagline_webmessenger_5/*http://in.messenger.yahoo.com/webmessengerpromo.php">Click here</a> to know how.</body></html>