Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hx30: restore RW firmware access #35

Draft
wants to merge 9 commits into
base: fwk-hx20-hx30-4410
Choose a base branch
from
Prev Previous commit
Next Next commit
hx30: power_sequence: fire SHUTDOWN_COMPLETE
Implementation of c187ce1 for hx30.

Signed-off-by: Rouven Czerwinski <[email protected]>
Emantor committed Oct 10, 2023
commit b782b32aa9dde448f014d3b12e69aa83d513532b
1 change: 1 addition & 0 deletions board/hx30/power_sequence.c
Original file line number Diff line number Diff line change
@@ -599,6 +599,7 @@ enum power_state power_handle_state(enum power_state state)
hook_notify(HOOK_CHIPSET_SHUTDOWN);
cypd_set_power_active(POWER_S5);
set_non_acpi_mode(0);
hook_notify(HOOK_CHIPSET_SHUTDOWN_COMPLETE);
power_s5_up = 0;
return POWER_S5;
break;