[coreboot] [v2] r4745 - in trunk/coreboot-v2/src/cpu/intel: socket_PGA370 socket_mPGA479M socket_mPGA604

Stefan Reinauer stepan at coresystems.de
Fri Oct 9 02:26:49 CEST 2009


svn at coreboot.org wrote:
> Author: rminnich
> Date: 2009-10-08 18:06:09 +0200 (Thu, 08 Oct 2009)
> New Revision: 4745
>
> Modified:
>    trunk/coreboot-v2/src/cpu/intel/socket_PGA370/Kconfig
>    trunk/coreboot-v2/src/cpu/intel/socket_mPGA479M/Kconfig
>    trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/Kconfig
> Log:
> Set MMX and SSE where needed. Note that many boards don't even bother
> with this as many boards (AMD in particular) use CAR.
>
> This list determined by a series of greps etc. on mainboards, no humans
> were harmed in the making of this list.
>
> Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
>
> Acked-by: Peter Stuge <peter at stuge.se>
>   

Isn't MMX or SSE something attached to a given CPU rather than a socket?

I see the correctness of our CPU model being compromised here..

> Modified: trunk/coreboot-v2/src/cpu/intel/socket_PGA370/Kconfig
> ===================================================================
> --- trunk/coreboot-v2/src/cpu/intel/socket_PGA370/Kconfig	2009-10-08 15:12:31 UTC (rev 4744)
> +++ trunk/coreboot-v2/src/cpu/intel/socket_PGA370/Kconfig	2009-10-08 16:06:09 UTC (rev 4745)
> @@ -21,3 +21,4 @@
>  config CPU_INTEL_SOCKET_PGA370
>  	bool
>  	default n
> +	select MMX
>
> Modified: trunk/coreboot-v2/src/cpu/intel/socket_mPGA479M/Kconfig
> ===================================================================
> --- trunk/coreboot-v2/src/cpu/intel/socket_mPGA479M/Kconfig	2009-10-08 15:12:31 UTC (rev 4744)
> +++ trunk/coreboot-v2/src/cpu/intel/socket_mPGA479M/Kconfig	2009-10-08 16:06:09 UTC (rev 4745)
> @@ -3,3 +3,5 @@
>  	default n
>  	select CPU_INTEL_MODEL_69X
>  	select CPU_INTEL_MODEL_6DX
> +	select MMX
> +	select SSE
>
> Modified: trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/Kconfig
> ===================================================================
> --- trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/Kconfig	2009-10-08 15:12:31 UTC (rev 4744)
> +++ trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/Kconfig	2009-10-08 16:06:09 UTC (rev 4745)
> @@ -4,3 +4,5 @@
>  	select CPU_INTEL_MODEL_F2X
>  	select CPU_INTEL_MODEL_F3X
>  	select CPU_INTEL_MODEL_F4X
> +	select MMX
> +	select SSE
>
>
>   





More information about the coreboot mailing list