blob: 0aaaf49cab335c2f71bd98aa13f251327bdf3369 [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# SPDX-License-Identifier: GPL-2.0-only
2
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +03003config NORTHBRIDGE_AMD_PI_00730F01
Bruce Griffith27ed80b2014-08-15 11:46:25 -06004 bool
Furquan Shaikh8bdf3f42020-05-15 16:21:22 -07005 select RESOURCE_ALLOCATOR_V3
Bruce Griffith27ed80b2014-08-15 11:46:25 -06006
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +03007if NORTHBRIDGE_AMD_PI_00730F01
Bruce Griffith27ed80b2014-08-15 11:46:25 -06008
9config HW_MEM_HOLE_SIZEK
10 hex
11 default 0x100000
12
Bruce Griffith27ed80b2014-08-15 11:46:25 -060013config MMCONF_BASE_ADDRESS
Bruce Griffith27ed80b2014-08-15 11:46:25 -060014 default 0xF8000000
15
16config MMCONF_BUS_NUMBER
Bruce Griffith27ed80b2014-08-15 11:46:25 -060017 default 64
18
19config VGA_BIOS_ID
20 string
21 default "1002,9850"
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/00730F01/VBIOS.bin"
Bruce Griffith27ed80b2014-08-15 11:46:25 -060029
30endif