Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40873 )
Change subject: mb/purism/librem_skl: disable serial console by default ......................................................................
mb/purism/librem_skl: disable serial console by default
Librem SKL/KBL boards do not have an exposed serial port interface. Set board Kconfig so that a default built image with Tianocore payload is bootable and doesn't hang due to trying to send data over a non-existant serial port.
Test: build/boot librem 13v4 with board defaults + Tianocore
Signed-off-by: Matt DeVillier matt.devillier@puri.sm Change-Id: I4c3f8a3c1726f804957b06b437b399291854a3f5 --- M src/mainboard/purism/librem_skl/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/40873/1
diff --git a/src/mainboard/purism/librem_skl/Kconfig b/src/mainboard/purism/librem_skl/Kconfig index ca1582a..4f51d9e 100644 --- a/src/mainboard/purism/librem_skl/Kconfig +++ b/src/mainboard/purism/librem_skl/Kconfig @@ -73,4 +73,8 @@ config NO_POST default y
+config CONSOLE_SERIAL + bool + default n + endif