Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30464
Change subject: soc/intel/cannonlake: [TEST ONLY] Use UART IO interface ......................................................................
soc/intel/cannonlake: [TEST ONLY] Use UART IO interface
*** DO NOT MERGE ****
Change-Id: Ic163f2d9fffc7483e0dd1a8b377116ef3bba3492 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/soc/intel/cannonlake/Kconfig 1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/30464/1
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 9e007b6..a529af7 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -83,12 +83,13 @@ select CONSOLE_SERIAL select BOOTBLOCK_CONSOLE select DRIVERS_UART - select DRIVERS_UART_8250MEM_32 - select NO_UART_ON_SUPERIO +# select DRIVERS_UART_8250MEM_32 +# select NO_UART_ON_SUPERIO + select DRIVERS_UART_8250IO
config UART_FOR_CONSOLE int "Index for LPSS UART port to use for console" - default 2 if DRIVERS_UART_8250MEM_32 + default 2 if !DRIVERS_UART_8250MEM_32 default 0 help Index for LPSS UART port to use for console: