<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Myles Watson escribió:
<blockquote cite="mid:1B4396E266EA498D9917CA3EB3525E0C@chimp"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: Knut Kujat [<a class="moz-txt-link-freetext" href="mailto:knuku@gap.upv.es">mailto:knuku@gap.upv.es</a>]
Sent: Saturday, December 05, 2009 5:57 AM
To: Myles Watson
Cc: 'Jonathan Rogers'; <a class="moz-txt-link-abbreviated" href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a>
Subject: Re: [coreboot] Coreboot fails to initialize on ASUS A8V-E SE

Hi,

I'm trying to build coreboot for the exact same board and getting to
the same point as Jonathan Rogers. I also tried with the patch and same
result it hangs at "now booting... fallback". I inserted some prints
and get till

else if (do_normal_boot()) {

          printf_info("debug6");

        goto normal_image;
    </pre>
  </blockquote>
  <pre wrap=""><!---->Great.

  </pre>
  <blockquote type="cite">
    <pre wrap="">any suggestions?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There is no normal_image with Kconfig yet.  The quick way to test would be
to change all normal_image to fallback_image, or any other way to make sure
it never jumps to normal_image.
  </pre>
</blockquote>
Hello,<br>
<br>
worked fine now I'm getting a little further ;) :<br>
<br>
coreboot-2.3 Fri Dec  4 20:15:37 CET 2009
starting...                                                                        
<br>
now booting...
real_main                                                                                                     
<br>
core0 started:<br>
now booting... Core0 started<br>
started ap apicid:<br>
SBLink=00<br>
NC node|link=00<br>
K8T890 found at LDT 00 Agreed on width: 01 CPU programmed to HT freq:
06 VIA HT caps: 0075<br>
ht reset -<br>
soft reset<br>
<br>
<br>
coreboot-2. normal_image replaced with fallback_imageWelcome to the
real_main!<br>
<br>
coreboot-2.3 Fri Dec  4 20:15:37 CET 2009 starting...<br>
now booting... real_main<br>
core0 started:<br>
now booting... Core0 started<br>
started ap apicid:<br>
SBLink=00<br>
NC node|link=00<br>
K8T890 found at LDT 00 Agreed on width: 01 CPU programmed to HT freq:
06 VIA HT caps: 0075<br>
Current fid_cur: 0x10, fid_max: 0x10<br>
Requested fid_new: 0x10<br>
Debug: after init_fidvid_bsp<br>
Debug: after allow_all_aps_stop<br>
Debug: after fill_mem_ctrl<br>
Debug: after enable_smbus<br>
Debug: after memreset_setup<br>
Ram1.00<br>
Ram2.00<br>
Device error<br>
Device error<br>
No memory for this cpu<br>
Ram3<br>
No memory<br>
<br>
but now it seems that coreboot doesn't find any ram. I already tried
with patched Kconfig and without same result.<br>
<br>
thx, <br>
Knut Kujat<br>
<br>
<blockquote cite="mid:1B4396E266EA498D9917CA3EB3525E0C@chimp"
 type="cite">
  <pre wrap="">
Thanks,
Myles


  </pre>
</blockquote>
<br>
</body>
</html>