blob: 292492e6eae9a45febccec429081368eedffe01b [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# SPDX-License-Identifier: GPL-2.0-only
2
Bruce Griffith006364e2014-10-22 03:33:49 -06003config NORTHBRIDGE_AMD_PI_00630F01
4 bool
Furquan Shaikh8bdf3f42020-05-15 16:21:22 -07005 select RESOURCE_ALLOCATOR_V3
Bruce Griffith006364e2014-10-22 03:33:49 -06006
7if NORTHBRIDGE_AMD_PI_00630F01
8
9config HW_MEM_HOLE_SIZEK
10 hex
11 default 0x100000
12
Bruce Griffith006364e2014-10-22 03:33:49 -060013config MMCONF_BASE_ADDRESS
14 hex
15 default 0xF8000000
16
17config MMCONF_BUS_NUMBER
18 int
19 default 64
20
21config VGA_BIOS_ID
22 string
23 default "1002,1304"
24 help
25 The default VGA BIOS PCI vendor/device ID should be set to the
26 result of the map_oprom_vendev() function in northbridge.c.
27
28config VGA_BIOS_FILE
29 string
Patrick Georgi26e24cc2015-05-05 22:27:25 +020030 default "3rdparty/blobs/northbridge/amd/00630F01/VBIOS.bin"
Bruce Griffith006364e2014-10-22 03:33:49 -060031
32endif