d354a49763da3bc4be72b256eb891670e174fd14
[coreboot.git] / src / mainboard / amd / dinar / Kconfig
1 #
2 # This file is part of the coreboot project.
3 #
4 # Copyright (C) 2012 Advanced Micro Devices, Inc.
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
20 if BOARD_AMD_DINAR
21
22 config BOARD_SPECIFIC_OPTIONS # dummy
23         def_bool y
24         select ARCH_X86
25         select CPU_AMD_AGESA_FAMILY15
26         select CPU_AMD_SOCKET_G34
27         select NORTHBRIDGE_AMD_AGESA_FAMILY15_ROOT_COMPLEX
28         select NORTHBRIDGE_AMD_AGESA_FAMILY15
29         select NORTHBRIDGE_AMD_CIMX_RD890
30         select SOUTHBRIDGE_AMD_CIMX_SB700
31         select SUPERIO_SMSC_SCH4037
32         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
33         select LIFT_BSP_APIC_ID
34         select SERIAL_CPU_INIT
35         select BOARD_ROMSIZE_KB_2048
36         select BOARD_HAS_FADT
37         select HAVE_BUS_CONFIG
38         select HAVE_OPTION_TABLE
39         select HAVE_PIRQ_TABLE
40         select HAVE_MP_TABLE
41         select HAVE_MAINBOARD_RESOURCES
42         select HAVE_HARD_RESET
43         select HAVE_ACPI_TABLES
44         #TODO select HAVE_ACPI_RESUME
45         select ENABLE_APIC_EXT_ID
46         select TINY_BOOTBLOCK
47         select GFXUMA
48
49 config MAINBOARD_DIR
50         string
51         default amd/dinar
52
53 config APIC_ID_OFFSET
54         hex
55         default 0x0
56
57 config MAINBOARD_PART_NUMBER
58         string
59         default "Dinar"
60
61 config HW_MEM_HOLE_SIZEK
62         hex
63         default 0x200000
64
65 config MAX_CPUS
66         int
67         default 64
68
69 config MAX_PHYSICAL_CPUS
70         int
71         default 16
72
73 config HW_MEM_HOLE_SIZE_AUTO_INC
74         bool
75         default n
76
77 config IRQ_SLOT_COUNT
78         int
79         default 11
80
81 config RAMTOP
82         hex
83         default 0x1000000
84
85 config HEAP_SIZE
86         hex
87         default 0xc0000
88
89 config STACK_SIZE
90         hex
91         default 0x10000
92
93 config ACPI_SSDTX_NUM
94         int
95         default 0
96
97 config RAMBASE
98         hex
99         default 0x200000
100
101 config SIO_PORT
102         hex
103         default 0x2e
104
105 config DRIVERS_PS2_KEYBOARD
106         bool
107         default y
108
109 config WARNINGS_ARE_ERRORS
110         bool
111         default n
112
113 config ONBOARD_VGA_IS_PRIMARY
114         bool
115         default y
116
117 config VGA_BIOS
118         bool
119         default n
120
121 config VGA_BIOS_ID
122         depends on VGA_BIOS
123         default "1002,515e"
124
125 config AHCI_BIOS
126         bool
127         default y
128
129 config AHCI_BIOS_FILE
130         string "AHCI ROM path and filename"
131         depends on AHCI_BIOS
132         default "site-local/ahci/sb700.bin"
133
134 config AHCI_BIOS_ID
135         string "AHCI device PCI IDs"
136         depends on AHCI_BIOS
137         default "1002,4391"
138
139 config XHC_BIOS
140         bool
141         default n
142
143 config XHC_BIOS_FILE
144         string "XHC BIOS path and filename"
145         depends on XHC_BIOS
146         default "site-local/xhc/Xhc.rom"
147
148 config XHC_BIOS_ID
149         string "XHC device PCI IDs"
150         depends on XHC_BIOS
151         default "1022,7812"
152
153 config CONSOLE_POST
154         bool
155         depends on !NO_POST
156         default n
157
158 config SATA_CONTROLLER_MODE
159         hex
160         default 0x0
161         depends on SOUTHBRIDGE_AMD_CIMX_SB700
162
163 config ONBOARD_LAN
164         bool
165         default y
166
167 config ONBOARD_1394
168         bool
169         default y
170
171 config ONBOARD_USB30
172         bool
173         default n
174
175 config ONBOARD_BLUETOOTH
176         bool
177         default y
178
179 config ONBOARD_WEBCAM
180         bool
181         default y
182
183 config ONBOARD_TRAVIS
184         bool
185         default y
186
187 config ONBOARD_LIGHTSENSOR
188         bool
189         default n
190
191 config PCI_ROM_RUN
192         bool
193         default n
194
195 config UDELAY_IO
196         bool
197         default n
198
199 config REDIRECT_CIMX_TRACE_TO_SERIAL
200         bool "Redirect CIMX Trace to serial console"
201         default y
202
203 endif # BOARD_AMD_DINAR