blob: 2ccfbbf41097fd3d9d61477a2c78b1cc0f1a29fa [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# SPDX-License-Identifier: GPL-2.0-only
Frank Vibrans420faca2011-02-14 18:42:12 +00002
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +02003config NORTHBRIDGE_AMD_AGESA
Edward O'Callaghanb32e1f42014-11-21 02:44:34 +11004 bool
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +02005
6if NORTHBRIDGE_AMD_AGESA
7
Mike Banone7f176c2020-01-19 21:42:09 +03008config BOTTOMIO_POSITION
9 hex "Bottom of 32-bit IO space"
10 default 0x80000000
11 help
12 If PCI peripherals with big BARs are connected to the system
13 the bottom of the IO must be decreased to allocate such devices.
14
15 Declare the beginning of the 128MB-aligned MMIO region. This
16 option is useful when PCI peripherals requesting large address
17 ranges are present, for example, graphic cards.
18
efdesign983f5ebd62011-09-14 13:47:17 -060019config CONSOLE_VGA_MULTI
20 bool
21 default n
22
zbaof7223732012-04-13 13:42:15 +080023config S3_VGA_ROM_RUN
24 bool
25 default n
26
Stefan Reinauera48ca842015-04-04 01:58:28 +020027source "src/northbridge/amd/agesa/*/Kconfig"
efdesign9805a89ab2011-06-20 17:38:49 -070028
Kyösti Mälkkieaee6e22014-04-30 01:35:29 +030029# TODO: Reservation for heap seems excessive
30config HEAP_SIZE
31 hex
32 default 0xc0000
33
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020034endif # NORTHBRIDGE_AMD_AGESA