Skip to content
  • Mike Hibler's avatar
    When forcing a transition to a new opMode, look for a valid next state. · 2b3fd82a
    Mike Hibler authored
    Previously, a forced opModeTransition would just remain in the same state
    after moving to the new op_mode rather than looking for a valid
    oldmode/oldstate => newmode/newstate transition in the mode_transitions
    table. This should only effect the transition from SECUREBOOT/TPMSIGNOFF,
    since all other uses should not find a valid newstate and should remain in
    the old state as before.
    2b3fd82a