Thanks Guys.<br><br>I tried building coreboot under following env:<br><br>Ubuntu Qutantal 64bit/32bit. (Both 64bit kernel)<br>Ubuntu Raring 64bit <br><div class="gmail_extra">Debian Squeeze 64bit.<br><br>With both native build-essential and crossgcc.<br>
<br>...<br>/usr/src/bios/git/coreboot# cat .xcompile <br># x86 TARCH_SEARCH=  /usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf- i386-elf- /usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/x86_64-elf- x86_64-elf-<br>
# elf32-i386 toolchain (/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-gcc)<br>CC_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-gcc  -Wno-unused-but-set-variable  -Wa,--divide -fno-stack-protector -Wl,--build-id=none<br>
AS_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-as <br>LD_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-ld <br>NM_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-nm<br>
OBJCOPY_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-objcopy<br>OBJDUMP_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-objdump<br>READELF_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-readelf<br>
STRIP_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-strip<br>AR_i386:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/i386-elf-ar<br><br># arm TARCH_SEARCH=  /usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/littlearm-elf- littlearm-elf-<br>
IASL:=/usr/src/bios/git/coreboot/util/crossgcc/xgcc/bin/iasl<br><br># native toolchain<br>HOSTCC:=gcc<br><br>...<br><br>Results:<br><br>Current head boots only with single CPU. Dual cpu with less ram does not work. And during the initial boot process, on board speaker beeps. It sound like cpu error with AMI bios. Beep stopped around the same time as loading CBFS payload (seabios)...<br>
<br>Keyboard stop responding, both usb and ps2, at the the end of boot process. <br><br>I did try building older version specified in the wiki. I get this error, in all built environment. <br><br>/usr/bin/ld: section .eh_frame loaded at [00000000fffbfff0,00000000fffc0667] overlaps section .reset loaded at [00000000fffbfff0,00000000fffbffff]<br>
<br><br>commit e89d8a57accbac5066f80266d1e98e63f62ba4c5 sounds like my problem... I tried to build commits around 1f7d3c5672ec90f8d71907b1a07c8a87fa461047, none worked with dual cpu... <br><br><span style="font-size:12pt;font-family:"Times New Roman"">The problem seem to be, beyond my current skill
level :( <br><br>Thanks again for the inputs. <br><br>Kui.Z</span><br><br><br><div class="gmail_quote">On Tue, Dec 4, 2012 at 7:34 PM, Ward Vandewege <span dir="ltr"><<a href="mailto:ward@gnu.org" target="_blank">ward@gnu.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On Mon, Dec 03, 2012 at 05:12:03PM -0800, Kui Zhang wrote:<br>
> I got some old boxes:  tyan s2882-d, dual opteron processors, 16G RAM. 512K<br>
> bios flash.<br>
><br>
> So far, I am not able to get it to boot. It appears to reboot during CPU<br>
> init.<br>
><br>
> If anyone got coreboot working on this board, which revision did it worked<br>
> last ?<br>
<br>
</div>That would have been me, I think. I'm not 100% sure we still have an s2882;<br>
we only had one if I recall correctly. I can check later this week. Some<br>
revision(s) it worked with are listed on <a href="http://www.coreboot.org/Tyan_S2882" target="_blank">http://www.coreboot.org/Tyan_S2882</a>.<br>
Those are revisions from the old SVN tree; you can grep the git log for the<br>
svn revision number (it is listed); you'll see these are revisions from 2006.<br>
<br>
I do have an s2881 that I booted succesfully about 5 or 6 weeks ago, with<br>
coreboot head. It's a very similar board.<br>
<br>
Have you tried with less ram?<br>
<br>
Thanks,<br>
Ward.<br>
<span class=""><font color="#888888"><br>
--<br>
Ward Vandewege | CTO, Free Software Foundation<br>
GPG Key: 25F774AB | <a href="http://identi.ca/cure" target="_blank">http://identi.ca/cure</a> | <a href="http://fsf.org/blogs/RSS" target="_blank">http://fsf.org/blogs/RSS</a><br>
<br>
Do you use free software? Donate to join the FSF and support freedom at<br>
         <a href="http://www.fsf.org/register_form?referrer=859" target="_blank">http://www.fsf.org/register_form?referrer=859</a><br>
</font></span></blockquote></div><br></div>