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 <[email protected]> Acked-by: Stefan Reinauer <[email protected]> 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: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

