Skip to content

Commit d754fac

Browse files
pamauryjwnrt
authored andcommitted
[doc] Fix table in ROM/sigverify
Signed-off-by: Amaury Pouly <[email protected]>
1 parent 99c261b commit d754fac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sw/device/silicon_creator/rom/doc/sigverify.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ image. The following table summarizes the conditions under which each type of
3939
key is valid. Note that key validity during manufacturing (`TEST_UNLOCKED`) does
4040
not depend on the OTP value since it may not have been programmed yet.
4141

42-
| TEST_UNLOCKED | PROD, PROD_END | DEV | RMA
43-
--------- | ------------- | -------------- | --- | ---
44-
Test keys | Yes | No | No | OTP
45-
Dev keys | No | No | OTP | No
46-
Prod keys | Yes | OTP | OTP | OTP
42+
| | TEST_UNLOCKED | PROD, PROD_END | DEV | RMA |
43+
|-----------|---------------|----------------|-----|-----|
44+
| Test keys | Yes | No | No | OTP |
45+
| Dev keys | No | No | OTP | No |
46+
| Prod keys | Yes | OTP | OTP | OTP |
4747

4848
### Digest Computation
4949

0 commit comments

Comments
 (0)