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
[keymgr/rtl] Raise error for any operation in Invalid state
The keymgr specification states that no operation is allowed in the
Invalid state. Prior to this commit, keymgr did not raise an *invalid
operation* error, raise an alert, nor update the `OP_STATUS` and
`ERR_CODE` CSRs.
This commit fixes keymgr to do all these things.
Signed-off-by: Andreas Kurth <[email protected]>
0 commit comments