blob: 94abb93177ddebe2033a28c51fb615fc41f35e52 [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
Bruce Griffith27ed80b2014-08-15 11:46:25 -06005
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +03006if NORTHBRIDGE_AMD_PI_00730F01
Bruce Griffith27ed80b2014-08-15 11:46:25 -06007
8config HW_MEM_HOLE_SIZEK
9 hex
10 default 0x100000
11
Shelley Chen4e9bb332021-10-20 15:43:45 -070012config ECAM_MMCONF_BASE_ADDRESS
Bruce Griffith27ed80b2014-08-15 11:46:25 -060013 default 0xF8000000
14
Shelley Chen4e9bb332021-10-20 15:43:45 -070015config ECAM_MMCONF_BUS_NUMBER
Bruce Griffith27ed80b2014-08-15 11:46:25 -060016 default 64
17
18config VGA_BIOS_ID
19 string
20 default "1002,9850"
21 help
22 The default VGA BIOS PCI vendor/device ID should be set to the
23 result of the map_oprom_vendev() function in northbridge.c.
24
25config VGA_BIOS_FILE
26 string
Patrick Georgi26e24cc2015-05-05 22:27:25 +020027 default "3rdparty/blobs/northbridge/amd/00730F01/VBIOS.bin"
Bruce Griffith27ed80b2014-08-15 11:46:25 -060028
29endif