Author: oxygene Date: 2009-08-27 14:10:50 +0200 (Thu, 27 Aug 2009) New Revision: 4596
Modified: trunk/coreboot-v2/src/cpu/Kconfig trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/Kconfig trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Kconfig Log: Clean up some DCACHE related options. In amd/serengeti_cheetah there were duplicates, and USE_DCACHE_RAM is a boolean value, so make it so.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Ronald G. Minnich rminnich@gmail.com
Modified: trunk/coreboot-v2/src/cpu/Kconfig =================================================================== --- trunk/coreboot-v2/src/cpu/Kconfig 2009-08-27 12:10:05 UTC (rev 4595) +++ trunk/coreboot-v2/src/cpu/Kconfig 2009-08-27 12:10:50 UTC (rev 4596) @@ -5,6 +5,10 @@ source src/cpu/x86/Kconfig source src/cpu/ppc/Kconfig
+config USE_DCACHE_RAM + bool + default n + config DCACHE_RAM_BASE hex default 0xffdf8000 if CPU_INTEL_CORE
Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/Kconfig =================================================================== --- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/Kconfig 2009-08-27 12:10:05 UTC (rev 4595) +++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/Kconfig 2009-08-27 12:10:50 UTC (rev 4596) @@ -14,6 +14,7 @@ select SUPERIO_WINBOND_W83627HF select HAVE_PIRQ_TABLE select USE_PRINTK_IN_CAR + select USE_DCACHE_RAM help AMD Serengeti Cheetah mainboard. endchoice @@ -23,11 +24,6 @@ default amd/serengeti_cheetah depends on BOARD_AMD_SERENGETI_CHEETAH
-config USE_DCACHE_RAM - int - default 1 - depends on BOARD_AMD_SERENGETI_CHEETAH - config DCACHE_RAM_BASE hex default 0xc8000 @@ -83,26 +79,6 @@ default 0 depends on BOARD_AMD_SERENGETI_CHEETAH
-config USE_DCACHE_RAM - int - default 1 - depends on BOARD_AMD_SERENGETI_CHEETAH - -config DCACHE_RAM_BASE - hex - default 0xc8000 - depends on BOARD_AMD_SERENGETI_CHEETAH - -config DCACHE_RAM_SIZE - hex - default 0x08000 - depends on BOARD_AMD_SERENGETI_CHEETAH - -config DCACHE_RAM_GLOBAL_VAR_SIZE - hex - default 0x01000 - depends on BOARD_AMD_SERENGETI_CHEETAH - config USE_FAILOVER_IMAGE int default 0
Modified: trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Kconfig =================================================================== --- trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Kconfig 2009-08-27 12:10:05 UTC (rev 4595) +++ trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Kconfig 2009-08-27 12:10:50 UTC (rev 4596) @@ -29,6 +29,7 @@ select SOUTHBRIDGE_VIA_K8T890 select SUPERIO_ITE_IT8712F select USE_PRINTK_IN_CAR + select USE_DCACHE_RAM help Asus M2V-MX-SE mainboard.
@@ -37,11 +38,6 @@ default asus/m2v-mx_se depends on BOARD_ASUS_M2V_MX_SE
-config USE_DCACHE_RAM - bool - dafault y - depends on BOARD_ASUS_M2V_MX_SE - config DCACHE_RAM_BASE hex default 0xcc000