Drop obsolete TINY_BOOTBLOCK
[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 GFXUMA
47
48 config MAINBOARD_DIR
49         string
50         default amd/dinar
51
52 config APIC_ID_OFFSET
53         hex
54         default 0x0
55
56 config MAINBOARD_PART_NUMBER
57         string
58         default "Dinar"
59
60 config HW_MEM_HOLE_SIZEK
61         hex
62         default 0x200000
63
64 config MAX_CPUS
65         int
66         default 64
67
68 config MAX_PHYSICAL_CPUS
69         int
70         default 16
71
72 config HW_MEM_HOLE_SIZE_AUTO_INC
73         bool
74         default n
75
76 config IRQ_SLOT_COUNT
77         int
78         default 11
79
80 config RAMTOP
81         hex
82         default 0x1000000
83
84 config HEAP_SIZE
85         hex
86         default 0xc0000
87
88 config STACK_SIZE
89         hex
90         default 0x10000
91
92 config ACPI_SSDTX_NUM
93         int
94         default 0
95
96 config RAMBASE
97         hex
98         default 0x200000
99
100 config SIO_PORT
101         hex
102         default 0x2e
103
104 config DRIVERS_PS2_KEYBOARD
105         bool
106         default y
107
108 config WARNINGS_ARE_ERRORS
109         bool
110         default n
111
112 config ONBOARD_VGA_IS_PRIMARY
113         bool
114         default y
115
116 config VGA_BIOS
117         bool
118         default n
119
120 config VGA_BIOS_ID
121         depends on VGA_BIOS
122         default "1002,515e"
123
124 config AHCI_BIOS
125         bool
126         default y
127
128 config AHCI_BIOS_FILE
129         string "AHCI ROM path and filename"
130         depends on AHCI_BIOS
131         default "site-local/ahci/sb700.bin"
132
133 config AHCI_BIOS_ID
134         string "AHCI device PCI IDs"
135         depends on AHCI_BIOS
136         default "1002,4391"
137
138 config XHC_BIOS
139         bool
140         default n
141
142 config XHC_BIOS_FILE
143         string "XHC BIOS path and filename"
144         depends on XHC_BIOS
145         default "site-local/xhc/Xhc.rom"
146
147 config XHC_BIOS_ID
148         string "XHC device PCI IDs"
149         depends on XHC_BIOS
150         default "1022,7812"
151
152 config CONSOLE_POST
153         bool
154         depends on !NO_POST
155         default n
156
157 config SATA_CONTROLLER_MODE
158         hex
159         default 0x0
160         depends on SOUTHBRIDGE_AMD_CIMX_SB700
161
162 config ONBOARD_LAN
163         bool
164         default y
165
166 config ONBOARD_1394
167         bool
168         default y
169
170 config ONBOARD_USB30
171         bool
172         default n
173
174 config ONBOARD_BLUETOOTH
175         bool
176         default y
177
178 config ONBOARD_WEBCAM
179         bool
180         default y
181
182 config ONBOARD_TRAVIS
183         bool
184         default y
185
186 config ONBOARD_LIGHTSENSOR
187         bool
188         default n
189
190 config PCI_ROM_RUN
191         bool
192         default n
193
194 config UDELAY_IO
195         bool
196         default n
197
198 config REDIRECT_CIMX_TRACE_TO_SERIAL
199         bool "Redirect CIMX Trace to serial console"
200         default y
201
202 endif # BOARD_AMD_DINAR