Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33776
Change subject: asus/am1i-a: set UART_FOR_CONSOLE to 1 instead of default 0 ......................................................................
asus/am1i-a: set UART_FOR_CONSOLE to 1 instead of default 0
It has been observed by me and Elisenda Cuadros / Gergely Kiss [1] that the boot process of this board is super slow when UART 0 is being used - even if nothing is connected to this port. Instead, use UART 1 by default (this board has two COM ports).
[1] https://mail.coreboot.org/pipermail/coreboot/2018-February/086132.html
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I42a35d7ac1899a0ac903302f43168dc04701634a --- M src/mainboard/asus/am1i-a/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/33776/1
diff --git a/src/mainboard/asus/am1i-a/Kconfig b/src/mainboard/asus/am1i-a/Kconfig index d50edbe..f692523 100644 --- a/src/mainboard/asus/am1i-a/Kconfig +++ b/src/mainboard/asus/am1i-a/Kconfig @@ -54,4 +54,8 @@ bool default n
+config UART_FOR_CONSOLE + int + default 1 + endif # BOARD_ASUS_AM1I_A