[coreboot] [v2] r4701 - trunk/coreboot-v2/src/mainboard/dell/s1850

Peter Stuge peter at stuge.se
Fri Oct 2 01:01:18 CEST 2009


ron minnich wrote:
> > In the GX1 case we need to include cpu_setup.inc, then gx_setup.inc,
> > then auto.inc. However, enable_mmx.inc and disable_mmx.inc must _not_
> > be included in the GX1 case. Hence the ifeq/else construct.
> 
> I understand your point. You are correct about the mmx stuff. So what
> must happen is that the mmx stuff must ALSO be conditional. Hence my
> point, that to make this Makefile completely general, we need to
> make ALL of the crt0-y entries conditional.

Agree. So CONFIG_CPU_MMX or some such should then be select:ed by
many CPUs, but not by GX1, right?


//Peter




More information about the coreboot mailing list