Author: uwe
Date: 2009-09-29 20:15:06 +0200 (Tue, 29 Sep 2009)
New Revision: 4688
Modified:
trunk/coreboot-v2/src/mainboard/amd/rumba/Kconfig
trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Kconfig
trunk/coreboot-v2/src/mainboard/intel/jarrell/Kconfig
trunk/coreboot-v2/src/mainboard/intel/mtarvon/Kconfig
trunk/coreboot-v2/src/mainboard/intel/truxton/Kconfig
trunk/coreboot-v2/src/mainboard/intel/xe7501devkit/Kconfig
trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig
trunk/coreboot-v2/src/mainboard/sunw/ultra40/Kconfig
trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Kconfig
trunk/coreboot-v2/src/mainboard/tyan/s1846/Kconfig
trunk/coreboot-v2/src/mainboard/tyan/s2850/Kconfig
trunk/coreboot-v2/src/mainboard/tyan/s2875/Kconfig
trunk/coreboot-v2/src/mainboard/tyan/s2881/Kconfig
trunk/coreboot-v2/src/mainboard/tyan/s2891/Kconfig
trunk/coreboot-v2/src/mainboard/tyan/s2892/Kconfig
trunk/coreboot-v2/src/mainboard/tyan/s2895/Kconfig
trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig
Log:
Fix a number of board names in Kconfig (trivial).
Also, simplify the M2V-MX SE Kconfig file a bit while I'm at it.
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Modified: trunk/coreboot-v2/src/mainboard/amd/rumba/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/rumba/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/amd/rumba/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,3 @@
-
-
##
## This file is part of the coreboot project.
##
@@ -19,6 +17,7 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+
config BOARD_AMD_RUMBA
bool "Rumba"
select ARCH_X86
Modified: trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -19,7 +19,7 @@
##
config BOARD_ASUS_M2V_MX_SE
- bool "M2V-MX-SE"
+ bool "M2V-MX SE"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_AM2
@@ -30,8 +30,12 @@
select SUPERIO_ITE_IT8712F
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM
+ select HAVE_HARD_RESET
+ select IOAPIC
+ select HAVE_OPTION_TABLE
+ select HAVE_ACPI_TABLES
help
- Asus M2V-MX-SE mainboard.
+ Asus M2V-MX SE mainboard.
config MAINBOARD_DIR
string
@@ -58,21 +62,6 @@
default 0x10
depends on BOARD_ASUS_M2V_MX_SE
-config HAVE_HARD_RESET
- bool
- default y
- depends on BOARD_ASUS_M2V_MX_SE
-
-config IOAPIC
- bool
- default y
- depends on BOARD_ASUS_M2V_MX_SE
-
-config MAINBOARD_VENDOR
- string
- default "ASUS"
- depends on BOARD_ASUS_M2V_MX_SE
-
config MAINBOARD_PART_NUMBER
string
default "M2V-MX SE"
@@ -98,16 +87,6 @@
default 0x40000
depends on BOARD_ASUS_M2V_MX_SE
-config HAVE_OPTION_TABLE
- bool
- default y
- depends on BOARD_ASUS_M2V_MX_SE
-
-config HAVE_ACPI_TABLES
- bool
- default y
- depends on BOARD_ASUS_M2V_MX_SE
-
config LB_CKS_RANGE_END
int
default 122
Modified: trunk/coreboot-v2/src/mainboard/intel/jarrell/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/intel/jarrell/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/intel/jarrell/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_INTEL_JARRELL
- bool "Jarrell"
+ bool "Jarrell (SE7520JR2)"
select ARCH_X86
select CPU_INTEL_SOCKET_MPGA604
select NORTHBRIDGE_INTEL_E7520
@@ -9,7 +9,7 @@
select HAVE_PIRQ_TABLE
select UDELAY_TSC
help
- Intel Jarrell mainboard.
+ Intel Jarrell (SE7520JR2) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/intel/mtarvon/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/intel/mtarvon/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/intel/mtarvon/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_INTEL_MTARVON
- bool "Mt. Arvon"
+ bool "3100 devkit (Mt. Arvon)"
select ARCH_X86
select CPU_INTEL_SOCKET_MPGA479M
select NORTHBRIDGE_INTEL_I3100
@@ -8,7 +8,7 @@
select HAVE_PIRQ_TABLE
select UDELAY_TSC
help
- Intel Mt. Arvon mainboard.
+ Intel 3100 devkit (Mt. Arvon) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/intel/truxton/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/intel/truxton/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/intel/truxton/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_INTEL_TRUXTON
- bool "Truxton"
+ bool "EP80579 devkit (Truxton)"
select ARCH_X86
select CPU_INTEL_EP80579
select NORTHBRIDGE_INTEL_I3100
@@ -9,7 +9,7 @@
select HAVE_PIRQ_TABLE
select UDELAY_TSC
help
- Intel Truxton mainboard.
+ Intel EP80579 devkit (Truxton) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/intel/xe7501devkit/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/intel/xe7501devkit/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/intel/xe7501devkit/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_INTEL_XE7501DEVKIT
- bool "xe7501 DevKit"
+ bool "XE7501devkit"
select ARCH_X86
select CPU_INTEL_SOCKET_MPGA604
select NORTHBRIDGE_INTEL_E7501
@@ -9,7 +9,7 @@
select HAVE_PIRQ_TABLE
select UDELAY_TSC
help
- Intel xe7501 devkit mainboard.
+ Intel XE7501devkit mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_KONTRON_986LCD_M
- bool "986LCD-M"
+ bool "986LCD-M/mITX"
select ARCH_X86
select CPU_INTEL_CORE
select CPU_INTEL_SOCKET_MFCPGA478
Modified: trunk/coreboot-v2/src/mainboard/sunw/ultra40/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/sunw/ultra40/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/sunw/ultra40/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_SUNW_ULTRA40
- bool "Ultra40"
+ bool "Ultra 40"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_940
@@ -11,7 +11,7 @@
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM
help
- Sun Ultra40.
+ Sun Ultra 40 mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_SUPERMICRO_H8DME
- bool "h8dme"
+ bool "H8DME"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_F
@@ -11,7 +11,7 @@
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM
help
- h8dme
+ Supermicro H8DME mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/tyan/s1846/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s1846/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/tyan/s1846/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -19,7 +19,7 @@
##
config BOARD_TYAN_S1846
- bool "S1846"
+ bool "Tsunami ATX (S1846)"
select ARCH_X86
select CPU_INTEL_SLOT_2
select NORTHBRIDGE_INTEL_I440BX
@@ -29,7 +29,7 @@
select PCI_ROM_RUN
select CONSOLE_VGA
help
- Tyan S1846 mainboard.
+ Tyan Tsunami ATX (S1846) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2850/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2850/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2850/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2850
- bool "Tyan S2850"
+ bool "Tomcat K8S (S2850)"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_940
@@ -8,6 +8,8 @@
select SOUTHBRIDGE_AMD_AMD8111
select SUPERIO_WINBOND_W83627HF
select PIRQ_TABLE
+ help
+ Tyan Tomcat K8S (S2850) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2875/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2875/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2875/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2875
- bool "Tyan S2875"
+ bool "Tiger K8W (S2875)"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_940
@@ -9,6 +9,8 @@
select SOUTHBRIDGE_AMD_AMD8111
select SUPERIO_WINBOND_W83627HF
select PIRQ_TABLE
+ help
+ Tyan Tiger K8W (S2875) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2881/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2881/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2881/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2881
- bool "Tyan Thunder K8SR S2881"
+ bool "Thunder K8SR (S2881)"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_940
@@ -9,6 +9,8 @@
select SOUTHBRIDGE_AMD_AMD8111
select SUPERIO_WINBOND_W83627HF
select PIRQ_TABLE
+ help
+ Tyan Thunder K8SR (S2881) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2891/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2891/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2891/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2891
- bool "Tyan Thunder K8SRE S2891"
+ bool "Thunder K8SRE (S2891)"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_940
@@ -9,6 +9,8 @@
select SOUTHBRIDGE_AMD_AMD8131
select SUPERIO_WINBOND_W83627HF
select PIRQ_TABLE
+ help
+ Tyan Thunder K8SRE (S2891) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2892/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2892/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2892/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2892
- bool "Tyan Thunder K8SE S2892"
+ bool "Thunder K8SE (S2892)"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_940
@@ -9,6 +9,8 @@
select SOUTHBRIDGE_AMD_AMD8131
select SUPERIO_WINBOND_W83627HF
select PIRQ_TABLE
+ help
+ Tyan Thunder K8SE (S2892) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2895/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2895/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2895/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_TYAN_S2895
- bool "Tyan Thunder K8WE S2895"
+ bool "Thunder K8WE (S2895)"
select ARCH_X86
select CPU_AMD_K8
select CPU_AMD_SOCKET_940
@@ -9,6 +9,8 @@
select SOUTHBRIDGE_AMD_AMD8131
select SUPERIO_SMSC_LPC47B397
select PIRQ_TABLE
+ help
+ Tyan Thunder K8WE (S2895) mainboard.
config MAINBOARD_DIR
string
Modified: trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig 2009-09-29 17:28:13 UTC (rev 4687)
+++ trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig 2009-09-29 18:15:06 UTC (rev 4688)
@@ -1,5 +1,5 @@
config BOARD_VIA_PC2500E
- bool "PC2500E"
+ bool "pc2500e"
select ARCH_X86
select CPU_VIA_C7
select NORTHBRIDGE_VIA_CN700
@@ -7,7 +7,7 @@
select SUPERIO_ITE_IT8716F
select HAVE_PIRQ_TABLE
help
- VIA PC2500E mainboard.
+ VIA pc2500e mainboard.
config MAINBOARD_DIR
string
@@ -26,7 +26,7 @@
config MAINBOARD_PART_NUMBER
string
- default "PC2500E"
+ default "pc2500e"
depends on BOARD_VIA_PC2500E
config VIDEO_MB