blob: 971f271f2f144d7f7daaba4b8726f77aefe729f9 [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
Frank Vibrans39fca802011-02-14 18:35:15 +000022
efdesign9805a89ab2011-06-20 17:38:49 -070023if NORTHBRIDGE_AMD_AGESA_FAMILY14
Peter Stuge16c8e372011-05-15 22:40:40 +000024
Frank Vibrans39fca802011-02-14 18:35:15 +000025config HW_MEM_HOLE_SIZEK
26 hex
27 default 0x100000
Frank Vibrans39fca802011-02-14 18:35:15 +000028
29config HW_MEM_HOLE_SIZE_AUTO_INC
30 bool
31 default n
Frank Vibrans39fca802011-02-14 18:35:15 +000032
33config MMCONF_BASE_ADDRESS
34 hex
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110035 default 0xF8000000
Frank Vibrans39fca802011-02-14 18:35:15 +000036
37config MMCONF_BUS_NUMBER
38 int
efdesign983f5ebd62011-09-14 13:47:17 -060039 default 16
Frank Vibrans39fca802011-02-14 18:35:15 +000040
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110041endif # NORTHBRIDGE_AMD_AGESA_FAMILY14