Project

General

Profile

Actions

Bug #167

closed

X201 restarts rather than waking up

Added by Stefan Ott almost 6 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/10/2018
Due date:
% Done:

0%

Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:

Description

With coreboot 4.8.1 (and with the current git master) my X201 no longer wakes up from suspend-to-RAM, i.e. instead of resuming it boots from scratch. Sometimes (but not always) when this happens, the "moon" LED starts blinking.

The laptop works fine with coreboot 4.6 but fails entirely to boot with version 4.7 thus I can't easily figure out which commit broke it.

Is there anything I can do to help debugging this?

Actions #1

Updated by Arthur Heymans almost 6 years ago

SeaBIOS 1.11 with CONFIG_SERCONN is known to break S3.

Could you paste a coreboot log of when coreboot rebooted instead of resumed from S3?

Actions #2

Updated by Stefan Ott almost 6 years ago

Ah nice, thank you removing the serial port console option seems to have resolved this for me. Are you still interested in the logs?

Actions #3

Updated by Stefan Ott over 5 years ago

Btw, feel free to close this one, I can't seem to.

Actions #4

Updated by Paul Menzel over 5 years ago

  • Status changed from New to Closed

The underlying problem needs still be fixing in my opinion. But it’s not clear yet, if it’s coreboot’s or SeaBIOS’ fault.

Actions #5

Updated by Alexander Couzens over 5 years ago

@Stefan Ott: Which serial power do you enabled? In coreboot or/and in seabios? we should exclude then from all target not supporting a serial at all.

Actions #6

Updated by Stefan Ott about 5 years ago

@Alexander Couzens: Sorry for the delay, I completely forgot about this. The option that causes the issue (still does in 4.9) is CONFIG_CONSOLE_SERIAL. When I enable that, the resulting ROM will crash instead of waking up; when I disable it, everything runs just fine.

Let me know if I can do anything to analyze this further.

Actions #7

Updated by Paul Menzel about 5 years ago

Thank you for your reply. Arthur debugged this, and it’s not a bug in SeaBIOS, but coreboot. You need to use latest coreboot master branch, or cherry-pick commit 804adaa1 (arch/x86/ebda: Don't trash the EBDA on the resume path) 1.

Actions

Also available in: Atom PDF