## ## This file is part of the coreboot project. ## ## Copyright (C) 2009 Cristi Măgherușan ## ## 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 select USE_DCACHE_RAM select HAVE_HARD_RESET select IOAPIC select HAVE_OPTION_TABLE select HAVE_ACPI_TABLES config MAINBOARD_DIR string default asus/m2v-mx_se 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 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 hex default 0x2000 depends on BOARD_ASUS_M2V_MX_SE config HEAP_SIZE hex default 0x40000 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 config HT_CHAIN_UNITID_BASE hex default 0x0 depends on BOARD_ASUS_M2V_MX_SE config SB_HT_CHAIN_UNITID_OFFSET_ONLY bool default n depends on BOARD_ASUS_M2V_MX_SE config SB_HT_CHAIN_ON_BUS0 int default 1 depends on BOARD_ASUS_M2V_MX_SE config HT_CHAIN_END_UNITID_BASE hex default 0x20 depends on BOARD_ASUS_M2V_MX_SE