You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rom_ext] Run boot_svc after a wakeup according to owner config
Initial customers requested that boot services not run when the ROM_EXT
detects a low-power wakeup. A new customer has requested the opposite
behavior.
1. Add a configuration item to the ownership config to enable or disable
boot_svc on low-power wakeups. Default to `False` (disabled).
2. Use a weak function to retrieve the ownership configuration value.
This allows a down-stream ROM_EXT build to override this function
with their preferred behavior (to account for chips that don't have
the setting in their ownership config).
Signed-off-by: Chris Frantz <[email protected]>
0 commit comments