blob: c8472c4ff84f8b155eaf34c4e0ad3be04fd0de3e [file] [log] [blame]
Fabian Kunkel171e2c92016-07-27 17:30:49 +02001#
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
16if BOARD_ODE_E21XX
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
20 select CPU_AMD_PI_00730F01
21 select NORTHBRIDGE_AMD_PI_00730F01
22 select SOUTHBRIDGE_AMD_PI_AVALON
23 select HAVE_OPTION_TABLE
24 select HAVE_PIRQ_TABLE
25 select HAVE_MP_TABLE
26 select HAVE_ACPI_TABLES
27 select BOARD_ROMSIZE_KB_8192
28 select GFXUMA
Fabian Kunkelcf051832016-07-27 17:42:39 +020029 select SUPERIO_FINTEK_F81866D
Fabian Kunkel171e2c92016-07-27 17:30:49 +020030
31config MAINBOARD_DIR
32 string
33 default bap/ode_e21XX
34
35config MAINBOARD_PART_NUMBER
36 string
37 default "ODE_E21XX"
38
39config MAX_CPUS
40 int
41 default 4
42
43config IRQ_SLOT_COUNT
44 int
45 default 11
46
47config ONBOARD_VGA_IS_PRIMARY
48 bool
49 default y
50
51config HUDSON_LEGACY_FREE
52 bool
53 default y
54
Fabian Kunkelcf051832016-07-27 17:42:39 +020055choice
56 prompt "Select DDR3 clock"
57 default BAP_E21_DDR3_1333
58 help
59 Select your preferenced DDR3 clock setting.
60
61 Note: This option changes the total power consumption.
62
63 If unsure, use DDR3-1333.
64
65config BAP_E21_DDR3_800
66 bool "Select DDR3-800"
67
68config BAP_E21_DDR3_1066
69 bool "Select DDR3-1066"
70
71config BAP_E21_DDR3_1333
72 bool "Select DDR3-1333"
73
74endchoice
75
Patrick Georgi44a46a12017-01-28 13:12:09 +010076config DIMM_SPD_SIZE
77 int
78 default 128
79
Fabian Kunkel171e2c92016-07-27 17:30:49 +020080endif # BOARD_ODE_E21XX