blob: 6c24f8774d7e2d88d91da73de44a039dbadf8163 [file] [log] [blame]
zbao2c08f6a2012-07-02 15:32:58 +08001##
2## This file is part of the coreboot project.
3##
zbao2c08f6a2012-07-02 15:32:58 +08004##
5## This program is free software; you can redistribute it and/or modify
6## it under the terms of the GNU General Public License as published by
7## the Free Software Foundation; version 2 of the License.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12## GNU General Public License for more details.
13##
zbao2c08f6a2012-07-02 15:32:58 +080014config NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
15 bool
zbao2c08f6a2012-07-02 15:32:58 +080016
17if NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
18
19config HW_MEM_HOLE_SIZEK
20 hex
21 default 0x100000
22
zbao2c08f6a2012-07-02 15:32:58 +080023config MMCONF_BASE_ADDRESS
24 hex
Steven Sherk1cbabb02013-02-01 09:22:35 -070025 default 0xF8000000
zbao2c08f6a2012-07-02 15:32:58 +080026
27config MMCONF_BUS_NUMBER
28 int
Steven Sherk1cbabb02013-02-01 09:22:35 -070029 default 64
zbao2c08f6a2012-07-02 15:32:58 +080030
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110031endif # NORTHBRIDGE_AMD_AGESA_FAMILY15_TN