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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79395 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
This commit is contained in:
parent
1fe1904f38
commit
88da16b92d
|
@ -163,6 +163,13 @@ config PSP_SOFTFUSE_BITS
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue