[coreboot] [PATCH] New Socket370 and Model 68x for CAR

Peter Stuge peter at stuge.se
Mon Jun 21 11:48:33 CEST 2010


Joseph Smith wrote:
> >> Before I did not get the "Using generic cpu ops (good)" is that ok?
> > 
> > The message seems to suggest so..
> 
> Hmm, to me it suggests it is using a _fail_safe_ because it can't
> find the correct (0x068a) device. It works fine eithor way but I
> don't think the _fail_safe_ is supposed to be the "normal" method.

It says "generic" and "good" - not even "default" nor anything else
that might suggest a failure to me. :)

As could be expected from the code, that message is printed after the
CPU is known when disregarding stepping.

$ grep -rn 'Using generic cpu ops' .|grep -v '/\.svn/'
./arch/i386/lib/cpu.c:253:              printk(BIOS_DEBUG, "Using generic cpu ops (good)\n");


//Peter




More information about the coreboot mailing list