Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sw/device/silicon_creator/rom/doc/sigverify.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ image. The following table summarizes the conditions under which each type of
key is valid. Note that key validity during manufacturing (`TEST_UNLOCKED`) does
not depend on the OTP value since it may not have been programmed yet.

| TEST_UNLOCKED | PROD, PROD_END | DEV | RMA
--------- | ------------- | -------------- | --- | ---
Test keys | Yes | No | No | OTP
Dev keys | No | No | OTP | No
Prod keys | Yes | OTP | OTP | OTP
| | TEST_UNLOCKED | PROD, PROD_END | DEV | RMA |
|-----------|---------------|----------------|-----|-----|
| Test keys | Yes | No | No | OTP |
| Dev keys | Yes | No | OTP | OTP |
| Prod keys | Yes | OTP | OTP | OTP |

### Digest Computation

Expand Down
Loading