[coreboot] [PATCH] v3: die() if the PCI scan code is broken

Peter Stuge peter at stuge.se
Fri Oct 24 02:43:07 CEST 2008


Carl-Daniel Hailfinger wrote:
> This will break booting at least on qemu.
> Try applying it if your target shows any PCI/HT related funnies.
> 
> Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Nak at least from me.


> +		die("The PCI scan code is broken");

This is not a very useful message. Even if it was improved I don't
think die() is the right approach to solving this problem.

Better investigate what's going on and then attack it with solutions,
rather than burying head in sand.


//Peter




More information about the coreboot mailing list