8fd9ec089edd896df5e6ecf50690aa44b697294c
[coreboot.git] / src / mainboard / asus / m2v-mx_se / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 Cristi Măgherușan <cristi.magherusan@net.utcluj.ro>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 ##
19 if BOARD_ASUS_M2V_MX_SE
20
21 config BOARD_SPECIFIC_OPTIONS # dummy
22         def_bool y
23         select ARCH_X86
24         select CPU_AMD_SOCKET_AM2
25         select DIMM_DDR2
26         select NORTHBRIDGE_AMD_AMDK8
27         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
28         select SOUTHBRIDGE_VIA_VT8237R
29         select SOUTHBRIDGE_VIA_K8M890
30         select SUPERIO_ITE_IT8712F
31         select CACHE_AS_RAM
32         select HAVE_OPTION_TABLE
33         select HAVE_ACPI_TABLES
34         select BOARD_ROMSIZE_KB_512
35         select RAMINIT_SYSINFO
36         select VGA
37         select TINY_BOOTBLOCK
38         select HAVE_ACPI_RESUME
39         select HAVE_MAINBOARD_RESOURCES
40         select QRANK_DIMM_SUPPORT
41         select SET_FIDVID
42
43 config MAINBOARD_DIR
44         string
45         default asus/m2v-mx_se
46
47 config DCACHE_RAM_BASE
48         hex
49         default 0xcc000
50
51 config DCACHE_RAM_SIZE
52         hex
53         default 0x4000
54
55 config DCACHE_RAM_GLOBAL_VAR_SIZE
56         hex
57         default 0x01000
58
59 config APIC_ID_OFFSET
60         hex
61         default 0x10
62
63 config MAINBOARD_PART_NUMBER
64         string
65         default "M2V-MX SE"
66
67 config MAX_CPUS
68         int
69         default 2
70
71 config MAX_PHYSICAL_CPUS
72         int
73         default 1
74
75 config HEAP_SIZE
76         hex
77         default 0x40000
78
79 config HT_CHAIN_UNITID_BASE
80         hex
81         default 0x0
82
83 config SB_HT_CHAIN_ON_BUS0
84         int
85         default 1
86
87 config HT_CHAIN_END_UNITID_BASE
88         hex
89         default 0x20
90
91 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
92         hex
93         default 0x1043
94
95 endif # BOARD_ASUS_M2V_MX_SE