blob: 739668b639daf7a7e7fbf011b582403b270c608c [file] [log] [blame]
Siyuan Wang3e32cc02013-07-09 17:16:20 +08001##
2## This file is part of the coreboot project.
3##
Siyuan Wang3e32cc02013-07-09 17:16:20 +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##
Siyuan Wang3e32cc02013-07-09 17:16:20 +080014config NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
15 bool
Siyuan Wang3e32cc02013-07-09 17:16:20 +080016
17if NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
18
19config HW_MEM_HOLE_SIZEK
20 hex
21 default 0x100000
22
Siyuan Wang3e32cc02013-07-09 17:16:20 +080023config MMCONF_BASE_ADDRESS
24 hex
Dave Frodinbccd4082014-06-06 06:52:28 -060025 default 0xF8000000
Siyuan Wang3e32cc02013-07-09 17:16:20 +080026
27config MMCONF_BUS_NUMBER
28 int
Dave Frodinbccd4082014-06-06 06:52:28 -060029 default 64
Siyuan Wang3e32cc02013-07-09 17:16:20 +080030
Bruce Griffith76db07e2013-07-07 02:06:53 -060031config VGA_BIOS_ID
32 string
33 default "1002,9830"
34 help
35 The default VGA BIOS PCI vendor/device ID should be set to the
36 result of the map_oprom_vendev() function in northbridge.c.
37
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110038endif # NORTHBRIDGE_AMD_AGESA_FAMILY16_KB