blob: 8eb3205ef3c17d2c33428410fd9722ebadb76365 [file] [log] [blame]
Bruce Griffith006364e2014-10-22 03:33:49 -06001##
2## This file is part of the coreboot project.
3##
Bruce Griffith006364e2014-10-22 03:33:49 -06004##
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##
Bruce Griffith006364e2014-10-22 03:33:49 -060014config NORTHBRIDGE_AMD_PI_00630F01
15 bool
Bruce Griffith006364e2014-10-22 03:33:49 -060016
17if NORTHBRIDGE_AMD_PI_00630F01
18
19config HW_MEM_HOLE_SIZEK
20 hex
21 default 0x100000
22
Bruce Griffith006364e2014-10-22 03:33:49 -060023config 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,1304"
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
Patrick Georgi26e24cc2015-05-05 22:27:25 +020040 default "3rdparty/blobs/northbridge/amd/00630F01/VBIOS.bin"
Bruce Griffith006364e2014-10-22 03:33:49 -060041
42endif