Skip to content

Commit

Permalink
Remove ShaAcc option since there's no use case for it
Browse files Browse the repository at this point in the history
  • Loading branch information
mlvisaya committed Feb 7, 2025
1 parent da49b76 commit d8a7e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ Command Code: `0x4154_5348` ("ATSH")
| measurement | u8[48] | Digest of the image requested for authorization. The `source` field needs to be set to '1` for InRequest, otherwise<br />this field is ignored. |
| context | u8[48] | Context field for `svn`; e.g., a hash of the public key that authenticated the SVN. |
| flags | u32 | See AUTHORIZE_AND_STASH_FLAGS below |
| source | u32 | This field identifies the source of the digest to be used to compare with the SoC's<br />SHA digest in the SoC Manifest<br /><br />Values<br />1 - InRequest - Use the hash in the 'measurement' field of this command<br />2 - ShaAcc - Use the result of the SHA Accelerator.<br />3 - LoadAddress - The image located in the `LoadAddress` will be streamed to the SHA Accelerator to <br />               retrieve the digest that will be used for authorization.<br />4 - StagingAddress - The image located in the `StagingAddress` will be streamed to the SHA Accelerator to<br />               retrieve the digest that will be used for authorization |
| source | u32 | This field identifies the source of the digest to be used to compare with the SoC's<br />SHA digest in the SoC Manifest<br /><br />Values<br />1 - InRequest - Use the hash in the 'measurement' field of this command<br /><br />2 - LoadAddress - The image located in the `ImageLoadAddress` will be streamed to the SHA Accelerator to <br />               retrieve the digest that will be used for authorization.<br />3 - ImageStagingAddress - The image located in the `StagingAddress` will be streamed to the SHA Accelerator to<br />               retrieve the digest that will be used for authorization |

*Table: `AUTHORIZE_AND_STASH_FLAGS` input flags*
| **Name** | **Value** |
Expand Down

0 comments on commit d8a7e2f

Please sign in to comment.