Please excuse this blast. Here's the problem: CBFS is breaking something it can't break. If you turn on CBFS, then very early startup in the opteron code fails. this is verified across several mainboards. Any wild ideas welcome. I can't even figure out where to start ...<br>
<br>ron<br><br><br><div class="gmail_quote"><span style="font-size: large; font-weight: bold;">Forwarded conversation</span><br>Subject: <b class="gmail_sendername">s2892 + CBFS strange failure</b><br>------------------------<br>
<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Wed, Apr 22, 2009 at 9:05 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>><br>
</font><br></span><br>On Wed, Apr 22, 2009 at 9:56 AM, ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>> wrote:<br>
> can I bring in patrick and stephan and marcj? This is getting too weird.<br>
<br>
:)<br>
<br>
Probably part of it is miscommunication on my part, but I'd be glad<br>
for any help.<br>
<br>
Here's the summary:<br>
<br>
With CONFIG_CBFS = 0 it works fine<br>
With CONFIG_CBFS = 1 I get (warm reset):<br>
<br>
    INIT detected from  --- {  APICID = 00 NODEID = 00 COREID = 00} ---<br>
<br>
    Issuing SOFT_RESET...<br>
<br>
Then nothing else.  Post code 0xf0<br>
<br>
With CONFIG_CBFS = 1 I get (cold reset):<br>
<br>
Nothing.  Post code 0xf0<br>
<br>
I've been inserting post codes, and it always makes it to real_main.<br>
It just doesn't make it out of init_cpus.  On a warm reset I get the<br>
serial output.  Otherwise there is none.<br>
<br>
We've tried using a different compiler.  Same results.<br>
We've tried no payload and no VGA ROM.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Wed, Apr 22, 2009 at 9:12 AM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>Cc: Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>><br>
</font><br></span><br>Also, myles, this all works on serengeti, right?<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Wed, Apr 22, 2009 at 9:13 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>><br>
</font><br></span><br>I was in the middle of writing that :)<br>
<br>
I forgot an interesting point:<br>
<br>
The broken image works on SimNOW until it can't find the SMBUS.  But<br>
it always gets far enough that there is some serial output.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Marc Jones</b> <span dir="ltr"><<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>></span><br>Date: Wed, Apr 22, 2009 at 10:28 AM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>Cc: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>
</font><br></span><br><div><div></div></div>That is very strange. can you attempt to track when it starts to fail?<br>
Does it have to boot all the way into linux before the reset stops<br>
working or does it happened before it loads any payloads?<br>
<br>
I can't think of anything that would cause that kind of problem. Can<br>
you narrow it down in cpu_init?<br>
<br>
Marc<br>
<font color="#888888"><br>
--<br>
<a href="http://marcjonesconsulting.com" target="_blank">http://marcjonesconsulting.com</a><br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Wed, Apr 22, 2009 at 10:48 AM<br>
To: Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>><br>Cc: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>
</font><br></span><br>Sorry I was unclear again.  I'll try to explain better.<br>
<br>
When I said it happens on warm reset, I meant from a working image.<br>
<br>
1. boot a working image<br>
2. switch to cbfs image<br>
3. warm reset gives some output<br>
It seems like it hangs on the first call to printk that it reaches.  I<br>
tried moving console_init ahead of init_cpus in real_main, but it<br>
didn't change the behavior.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Wed, Apr 22, 2009 at 1:44 PM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>Cc: Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>
</font><br></span><br>so cbfs works with<br>
qemu<br>
kontron (yes or no?I think yes)<br>
serengeit<br>
<br>
and it fails with this board.<br>
<br>
are these older CPUs? What stepping?<br>
<br>
I have to admit I'm stumped.<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Wed, Apr 22, 2009 at 1:47 PM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>
</font><br></span><br><div><div></div></div>I may have been chasing the wrong thing here.  When I was helping<br>
Samuel with the the dl145 he said that somewhere after 4030 cold boot<br>
broke for him.  He's bisecting now.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Thu, Apr 23, 2009 at 6:15 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>
</font><br></span><br><div><div></div></div>Just to add a wrinkle my onboard graphics died.  That's why things<br>
were flaky yesterday.  It just stopped responding to config reads and<br>
gets disabled by coreboot.<br>
<br>
I added a video card and I'm back up.  Cold boot works for me with<br>
4193 (No CBFS), so the Config changes were fine.  It's still broken<br>
for CBFS for me.  Unless someone has an idea of how to track it down<br>
I'm just going to not use CBFS for now, even though I like the CBFS<br>
option much better.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Thu, Apr 23, 2009 at 7:57 AM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>Cc: Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>
</font><br></span><br>we really need to track this down because whatever this may be, it's<br>
unlikely to be cbfs. Not if you're not getting any prints at all.<br>
<br>
It would still be interesting if you could try the very first version<br>
where cbfs was introduced.<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Thu, Apr 23, 2009 at 12:04 PM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>
</font><br></span><br><div><div></div></div>There were some fixes put in pretty quickly.  I just tried 4113 (the<br>
rename.)  Which one would you suggest next?<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Thu, Apr 23, 2009 at 3:09 PM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br></font><br></span><br><div><div></div></div>4061 fails with CBFS but not without.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 7:23 AM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br></font><br></span><br>no serial output and SPEW?<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 7:38 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br></font><br></span><br><div><div></div></div>For a warm boot.  Nothing from a cold boot.  4061 no CBFS works fine.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 7:40 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br></font><br></span><br>SPEW is definitely enabled for the working one.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 8:18 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>
</font><br></span><br><div><div></div></div>4061 on my s2892 with SPEW:<br>
On my s2895 I am having problems with warm reset, and a cold boot<br>
powers itself off quickly with post code 0xf0.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 9:47 AM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>Cc: Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br>OK, this is nuts. CBFS is in the ram code. It can't affect he ROM<br>
code, can it? And this is really early!<br>
Here are the only things I can think of:<br>
1. CBFS changes layout somehow<br>
2. Turning off ELFBOOT turned off something hidden<br>
3. it's changing the way gcc works<br>
<br>
I just don't know. Somehow we've got to find this. I will set up my<br>
dbm board tonight.<br>
<br>
Patrick, Stefan, have you tested CBFS with the kontron?<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Patrick Georgi</b> <span dir="ltr"><<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>></span><br>
Date: Fri, Apr 24, 2009 at 9:49 AM<br>To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br>Am 24.04.2009 18:47, schrieb ron minnich:<div><div></div></div>
That's where my lzma.c patch came from. I'm debugging the bounce buffer code right now,<br>
it seems to copy correctly into the buffer, but I'm not convinced yet that it correctly copies back.<br><font color="#888888">
<br>
Patrick<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 9:55 AM<br>
To: Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>Cc: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br>but Myle's failure is WAY before any of that. His machine dies in the<br>
very earliest C code.<br>
<br>
I do not really like the bounce buffer ... it' just too fragile for my<br>
taste. If anything goes wrong, well, you're in assembly code with no<br>
way out.<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Patrick Georgi</b> <span dir="ltr"><<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>></span><br>
Date: Fri, Apr 24, 2009 at 10:35 AM<br>To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
OK, this is nuts. CBFS is in the ram code. It can't affect he ROM</blockquote>
I'm not quite sure at which point in the boot process the last message before the reboot comes up, so this is just a guess.<br>
<br>
Could it be that it tries to jump into the normal image? I'm not quite certain that we get that entirely correct (and the layout might change in that dark corner of the build system).<br>
Replacing that "jmp __normal_image" with "jmp __fallback_image" might help then (for testing).<br><font color="#888888">
<br>
<br>
Patrick<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 10:42 AM<br>
To: Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>><br>Cc: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br>On Fri, Apr 24, 2009 at 10:35 AM, Patrick Georgi<br>
not *that* is a pretty smart guess. Myles, were you runinng fallback/normal?<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 10:42 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br><div><div></div></div>fallback only.  I'll try it.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 10:57 AM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>Cc: Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br>src/lib/cbfs.c<br>
src/include/cbfs.h<br>
src/devices/pci_rom.c<br>
src/boot/selfboot.c<br>
src/boot/hardwaremain.c<br>
<br>
But none of these are involved in the early CAR code.<br>
<br>
There is another possibility: are we somehow messing up the HT<br>
configuration space? That would explain why you die after init_cpus.<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 11:11 AM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>Cc: Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br>well,this problem just became urgent. I've got no idea where to start<br>
and no time right now to work on it :-(<br>
<br>
And it doesn't break on simnow, right, myles? Patrick, any progress on kontron?<br>
<br>
oh, !@#$@!#$@!#$!@$#<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 11:12 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br><div><div></div></div>And why there's only output on a warm reset.<br>
<br>
I don't know.  I tried removing the normal image jump in<br>
cache_as_ram_auto.c.  I guess I should have remembered that it got<br>
past there before init_cpus.<br>
<font color="#888888"><br>
Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 11:13 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br>Right.  The serengeti image works fine, and the s2892 image runs until<br>
it notices it has a different chipset and dies with "SMBUS not found."<br>
<font color="#888888"><br>
Myles<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">ron minnich</b> <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 11:15 AM<br>
To: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>Cc: Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>, Ward Vandewege <<a href="mailto:ward@gnu.org">ward@gnu.org</a>><br>
</font><br></span><br>Anyone mind if I just take this to the list.<br>
<font color="#888888"><br>
ron<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Ward Vandewege</b> <span dir="ltr"><<a href="mailto:ward@gnu.org">ward@gnu.org</a>></span><br>Date: Fri, Apr 24, 2009 at 11:16 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br>Cc: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>>, Patrick Georgi <<a href="mailto:patrick.georgi@coresystems.de">patrick.georgi@coresystems.de</a>>, Marc Jones <<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>>, Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>><br>
</font><br></span><br>Please do.<br>
<br>
Thanks,<br>
Ward.<br>
<font color="#888888"><br>
--<br>
Ward Vandewege <<a href="mailto:ward@fsf.org">ward@fsf.org</a>><br>
Free Software Foundation - Senior Systems Administrator<br>
</font><br>----------<br><span class="undefined"><font color="#000000">From: <b class="undefined">Myles Watson</b> <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span><br>Date: Fri, Apr 24, 2009 at 11:21 AM<br>
To: ron minnich <<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>><br></font><br></span><br>No problem here.  We probably should have done it a while ago.  I just<br>
didn't want to make too big of a stink if we could fix it quickly.<br>
<br>
Thanks,<br>
<font color="#888888">Myles<br>
</font><br></div><br>