254a3c3b9d5a82fe8c299e9c3e4ac828a4f4b67e
[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; either version 2 of the License, or
9 ## (at your option) any later version.
10 ##
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ## GNU General Public License for more details.
15 ##
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19 ##
20
21 config BOARD_ASUS_M2V_MX_SE
22         bool "M2V-MX SE"
23         select ARCH_X86
24         select CPU_AMD_SOCKET_AM2
25         select NORTHBRIDGE_AMD_AMDK8
26         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
27         select SOUTHBRIDGE_VIA_VT8237R
28         select SOUTHBRIDGE_VIA_K8T890
29         select SUPERIO_ITE_IT8712F
30         select USE_PRINTK_IN_CAR
31         select USE_DCACHE_RAM
32         select HAVE_HARD_RESET
33         select HAVE_OPTION_TABLE
34         select HAVE_ACPI_TABLES
35         select BOARD_ROMSIZE_KB_512
36         select VGA
37         select TINY_BOOTBLOCK
38         select HAVE_MAINBOARD_RESOURCES
39
40 config MAINBOARD_DIR
41         string
42         default asus/m2v-mx_se
43         depends on BOARD_ASUS_M2V_MX_SE
44
45 config DCACHE_RAM_BASE
46         hex
47         default 0xcc000
48         depends on BOARD_ASUS_M2V_MX_SE
49
50 config DCACHE_RAM_SIZE
51         hex
52         default 0x4000
53         depends on BOARD_ASUS_M2V_MX_SE
54
55 config DCACHE_RAM_GLOBAL_VAR_SIZE
56         hex
57         default 0x01000
58         depends on BOARD_ASUS_M2V_MX_SE
59
60 config APIC_ID_OFFSET
61         hex
62         default 0x10
63         depends on BOARD_ASUS_M2V_MX_SE
64
65 config MAINBOARD_PART_NUMBER
66         string
67         default "M2V-MX SE"
68         depends on BOARD_ASUS_M2V_MX_SE
69
70 config MAX_CPUS
71         int
72         default 2
73         depends on BOARD_ASUS_M2V_MX_SE
74
75 config MAX_PHYSICAL_CPUS
76         int
77         default 1
78         depends on BOARD_ASUS_M2V_MX_SE
79
80 config HEAP_SIZE
81         hex
82         default 0x40000
83         depends on BOARD_ASUS_M2V_MX_SE
84
85 config LB_CKS_RANGE_END
86         int
87         default 122
88         depends on BOARD_ASUS_M2V_MX_SE
89
90 config LB_CKS_LOC
91         int
92         default 123
93         depends on BOARD_ASUS_M2V_MX_SE
94
95 config HT_CHAIN_UNITID_BASE
96         hex
97         default 0x0
98         depends on BOARD_ASUS_M2V_MX_SE
99
100 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
101         bool
102         default n
103         depends on BOARD_ASUS_M2V_MX_SE
104
105 config SB_HT_CHAIN_ON_BUS0
106         int
107         default 1
108         depends on BOARD_ASUS_M2V_MX_SE
109
110 config HT_CHAIN_END_UNITID_BASE
111         hex
112         default 0x20
113         depends on BOARD_ASUS_M2V_MX_SE
114
115 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
116         hex
117         default 0x1043
118         depends on BOARD_ASUS_M2V_MX_SE
119