From cc2b9f2abeaac660bb474fe4cc4e75eb70a8371b Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 8 Oct 2009 16:06:09 +0000 Subject: 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 Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4745 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/socket_mPGA604/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu/intel/socket_mPGA604/Kconfig') diff --git a/src/cpu/intel/socket_mPGA604/Kconfig b/src/cpu/intel/socket_mPGA604/Kconfig index 3e98150ba5..dce9bb3cfa 100644 --- a/src/cpu/intel/socket_mPGA604/Kconfig +++ b/src/cpu/intel/socket_mPGA604/Kconfig @@ -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 -- cgit v1.2.3