blob: 105fbc83db54a2375bb76ba2f3339f0d00f92d9b [file] [log] [blame]
WANG Siyuan05639412015-05-20 14:44:32 +08001##
2## This file is part of the coreboot project.
3##
WANG Siyuan05639412015-05-20 14:44:32 +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##
WANG Siyuan05639412015-05-20 14:44:32 +080014config NORTHBRIDGE_AMD_PI_00660F01
15 bool
WANG Siyuan05639412015-05-20 14:44:32 +080016
17if NORTHBRIDGE_AMD_PI_00660F01
18
19config HW_MEM_HOLE_SIZEK
20 hex
21 default 0x100000
22
WANG Siyuan05639412015-05-20 14:44:32 +080023config MMCONF_BASE_ADDRESS
24 hex
25 default 0xF8000000
26
27config MMCONF_BUS_NUMBER
28 int
29 default 64
30
31config VGA_BIOS_ID
32 string
33 default "1002,9870"
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
38config VGA_BIOS_FILE
39 string
40 default "3rdparty/blobs/northbridge/amd/00660F01/VBIOS.bin"
41
42endif