attached

This would work, but if you have a better idea, just let us  know.

BTW, on another note: I think we should keep arch/whatever and
cpu/whatever, because The Day Is Coming when we'll need to run in
64-bit mode, if only to clear the memory.

ron
Add these two booleans. Sockets or CPUs (NOT MAINBOARDS!) should set them
if they are available. 

Signed-off-by: Ronald G. Minnich <[email protected]>

Index: src/cpu/Kconfig
===================================================================
--- src/cpu/Kconfig	(revision 4698)
+++ src/cpu/Kconfig	(working copy)
@@ -29,3 +29,12 @@
 config CPU_SOCKET_TYPE
 	hex
 	default 0
+
+config	MMX
+	bool
+	default n
+
+config SSE
+	bool
+	default n
+
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to