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@gmail.com>

Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4745 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2009-10-08 16:06:09 +00:00
parent 0523875e09
commit cc2b9f2abe
3 changed files with 5 additions and 0 deletions

View File

@ -21,3 +21,4 @@
config CPU_INTEL_SOCKET_PGA370 config CPU_INTEL_SOCKET_PGA370
bool bool
default n default n
select MMX

View File

@ -3,3 +3,5 @@ config CPU_INTEL_SOCKET_MPGA479M
default n default n
select CPU_INTEL_MODEL_69X select CPU_INTEL_MODEL_69X
select CPU_INTEL_MODEL_6DX select CPU_INTEL_MODEL_6DX
select MMX
select SSE

View File

@ -4,3 +4,5 @@ config CPU_INTEL_SOCKET_MPGA604
select CPU_INTEL_MODEL_F2X select CPU_INTEL_MODEL_F2X
select CPU_INTEL_MODEL_F3X select CPU_INTEL_MODEL_F3X
select CPU_INTEL_MODEL_F4X select CPU_INTEL_MODEL_F4X
select MMX
select SSE