Commit a49b553
[cryptolib] Explicitly enable EDN
The `EDN_CTRL` register uses multi-bit (MUBI) fields to configure the
mode of operation. Setting the fields to any value different than `TRUE
(0x6)` or `FALSE (0x9)` will result in a recoverable alert.
This change explicitly sets all the fields in the register to expected
values to avoid triggering recoverable alerts.
The `EDN_RECOV_ALERT_STS_REG` is also cleared before enabling the block
to avoid starting with previous invalid conditions.
Signed-off-by: Miguel Osorio <[email protected]>
(Cherry-picked from commit 4831476)1 parent 2c2012c commit a49b553
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
588 | | - | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
589 | 592 | | |
590 | 593 | | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
591 | 598 | | |
592 | 599 | | |
593 | 600 | | |
| |||
0 commit comments