blob: 651735a5c994b3ae02a19eb766a1351d15314c88 [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
Elyes Haouas8eaab2b2023-07-09 12:04:16 +02005 select USE_DDR3
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
Shelley Chen4e9bb332021-10-20 15:43:45 -070013config ECAM_MMCONF_BASE_ADDRESS
Bruce Griffith27ed80b2014-08-15 11:46:25 -060014 default 0xF8000000
15
Shelley Chen4e9bb332021-10-20 15:43:45 -070016config ECAM_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