zbao | 2c08f6a | 2012-07-02 15:32:58 +0800 | [diff] [blame] | 1 | ## |
| 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 Menzel | a46a712 | 2013-02-23 18:37:27 +0100 | [diff] [blame] | 17 | ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
zbao | 2c08f6a | 2012-07-02 15:32:58 +0800 | [diff] [blame] | 18 | ## |
| 19 | config NORTHBRIDGE_AMD_AGESA_FAMILY15_TN |
| 20 | bool |
| 21 | select MMCONF_SUPPORT |
zbao | 2c08f6a | 2012-07-02 15:32:58 +0800 | [diff] [blame] | 22 | |
| 23 | if NORTHBRIDGE_AMD_AGESA_FAMILY15_TN |
| 24 | |
| 25 | config HW_MEM_HOLE_SIZEK |
| 26 | hex |
| 27 | default 0x100000 |
| 28 | |
| 29 | config HW_MEM_HOLE_SIZE_AUTO_INC |
| 30 | bool |
| 31 | default n |
| 32 | |
| 33 | config MMCONF_BASE_ADDRESS |
| 34 | hex |
Steven Sherk | 1cbabb0 | 2013-02-01 09:22:35 -0700 | [diff] [blame] | 35 | default 0xF8000000 |
zbao | 2c08f6a | 2012-07-02 15:32:58 +0800 | [diff] [blame] | 36 | |
| 37 | config MMCONF_BUS_NUMBER |
| 38 | int |
Steven Sherk | 1cbabb0 | 2013-02-01 09:22:35 -0700 | [diff] [blame] | 39 | default 64 |
zbao | 2c08f6a | 2012-07-02 15:32:58 +0800 | [diff] [blame] | 40 | |
| 41 | endif |