aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m2v-mx_se/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/m2v-mx_se/Kconfig')
-rw-r--r--src/mainboard/asus/m2v-mx_se/Kconfig125
1 files changed, 125 insertions, 0 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/Kconfig b/src/mainboard/asus/m2v-mx_se/Kconfig
new file mode 100644
index 0000000000..0dc3bf17b7
--- /dev/null
+++ b/src/mainboard/asus/m2v-mx_se/Kconfig
@@ -0,0 +1,125 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2009 Cristi Măgherușan <cristi.magherusan@net.utcluj.ro>
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## 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_ASUS_M2V_MX_SE
+ bool "M2V-MX-SE"
+ select ARCH_X86
+ select CPU_AMD_K8
+ select CPU_AMD_SOCKET_AM2
+ select NORTHBRIDGE_AMD_AMDK8
+ select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
+ select SOUTHBRIDGE_VIA_VT8237R
+ select SOUTHBRIDGE_VIA_K8T890
+ select SUPERIO_ITE_IT8712F
+ select USE_PRINTK_IN_CAR
+ help
+ Asus M2V-MX-SE mainboard.
+
+config MAINBOARD_DIR
+ string
+ 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
+ depends on BOARD_ASUS_M2V_MX_SE
+
+config DCACHE_RAM_SIZE
+ hex
+ default 0x4000
+ depends on BOARD_ASUS_M2V_MX_SE
+
+config DCACHE_RAM_GLOBAL_VAR_SIZE
+ hex
+ default 0x01000
+ depends on BOARD_ASUS_M2V_MX_SE
+
+config APIC_ID_OFFSET
+ hex
+ 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"
+ depends on BOARD_ASUS_M2V_MX_SE
+
+config MAX_CPUS
+ int
+ default 2
+ depends on BOARD_ASUS_M2V_MX_SE
+
+config MAX_PHYSICAL_CPUS
+ int
+ default 1
+ depends on BOARD_ASUS_M2V_MX_SE
+
+config STACK_SIZE
+ int
+ default 8192
+ depends on BOARD_ASUS_M2V_MX_SE
+
+config HEAP_SIZE
+ int
+ default 262144
+ 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
+ depends on BOARD_ASUS_M2V_MX_SE
+
+config LB_CKS_LOC
+ int
+ default 123
+ depends on BOARD_ASUS_M2V_MX_SE
+