Furquan Shaikh has uploaded a new patch set (#3). ( https://review.coreboot.org/20851 )
Change subject: soc/intel/common: Allow SoC to enable UART resources ......................................................................
soc/intel/common: Allow SoC to enable UART resources
This changed provides a callback pch_uart_enable_resources that allows SoC to enable UART controller if necessary. This is required to workaround the issue where Linux kernel hangs on resume if serial console is disabled in coreboot but enabled in kernel.
BUG=b:64030366
Change-Id: Id21447b090d8ed8c44b3b464f49ea12de58fbee2 Signed-off-by: Furquan Shaikh furquan@chromium.org --- M src/soc/intel/common/block/include/intelblocks/uart.h M src/soc/intel/common/block/uart/uart.c 2 files changed, 13 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/20851/3