SMM for AMD K8 Part 1/2
[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 HAVE_OPTION_TABLE
32         select HAVE_ACPI_TABLES
33         select BOARD_ROMSIZE_KB_512
34         select RAMINIT_SYSINFO
35         select VGA
36         select TINY_BOOTBLOCK
37         select HAVE_ACPI_RESUME
38         select HAVE_MAINBOARD_RESOURCES
39         select QRANK_DIMM_SUPPORT
40         select SET_FIDVID
41         # TODO test on multicore machines and enable if it works:
42         #select HAVE_SMI_HANDLER
43
44 config MAINBOARD_DIR
45         string
46         default asus/m2v-mx_se
47
48 config DCACHE_RAM_BASE
49         hex
50         default 0xcc000
51
52 config DCACHE_RAM_SIZE
53         hex
54         default 0x4000
55
56 config DCACHE_RAM_GLOBAL_VAR_SIZE
57         hex
58         default 0x01000
59
60 config APIC_ID_OFFSET
61         hex
62         default 0x10
63
64 config MAINBOARD_PART_NUMBER
65         string
66         default "M2V-MX SE"
67
68 config MAX_CPUS
69         int
70         default 2
71
72 config MAX_PHYSICAL_CPUS
73         int
74         default 1
75
76 config HEAP_SIZE
77         hex
78         default 0x40000
79
80 config HT_CHAIN_UNITID_BASE
81         hex
82         default 0x0
83
84 config SB_HT_CHAIN_ON_BUS0
85         int
86         default 1
87
88 config HT_CHAIN_END_UNITID_BASE
89         hex
90         default 0x20
91
92 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
93         hex
94         default 0x1043
95
96 endif # BOARD_ASUS_M2V_MX_SE