blob: 493bc6a13ecdc25d8257981f88497b4e2418a44c [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
Felix Held0010b892023-11-15 22:10:26 +01009config CHIPSET_DEVICETREE
10 string
11 default "northbridge/amd/pi/00730F01/chipset.cb"
12
Bruce Griffith27ed80b2014-08-15 11:46:25 -060013config HW_MEM_HOLE_SIZEK
14 hex
15 default 0x100000
16
Shelley Chen4e9bb332021-10-20 15:43:45 -070017config ECAM_MMCONF_BASE_ADDRESS
Bruce Griffith27ed80b2014-08-15 11:46:25 -060018 default 0xF8000000
19
Shelley Chen4e9bb332021-10-20 15:43:45 -070020config ECAM_MMCONF_BUS_NUMBER
Bruce Griffith27ed80b2014-08-15 11:46:25 -060021 default 64
22
23config VGA_BIOS_ID
24 string
25 default "1002,9850"
26 help
27 The default VGA BIOS PCI vendor/device ID should be set to the
28 result of the map_oprom_vendev() function in northbridge.c.
29
30config VGA_BIOS_FILE
31 string
Patrick Georgi26e24cc2015-05-05 22:27:25 +020032 default "3rdparty/blobs/northbridge/amd/00730F01/VBIOS.bin"
Bruce Griffith27ed80b2014-08-15 11:46:25 -060033
34endif