blob: 178882f2bccc4e9b7815d7685a59d0348cdc9157 [file] [log] [blame]
Marc Jones91135fe2016-09-20 20:36:08 -06001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2015 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_AMD_GARDENIA
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
20 select CPU_AMD_PI_00670F00
21 select NORTHBRIDGE_AMD_PI_00670F00
22 select SOUTHBRIDGE_AMD_PI_KERN
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
29
30config MAINBOARD_DIR
31 string
32 default amd/gardenia
33
34config MAINBOARD_PART_NUMBER
35 string
36 default "GARDENIA"
37
38config MAX_CPUS
39 int
40 default 4
41
42config IRQ_SLOT_COUNT
43 int
44 default 11
45
46config ONBOARD_VGA_IS_PRIMARY
47 bool
48 default y
49
50config HUDSON_LEGACY_FREE
51 bool
52 default y
53
54endif # BOARD_AMD_GARDENIA