<div class="gmail_quote">Hi, thanks!<br>Now 2 strange things happen for both suggestions:<br>2011/10/26 Kyösti Mälkki <span dir="ltr"><<a href="mailto:kyosti.malkki@gmail.com">kyosti.malkki@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
reg32 = sch_port_access_read(4, 0x71, 2);<br>
reg32 &= 0x700;<br>
reg32 = reg32 >> 7;<br>
<br>
Probably should read:<br>
  reg32 &= 0x700;<br>
  reg32 = reg32 >> 8;<br></blockquote><div>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;">------------ Serial output ------------<br></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">US15W Chipset</p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Unknown (07)Setting up ACPI PM1 block Setting up ACPI P block  done.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Setting up RAM controller.</p>READ BASE_ADDR=fffc0000<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
Setting up RAM </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Setting up RAM </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Setting up RAM </p>-- continuously prints "Setting up RAM" line..  <br><br>Ok I get passed the "Setting up RAM controller." now, but stuck now in "Setting up RAM" as can be seen above I print the detected softstrap base, and it says fffc0000. <br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
or (not so likely)<br>
  reg32 &= 0x380;<br>
  reg32 = reg32 >> 7;<br></blockquote><div>And for this the same happens with fffe0000 address detected as softstrap base? <br><br><p style="margin: 0px; text-indent: 0px;">------------ Serial output ------------
</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">US15W Chipset</p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Unknown (07)Setting up ACPI PM1 block Setting up ACPI P block  done.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Setting up RAM controller.</p>READ BASE_ADDR=fffe0000<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
Setting up RAM </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Setting up RAM </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Setting up RAM </p>-- continuously prints "Setting up RAM" line..  <br>
<br>I didn't get what's going on. So which one is correct to use? But both are stuck at "Setting up RAM" line..<br>Thanks in advance,<br>Alp<br></div></div>