From d8f461f25ab77abadd56d7f0595596a11dae7949 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 14 Aug 2020 18:13:54 +0200 Subject: mb/amd/mandolin: use SoC UART for console if LPC UART isn't present Using the SOC's UART 0 as console requires moving a few resistors on the Mandolin board. BUG=b:165020060 TEST=coreboot console works on SoC UART 0 when AMD_LPC_DEBUG_CARD isn't selected. Change-Id: Idaf73ae84f54028da2182ce42035f9ecd63f4776 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/44528 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Angel Pons --- src/mainboard/amd/mandolin/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig index 03cbd4b425..0360e95237 100644 --- a/src/mainboard/amd/mandolin/Kconfig +++ b/src/mainboard/amd/mandolin/Kconfig @@ -10,6 +10,7 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_8192 if BOARD_AMD_MANDOLIN select AZALIA_PLUGIN_SUPPORT select HAVE_ACPI_RESUME + select PICASSO_CONSOLE_UART if !AMD_LPC_DEBUG_CARD config FMDFILE string -- cgit v1.2.3