blob: 360fd8f0c11d7e8e1be4f3281fb2d9d28983c379 [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 NO_DDR5
6 select NO_LPDDR4
7 select NO_DDR4
8 select USE_DDR3
9 select NO_DDR2
Bruce Griffith27ed80b2014-08-15 11:46:25 -060010
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030011if NORTHBRIDGE_AMD_PI_00730F01
Bruce Griffith27ed80b2014-08-15 11:46:25 -060012
13config 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