On Wed, Jan 28, 2009 at 05:43:31PM +0200, Mart Raudsepp wrote:
Ühel kenal päeval, K, 2009-01-28 kell 10:28, kirjutas Kevin O'Connor:
On Wed, Jan 28, 2009 at 04:25:56AM +0200, Mart Raudsepp wrote:
On T, 2009-01-27 at 20:02 -0500, Kevin O'Connor wrote:
The log output at default loglevel of 1 is attached. At higher log levels the last dump seems to come from a different place. Should I gather such logs with a larger loglevel or does this say something revealing already? Anything else I can provide here?
Those messages aren't reporting a problem - I see them on my epia-cn and on qemu. You'll need to increase the debugging level to see if something else is seen before a failure.
I'm CC'ing the coreboot list again.
I think loglevel 20 went into an infinite loop (just this time maybe?), and I see a lot of these blocks, with either three or four entries:
handle_1c
That's the user timer irq handler.
enter handle_16: a=00000100 b=00000049 c=00008e26 d=00000000 si=00000010 di=00000044 ds=00000000 es=00000000 ip=00008e55 cs=00000000 f=00000246 r=00001fd2
That's grub asking if there is keyboard input.
handle_08
That's the timer irq handler.
So, you're getting interrupts, and it appears grub is running (or at least responding to irqs).
BTW, what are you using for a vgabios? I thought geode didn't have a vga bios available.
-Kevin