diff --git a/src/mainboard/system76/cml-u/Kconfig b/src/mainboard/system76/cml-u/Kconfig index 02a83c2ce1..d495997ca5 100644 --- a/src/mainboard/system76/cml-u/Kconfig +++ b/src/mainboard/system76/cml-u/Kconfig @@ -12,6 +12,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_OPTION_TABLE select HAVE_SMI_HANDLER select INTEL_GMA_HAVE_VBT + select INTEL_LPSS_UART_FOR_CONSOLE # select MAINBOARD_HAS_SPI_TPM_CR50 # select MAINBOARD_HAS_TPM2 select NO_UART_ON_SUPERIO @@ -62,10 +63,9 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -# This causes UEFI to hang -#config UART_FOR_CONSOLE -# int -# default 2 +config UART_FOR_CONSOLE + int + default 2 config MAX_CPUS int diff --git a/src/mainboard/system76/cml-u/devicetree.cb b/src/mainboard/system76/cml-u/devicetree.cb index 52694c375c..be3eea3784 100644 --- a/src/mainboard/system76/cml-u/devicetree.cb +++ b/src/mainboard/system76/cml-u/devicetree.cb @@ -208,7 +208,7 @@ chip soc/intel/cannonlake device pci 17.0 on end # SATA device pci 19.0 off end # I2C #4 device pci 19.1 off end # I2C #5 - device pci 19.2 off end # UART #2 + device pci 19.2 on end # UART #2 device pci 1a.0 off end # eMMC device pci 1c.0 on end # PCI Express Port 1 device pci 1c.1 off end # PCI Express Port 2