Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/71599 )
Change subject: Revert "nb/amd/agesa: Remove leftover code" ......................................................................
Revert "nb/amd/agesa: Remove leftover code"
This reverts commit 1a010236cf922fc28cfb36b604bdf17a9ea3cb82.
Change-Id: If26ce3136f809d5b0714fc344ddff1f8df3789bc Signed-off-by: Damien Zammit damien@zamaudio.com --- A src/northbridge/amd/agesa/Kconfig 1 file changed, 46 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/71599/1
diff --git a/src/northbridge/amd/agesa/Kconfig b/src/northbridge/amd/agesa/Kconfig new file mode 100644 index 0000000..2ccfbbf --- /dev/null +++ b/src/northbridge/amd/agesa/Kconfig @@ -0,0 +1,34 @@ +# SPDX-License-Identifier: GPL-2.0-only + +config NORTHBRIDGE_AMD_AGESA + bool + +if NORTHBRIDGE_AMD_AGESA + +config BOTTOMIO_POSITION + hex "Bottom of 32-bit IO space" + default 0x80000000 + help + If PCI peripherals with big BARs are connected to the system + the bottom of the IO must be decreased to allocate such devices. + + Declare the beginning of the 128MB-aligned MMIO region. This + option is useful when PCI peripherals requesting large address + ranges are present, for example, graphic cards. + +config CONSOLE_VGA_MULTI + bool + default n + +config S3_VGA_ROM_RUN + bool + default n + +source "src/northbridge/amd/agesa/*/Kconfig" + +# TODO: Reservation for heap seems excessive +config HEAP_SIZE + hex + default 0xc0000 + +endif # NORTHBRIDGE_AMD_AGESA