f1ab0ffbc57a031796e652b9977c85b59d8409d3
[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_K8
25         select CPU_AMD_SOCKET_AM2
26         select NORTHBRIDGE_AMD_AMDK8
27         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
28         select SOUTHBRIDGE_VIA_VT8237R
29         select SOUTHBRIDGE_VIA_K8T890
30         select SUPERIO_ITE_IT8712F
31         select USE_PRINTK_IN_CAR
32         select USE_DCACHE_RAM
33         select HAVE_HARD_RESET
34         select IOAPIC
35         select HAVE_OPTION_TABLE
36         select HAVE_ACPI_TABLES
37
38 config MAINBOARD_DIR
39         string
40         default asus/m2v-mx_se
41         depends on BOARD_ASUS_M2V_MX_SE
42
43 config DCACHE_RAM_BASE
44         hex
45         default 0xcc000
46         depends on BOARD_ASUS_M2V_MX_SE
47
48 config DCACHE_RAM_SIZE
49         hex
50         default 0x4000
51         depends on BOARD_ASUS_M2V_MX_SE
52
53 config DCACHE_RAM_GLOBAL_VAR_SIZE
54         hex
55         default 0x01000
56         depends on BOARD_ASUS_M2V_MX_SE
57
58 config APIC_ID_OFFSET
59         hex
60         default 0x10
61         depends on BOARD_ASUS_M2V_MX_SE
62
63 config MAINBOARD_PART_NUMBER
64         string
65         default "M2V-MX SE"
66         depends on BOARD_ASUS_M2V_MX_SE
67
68 config MAX_CPUS
69         int
70         default 2
71         depends on BOARD_ASUS_M2V_MX_SE
72
73 config MAX_PHYSICAL_CPUS
74         int
75         default 1
76         depends on BOARD_ASUS_M2V_MX_SE
77
78 config STACK_SIZE
79         hex
80         default 0x2000
81         depends on BOARD_ASUS_M2V_MX_SE
82
83 config HEAP_SIZE
84         hex
85         default 0x40000
86         depends on BOARD_ASUS_M2V_MX_SE
87
88 config LB_CKS_RANGE_END
89         int
90         default 122
91         depends on BOARD_ASUS_M2V_MX_SE
92
93 config LB_CKS_LOC
94         int
95         default 123
96         depends on BOARD_ASUS_M2V_MX_SE
97
98 config HT_CHAIN_UNITID_BASE
99         hex
100         default 0x0
101         depends on BOARD_ASUS_M2V_MX_SE
102
103 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
104         bool
105         default n
106         depends on BOARD_ASUS_M2V_MX_SE
107
108 config SB_HT_CHAIN_ON_BUS0
109         int
110         default 1
111         depends on BOARD_ASUS_M2V_MX_SE
112
113 config HT_CHAIN_END_UNITID_BASE
114         hex
115         default 0x20
116         depends on BOARD_ASUS_M2V_MX_SE
117