blob: c61d39dc13c97d47ed7da3ac1385bd5aa494b5d3 [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
Bruce Griffith006364e2014-10-22 03:33:49 -060014 default 0xF8000000
15
16config MMCONF_BUS_NUMBER
Bruce Griffith006364e2014-10-22 03:33:49 -060017 default 64
18
19config VGA_BIOS_ID
20 string
21 default "1002,1304"
22 help
23 The default VGA BIOS PCI vendor/device ID should be set to the
24 result of the map_oprom_vendev() function in northbridge.c.
25
26config VGA_BIOS_FILE
27 string
Patrick Georgi26e24cc2015-05-05 22:27:25 +020028 default "3rdparty/blobs/northbridge/amd/00630F01/VBIOS.bin"
Bruce Griffith006364e2014-10-22 03:33:49 -060029
30endif