blob: 322219860dcc68ef643f4638c13bac6258a44603 [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# SPDX-License-Identifier: GPL-2.0-only
Bruce Griffith27ed80b2014-08-15 11:46:25 -06002
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +03003config NORTHBRIDGE_AMD_PI
Martin Roth595e7772015-04-26 18:53:26 -06004 bool
Marc Jones21cde8b2017-05-07 16:47:36 -06005 default y if CPU_AMD_PI
Marc Jones21cde8b2017-05-07 16:47:36 -06006 default n
Bruce Griffith27ed80b2014-08-15 11:46:25 -06007
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +03008if NORTHBRIDGE_AMD_PI
9
Ricardo Ribalda Delgadoa1328922016-12-28 15:16:22 +010010config BOTTOMIO_POSITION
11 hex "Bottom of 32-bit IO space"
12 default 0xD0000000
13 help
14 If PCI peripherals with big BARs are connected to the system
15 the bottom of the IO must be decreased to allocate such
16 devices.
17
18 Declare the beginning of the 128MB-aligned MMIO region. This
19 option is useful when PCI peripherals requesting large address
20 ranges are present.
21
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030022config S3_VGA_ROM_RUN
23 bool
24 default n
25
Patrick Georgi0bb83462019-11-22 20:58:58 +010026source "src/northbridge/amd/pi/00730F01/Kconfig"
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030027
Patrick Georgiacbc4912023-11-06 17:22:34 +000028config HEAP_SIZE
29 hex
30 default 0xc0000
31
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030032endif # NORTHBRIDGE_AMD_PI