<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Unfortunately, it doesn't fix my problem here. It is the coreboot_ram.map<BR>
of serengeti_cheetah_fam10 built on my machine. The _estack is not<BR>
what we expect. Myles, what is the result at you machine?<BR>
 <BR>
00000030 A CONFIG_MAX_CPUS<BR>...............<BR>00002000 A CONFIG_STACK_SIZE<BR>...............<BR>00228550 A _ebss<BR>00228550 A _end<BR>0022a000 A _stack<BR>0022c000 A _estack<BR>0022c000 A _heap<BR>002ec000 A _eheap<BR>002ec000 A _eram_seg<BR>01000000 A CONFIG_RAMTOP<BR>04000000 A CONFIG_AGP_APERTURE_SIZE<BR>fff80000 A CONFIG_XIP_ROM_BASE<BR>ffff0000 A CONFIG_ROMBASE<BR><BR> <BR>
Zheng<BR>
 <BR>
<HR id=stopSpelling>
Date: Fri, 26 Feb 2010 13:32:49 -0700<BR>From: mylesgw@gmail.com<BR>To: patrick@georgi-clan.de<BR>CC: coreboot@coreboot.org<BR>Subject: Re: [coreboot] [patch] RE: Fam10 breakage<BR><BR><BR><BR>
<DIV class=ecxgmail_quote>On Fri, Feb 26, 2010 at 1:24 PM, Patrick Georgi <SPAN dir=ltr><<A href="mailto:patrick@georgi-clan.de">patrick@georgi-clan.de</A>></SPAN> wrote:<BR>
<BLOCKQUOTE class=ecxgmail_quote style="PADDING-LEFT: 1ex">Am 26.02.2010 16:35, schrieb Myles Watson:<BR>
<DIV class=ecxim>> For me, the only change that needs to be made is:<BR>><BR>> -           . = ((CONFIG_CONSOLE_VGA ||<BR>> CONFIG_PCI_ROM_RUN)&&(CONFIG_RAMBASE<0x100000)&&(CONFIG_RAMTOP>0x100000)<BR>> ) ? CONFIG_STACK_SIZE : (CONFIG_MAX_CPUS*CONFIG_STACK_SIZE);<BR>><BR>> +           . += ((CONFIG_CONSOLE_VGA ||<BR>> CONFIG_PCI_ROM_RUN)&&(CONFIG_RAMBASE<0x100000)&&(CONFIG_RAMTOP>0x100000)<BR>> ) ? CONFIG_STACK_SIZE : (CONFIG_MAX_CPUS*CONFIG_STACK_SIZE);<BR>><BR>> Removing the .stack construct makes no difference.<BR>><BR>> I like the idea of minimizing the change.<BR></DIV>Sounds good, and should be stable (unless that's part of the bug Zheng<BR>Bao is experiencing).<BR><BR>I'd say, commit this (as it fixes things for you). If it's not enough,<BR>we can do the full change.<BR>
<DIV>
<DIV class=h5></DIV></DIV></BLOCKQUOTE>
<DIV>Great.<BR> <BR></DIV>
<BLOCKQUOTE class=ecxgmail_quote style="PADDING-LEFT: 1ex">
<DIV>
<DIV class=h5>Acked-by: Patrick Georgi <<A href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</A>><BR></DIV></DIV></BLOCKQUOTE></DIV>Rev 5166.<BR><BR>Thanks,<BR>Myles<BR>                                         <br /><hr />Hotmail: Trusted email with powerful SPAM protection. <a href='https://signup.live.com/signup.aspx?id=60969' target='_new'>Sign up now.</a></body>
</html>