blob: 3e73e5a78eb939c2b75fdf4d8009bdb0e197ad89 [file] [log] [blame]
Frank Vibrans39fca802011-02-14 18:35:15 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2007-2009 coresystems GmbH
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
Paul Menzela46a7122013-02-23 18:37:27 +010017## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Frank Vibrans39fca802011-02-14 18:35:15 +000018##
efdesign9805a89ab2011-06-20 17:38:49 -070019config NORTHBRIDGE_AMD_AGESA_FAMILY14
Frank Vibrans39fca802011-02-14 18:35:15 +000020 bool
Frank Vibrans39fca802011-02-14 18:35:15 +000021 select MMCONF_SUPPORT
Vladimir Serbinenko4ab588b2014-10-08 21:18:31 +020022 select PER_DEVICE_ACPI_TABLES
Frank Vibrans39fca802011-02-14 18:35:15 +000023
efdesign9805a89ab2011-06-20 17:38:49 -070024if NORTHBRIDGE_AMD_AGESA_FAMILY14
Peter Stuge16c8e372011-05-15 22:40:40 +000025
Frank Vibrans39fca802011-02-14 18:35:15 +000026config HW_MEM_HOLE_SIZEK
27 hex
28 default 0x100000
Frank Vibrans39fca802011-02-14 18:35:15 +000029
30config HW_MEM_HOLE_SIZE_AUTO_INC
31 bool
32 default n
Frank Vibrans39fca802011-02-14 18:35:15 +000033
34config MMCONF_BASE_ADDRESS
35 hex
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110036 default 0xF8000000
Frank Vibrans39fca802011-02-14 18:35:15 +000037
38config MMCONF_BUS_NUMBER
39 int
Kyösti Mälkki24e31e22014-12-14 16:36:09 +020040 default 64
Frank Vibrans39fca802011-02-14 18:35:15 +000041
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110042endif # NORTHBRIDGE_AMD_AGESA_FAMILY14