Hi,
I try to boot linux 2.6.24 with coreboot-v2 and filo on a db800 (geode lx) board, but it hangs when probing for PCI.
I tried to follow instructions on http://www.coreboot.org/Creating_Valid_IRQ_Tables to find out my IRQ-Table.
Attached is a Capture of my boot.
With coreinfo as payload it boots up correct.
Maybe someone can point me in the right direction to solve this issue.
Uwe
Hi Uwe,
On Tue, Apr 29, 2008 at 12:47:18PM +0200, Uwe Schwarz wrote:
I try to boot linux 2.6.24 with coreboot-v2 and filo on a db800 (geode lx) board, but it hangs when probing for PCI.
I think this is a known issue.
geode-mfgpt: Registered timer 0 mfgpt-timer: registering the MFGT timer as a clock event. geode: 2 MFGPT timers available.
MFGPT timers on LX boards seem to not yet work correctly.
Try using another clocksource for the kernel and see if you can boot.
//Peter
Hi Peter,
geode-mfgpt: Registered timer 0 mfgpt-timer: registering the MFGT timer as a clock event. geode: 2 MFGPT timers available.
MFGPT timers on LX boards seem to not yet work correctly.
Try using another clocksource for the kernel and see if you can boot.
Thanks, that did the trick, my kernel is booting now.
-- Uwe
On 29/04/08 13:18 +0200, Peter Stuge wrote:
Hi Uwe,
On Tue, Apr 29, 2008 at 12:47:18PM +0200, Uwe Schwarz wrote:
I try to boot linux 2.6.24 with coreboot-v2 and filo on a db800 (geode lx) board, but it hangs when probing for PCI.
I think this is a known issue.
geode-mfgpt: Registered timer 0 mfgpt-timer: registering the MFGT timer as a clock event. geode: 2 MFGPT timers available.
MFGPT timers on LX boards seem to not yet work correctly.
Hmmm - no, this is badness. 2.4.24 and db800 should work fine in -v2. At least, it worked fine last time I booted a few weeks ago. We must have regressed.
Jordan
Jordan Crouse wrote:
On 29/04/08 13:18 +0200, Peter Stuge wrote:
Hi Uwe,
On Tue, Apr 29, 2008 at 12:47:18PM +0200, Uwe Schwarz wrote:
I try to boot linux 2.6.24 with coreboot-v2 and filo on a db800 (geode lx) board, but it hangs when probing for PCI.
I think this is a known issue.
geode-mfgpt: Registered timer 0 mfgpt-timer: registering the MFGT timer as a clock event. geode: 2 MFGPT timers available.
MFGPT timers on LX boards seem to not yet work correctly.
Hmmm - no, this is badness. 2.4.24 and db800 should work fine in -v2. At least, it worked fine last time I booted a few weeks ago. We must have regressed.
Jordan
I found and fixed one issue(r3219) in the new (r3196) generic irq routing code back at the summit but it seems like there is still something wrong. Also, which VSA is getting built in?
Marc