[SeaBIOS] [PATCH] Don't select SERCON when target is coreboot

Arthur Heymans arthur at aheymans.xyz
Sun Dec 24 14:53:27 CET 2017


CONFIG_SERCON=y breaks coreboot S3 (boots into payload instead of OS
reset vector).

Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>

diff --git a/src/Kconfig b/src/Kconfig
index 55a87cb..597d4ce 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -308,6 +308,7 @@ menu "Hardware support"
             Support serial ports.  This also enables int 14 serial port calls.
     config SERCON
         bool "Serial console"
+        depends on !COREBOOT
         default y
         help
             Support redirecting vga output to the serial console.
-- 
2.15.1




More information about the SeaBIOS mailing list