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:
parent
0523875e09
commit
cc2b9f2abe
|
@ -21,3 +21,4 @@
|
|||
config CPU_INTEL_SOCKET_PGA370
|
||||
bool
|
||||
default n
|
||||
select MMX
|
||||
|
|
|
@ -3,3 +3,5 @@ config CPU_INTEL_SOCKET_MPGA479M
|
|||
default n
|
||||
select CPU_INTEL_MODEL_69X
|
||||
select CPU_INTEL_MODEL_6DX
|
||||
select MMX
|
||||
select SSE
|
||||
|
|
|
@ -4,3 +4,5 @@ config CPU_INTEL_SOCKET_MPGA604
|
|||
select CPU_INTEL_MODEL_F2X
|
||||
select CPU_INTEL_MODEL_F3X
|
||||
select CPU_INTEL_MODEL_F4X
|
||||
select MMX
|
||||
select SSE
|
||||
|
|
Loading…
Reference in New Issue