[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linuxbios
Subject:    [coreboot] [commit] r5882 - in trunk/src: cpu/via/model_c7
From:       repository service <svn () coreboot ! org>
Date:       2010-09-30 3:13:21
Message-ID: E1P19aD-0007vh-MT () ra ! coresystems ! de
[Download RAW message or body]

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@penguintechs.org>
Acked-by: Stefan Reinauer <stepan@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

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic