Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79395?usp=email )
Change subject: soc/amd/genoa/Kconfig: add CONSOLE_UART_BASE_ADDRESS defaults ......................................................................
soc/amd/genoa/Kconfig: add CONSOLE_UART_BASE_ADDRESS defaults
Add defaults for the CONSOLE_UART_BASE_ADDRESS Kconfig symbol so that the SeaBIOS payload will know where the MMIO address of the UART is to build successfully without any additional user input during the build.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ia05c3531cdbf3fd3e2e5f81b9d652f9dfef2111a --- M src/soc/amd/genoa/Kconfig 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/79395/1
diff --git a/src/soc/amd/genoa/Kconfig b/src/soc/amd/genoa/Kconfig index a98e634..2068c44 100644 --- a/src/soc/amd/genoa/Kconfig +++ b/src/soc/amd/genoa/Kconfig @@ -163,6 +163,13 @@ See #57299 (NDA) for additional bit definitions. endmenu
+config CONSOLE_UART_BASE_ADDRESS + depends on CONSOLE_SERIAL && AMD_SOC_CONSOLE_UART + hex + default 0xfedc9000 if UART_FOR_CONSOLE = 0 + default 0xfedca000 if UART_FOR_CONSOLE = 1 + default 0xfedce000 if UART_FOR_CONSOLE = 2 + config SMM_TSEG_SIZE hex default 0x800000