Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rom-a1] Adds module to load keys from OTP. #21902

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

moidx
Copy link
Contributor

@moidx moidx commented Mar 8, 2024

The module contains the following functions:

  • sigverify_otp_keys_init(): Initializes the OTP keys context in SRAM.
  • sigverify_otp_keys_check(): Verifies the integrity of the OTP keys.
  • sigverify_otp_keys_get(): Gets a key from the OTP keys array stored
    in the SRAM context.

This change is part of #21204

@moidx moidx requested a review from a team as a code owner March 8, 2024 04:25
@moidx moidx removed the request for review from a team March 8, 2024 04:25
@moidx moidx force-pushed the a1-rom-sigverify-otp-module branch 2 times, most recently from 970e756 to 3b05b2d Compare March 8, 2024 04:35
@moidx moidx force-pushed the a1-rom-sigverify-otp-module branch 2 times, most recently from a0b9a42 to 6c53930 Compare March 9, 2024 01:28
The module contains the following functions:

- `sigverify_otp_keys_init()`: Initializes the OTP keys context in SRAM.
- `sigverify_otp_keys_check()`: Verifies the integrity of the OTP keys.
- `sigverify_otp_keys_get()`: Gets a key from the OTP keys array stored
  in the SRAM context.

Signed-off-by: Miguel Osorio <miguelosorio@google.com>
@moidx moidx force-pushed the a1-rom-sigverify-otp-module branch from 6c53930 to 75c2269 Compare March 9, 2024 02:58
@moidx moidx merged commit 2f6a425 into lowRISC:master Mar 10, 2024
32 checks passed
@moidx moidx deleted the a1-rom-sigverify-otp-module branch March 10, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants