[coreboot] [commit] r5882 - in trunk/src: cpu/via/model_c7 mainboard/via/vt8454c

repository service svn at coreboot.org
Thu Sep 30 05:13:21 CEST 2010


Author: wt
Date: Thu Sep 30 05:13:21 2010
New Revision: 5882
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5882

Log:
Move VIA C7 board CAR config to VIA C7 instead of boards.

This change is somewhat dangerous as it enables CAR for some boards that
it was not enabled for before.

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

Modified:
   trunk/src/cpu/via/model_c7/Kconfig
   trunk/src/mainboard/via/vt8454c/Kconfig

Modified: trunk/src/cpu/via/model_c7/Kconfig
==============================================================================
--- trunk/src/cpu/via/model_c7/Kconfig	Wed Sep 29 22:28:59 2010	(r5881)
+++ trunk/src/cpu/via/model_c7/Kconfig	Thu Sep 30 05:13:21 2010	(r5882)
@@ -1,8 +1,14 @@
 config CPU_VIA_C7
 	bool
+
+if CPU_VIA_C7
+
+config CPU_SPECFIC_OPTIONS
+	def_bool y
 	select UDELAY_TSC
 	select MMX
 	select SSE2
+	select CACHE_AS_RAM
 
 config DCACHE_RAM_BASE
 	hex
@@ -14,4 +20,4 @@
 	default 0x8000
 	depends on CPU_VIA_C7
 
-
+endif # CPU_VIA_C7

Modified: trunk/src/mainboard/via/vt8454c/Kconfig
==============================================================================
--- trunk/src/mainboard/via/vt8454c/Kconfig	Wed Sep 29 22:28:59 2010	(r5881)
+++ trunk/src/mainboard/via/vt8454c/Kconfig	Thu Sep 30 05:13:21 2010	(r5882)
@@ -14,7 +14,6 @@
 	select HAVE_HARD_RESET
 	select HAVE_ACPI_TABLES
 	select BOARD_ROMSIZE_KB_512
-	select CACHE_AS_RAM
 	select TINY_BOOTBLOCK
 
 config MAINBOARD_DIR




More information about the coreboot mailing list