From 5cf4628f4fffb9559b026f59b877f163f74b5bb2 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Tue, 21 Nov 2023 21:37:23 -0500 Subject: mb/asus/p8z77-m: Properly configure early serial Board was not producing serial output until well into ramstage. To fix, select SUPERIO_NUVOTON_COMMON_COM_A Kconfig to tell nuvoton_enable_serial() to route serial port A signals to the outside, not GPIO8x. TEST=Full native raminit debug log received over serial by minicom. Change-Id: I376a79dd76ffa5f4d47e7c0cb53680e173e1ad78 Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/79222 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/asus/p8x7x-series/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainboard/asus/p8x7x-series/Kconfig b/src/mainboard/asus/p8x7x-series/Kconfig index 277fe4084b..e278b56b3e 100644 --- a/src/mainboard/asus/p8x7x-series/Kconfig +++ b/src/mainboard/asus/p8x7x-series/Kconfig @@ -54,6 +54,7 @@ config BOARD_ASUS_P8Z77_M select BOARD_ROMSIZE_KB_8192 select MEMORY_MAPPED_TPM select SUPERIO_NUVOTON_NCT6779D + select SUPERIO_NUVOTON_COMMON_COM_A if BOARD_ASUS_P8X7X_SERIES -- cgit v1.2.3