[coreboot] [commit] r5853 - in trunk/src: cpu/intel/model_106cx mainboard/intel/d945gclf

repository service svn at coreboot.org
Sun Sep 26 17:18:22 CEST 2010


Author: stepan
Date: Sun Sep 26 17:18:21 2010
New Revision: 5853
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5853

Log:
Normalize the config option for the Intel Atom CPU.

All Intel CPU models appear to be identified with the form
INTEL_CPU_MODEL_xxxxx. I haved changed the Atom to fit this normal form.

A side effect is that the CPU doesn't need to be listed on the boards
that support it since the socket identifies the CPUs it supports.

Signed-off-by: Warren Turkal <wt at penguintechs.org>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/cpu/intel/model_106cx/Kconfig
   trunk/src/mainboard/intel/d945gclf/Kconfig

Modified: trunk/src/cpu/intel/model_106cx/Kconfig
==============================================================================
--- trunk/src/cpu/intel/model_106cx/Kconfig	Sun Sep 26 17:15:48 2010	(r5852)
+++ trunk/src/cpu/intel/model_106cx/Kconfig	Sun Sep 26 17:18:21 2010	(r5853)
@@ -1,4 +1,4 @@
-config CPU_INTEL_ATOM_230
+config CPU_INTEL_MODEL_106CX
 	bool
 	select SMP
 	select SSE2

Modified: trunk/src/mainboard/intel/d945gclf/Kconfig
==============================================================================
--- trunk/src/mainboard/intel/d945gclf/Kconfig	Sun Sep 26 17:15:48 2010	(r5852)
+++ trunk/src/mainboard/intel/d945gclf/Kconfig	Sun Sep 26 17:18:21 2010	(r5853)
@@ -21,7 +21,6 @@
 config BOARD_SPECIFIC_OPTIONS # dummy
 	def_bool y
 	select ARCH_X86
-	select CPU_INTEL_ATOM_230
 	select CPU_INTEL_SOCKET_441
 	select NORTHBRIDGE_INTEL_I945
 	select SOUTHBRIDGE_INTEL_I82801GX




More information about the coreboot mailing list