9b73ea3240da913b040766b8b34a80ca33e935fb
[coreboot.git] / src / mainboard / asrock / e350m1 / Kconfig
1 #
2 # This file is part of the coreboot project.
3 #
4 # Copyright (C) 2011 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_ASROCK_E350M1
21
22 config BOARD_SPECIFIC_OPTIONS # dummy
23         def_bool y
24   select ARCH_X86
25         select DIMM_DDR3
26         select DIMM_UNREGISTERED
27   select CPU_AMD_AGESA_WRAPPER_FAMILY14
28   select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
29   select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
30   select SOUTHBRIDGE_AMD_CIMX_WRAPPER_SB800
31         select SUPERIO_WINBOND_W83627HF
32   select BOARD_HAS_FADT
33         select HAVE_BUS_CONFIG
34         select HAVE_OPTION_TABLE
35         select HAVE_PIRQ_TABLE
36         select HAVE_MP_TABLE
37         select HAVE_MAINBOARD_RESOURCES
38         select HAVE_HARD_RESET
39         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
40         select LIFT_BSP_APIC_ID
41   select SERIAL_CPU_INIT
42   select AMDMCT
43         select HAVE_ACPI_TABLES
44   select BOARD_ROMSIZE_KB_4096
45   select ENABLE_APIC_EXT_ID
46   select TINY_BOOTBLOCK
47         select GFXUMA
48
49 config AMD_AGESA
50         bool
51         default y
52
53 config AMD_CIMX_SB800
54         bool
55         default y
56
57 config MAINBOARD_DIR
58         string
59         default asrock/e350m1
60
61 config APIC_ID_OFFSET
62         hex
63         default 0x0
64
65 config MAINBOARD_PART_NUMBER
66         string
67         default "E350M1"
68
69 config HW_MEM_HOLE_SIZEK
70         hex
71         default 0x200000
72
73 config MAX_CPUS
74         int
75         default 2
76
77 config MAX_PHYSICAL_CPUS
78         int
79         default 1
80
81 config HW_MEM_HOLE_SIZE_AUTO_INC
82         bool
83         default n
84
85 config MEM_TRAIN_SEQ
86         int
87         default 2
88
89 config SB_HT_CHAIN_ON_BUS0
90         int
91         default 1
92
93 config HT_CHAIN_END_UNITID_BASE
94         hex
95         default 0x1
96
97 config HT_CHAIN_UNITID_BASE
98         hex
99         default 0x0
100
101 config IRQ_SLOT_COUNT
102         int
103         default 11
104
105 config RAMTOP
106         hex
107         default 0x1000000
108
109 config HEAP_SIZE
110         hex
111         default 0xc0000
112
113 config STACK_SIZE
114         hex
115         default 0x10000
116
117 config ACPI_SSDTX_NUM
118         int
119         default 0
120
121 config RAMBASE
122         hex
123         default 0x200000
124
125 config SIO_PORT
126         hex
127         default 0x2e
128
129 config ONBOARD_VGA_IS_PRIMARY
130         bool
131         default y
132
133 config VGA_BIOS_ID
134         string
135         default "1002,9802"
136
137 config DRIVERS_PS2_KEYBOARD
138         bool
139         default n
140
141 config WARNINGS_ARE_ERRORS
142         bool
143         default n
144
145 endif # BOARD_ASROCK_E350M1
146