Dasharo / dasharo-issues

The Dasharo issue tracker
https://dasharo.com/
25 stars 0 forks source link

Wake from suspend not working #1144

Open miczyg1 opened 1 day ago

miczyg1 commented 1 day ago

Component

Dasharo firmware

Device

Dell OptiPlex 7010

Dasharo version

v0.1.0

Dasharo Tools Suite version

No response

Test case ID

No response

Brief summary

Resume process halts in the middle of coreboot ramstage.

How reproducible

100%

How to reproduce

  1. Boot to ubuntu.
  2. Execute systemctl suspend
  3. Wait till the platform suspends. Then send power button signal to wake it.
  4. Observe serial console with debug build. Execution stops at NMI sources enabled.

Expected behavior

Platform wakes up to the OS.

Actual behavior

Platform halts in coreboot.

Screenshots

No response

Additional context

No response

Solutions you've tried

No response

miczyg1 commented 1 day ago

Fixed here: https://github.com/Dasharo/coreboot/pull/588