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

2018-01-08 Thread Gerd Hoffmann
On Sun, Dec 24, 2017 at 02:53:27PM +0100, Arthur Heymans wrote: > CONFIG_SERCON=y breaks coreboot S3 (boots into payload instead of OS > reset vector). Any clue why this is happening? I can't see a fundamental incompatibility, and I think sercon can be quite useful on coreboot too. So finding

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

2017-12-24 Thread Arthur Heymans
CONFIG_SERCON=y breaks coreboot S3 (boots into payload instead of OS reset vector). Signed-off-by: Arthur Heymans 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"