blob: ed4c5c70199fcc31fa4c86fc0cbd57dc40042562 [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
17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18##
19config NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
20 bool
Frank Vibrans39fca802011-02-14 18:35:15 +000021 select MMCONF_SUPPORT
22 select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
23
Peter Stuge16c8e372011-05-15 22:40:40 +000024if NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
25
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
Scott Duplichandc312cc2011-05-15 21:26:04 +000036 default 0xf8000000
Frank Vibrans39fca802011-02-14 18:35:15 +000037
38config MMCONF_BUS_NUMBER
39 int
Scott Duplichandc312cc2011-05-15 21:26:04 +000040 default 16
Frank Vibrans39fca802011-02-14 18:35:15 +000041
Frank Vibrans39fca802011-02-14 18:35:15 +000042config BOOTBLOCK_NORTHBRIDGE_INIT
43 string
44 default "northbridge/amd/agesa_wrapper/family14/bootblock.c"
Peter Stuge16c8e372011-05-15 22:40:40 +000045
46endif