Myles Watson escribió:
-----Original Message----- From: Knut Kujat [mailto:knuku@gap.upv.es] Sent: Saturday, December 05, 2009 5:57 AM To: Myles Watson Cc: 'Jonathan Rogers'; coreboot@coreboot.org 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;
Great.
any suggestions?
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.
Hello,
worked fine now I'm getting a little further ;) :
coreboot-2.3 Fri Dec 4 20:15:37 CET 2009 starting...
now booting... real_main
core0 started: now booting... Core0 started started ap apicid: SBLink=00 NC node|link=00 K8T890 found at LDT 00 Agreed on width: 01 CPU programmed to HT freq: 06 VIA HT caps: 0075 ht reset - soft reset
coreboot-2. normal_image replaced with fallback_imageWelcome to the real_main!
coreboot-2.3 Fri Dec 4 20:15:37 CET 2009 starting... now booting... real_main core0 started: now booting... Core0 started started ap apicid: SBLink=00 NC node|link=00 K8T890 found at LDT 00 Agreed on width: 01 CPU programmed to HT freq: 06 VIA HT caps: 0075 Current fid_cur: 0x10, fid_max: 0x10 Requested fid_new: 0x10 Debug: after init_fidvid_bsp Debug: after allow_all_aps_stop Debug: after fill_mem_ctrl Debug: after enable_smbus Debug: after memreset_setup Ram1.00 Ram2.00 Device error Device error No memory for this cpu Ram3 No memory
but now it seems that coreboot doesn't find any ram. I already tried with patched Kconfig and without same result.
thx, Knut Kujat
Thanks, Myles