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

[device_id] update device ID format to match OpenTitan silicon #14

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

timothytrippel
Copy link
Collaborator

@timothytrippel timothytrippel commented Sep 11, 2024

This updates the device ID format to match the spec published on the OpenTitan website: https://opentitan.org/book/doc/security/specs/identities_and_root_keys/#device-identifier . In doing so, this also simplifies the device ID layout, removing an un-needed DeviceType nested message type. Additionally, this removes OpenTitan lifecycle states that are not supported in current OpenTitan hardware.

src/ate/ate_api.h Outdated Show resolved Hide resolved
This updates the device ID format to match the spec published on the
OpenTitan website: https://opentitan.org/book/doc/security/specs/identities_and_root_keys/#device-identifier.
Additionally, this removes OpenTitan lifecycle states that are not
supported in current OpenTitan hardware.

Signed-off-by: Tim Trippel <ttrippel@google.com>
@timothytrippel timothytrippel merged commit 9c45cf7 into lowRISC:main Sep 12, 2024
3 checks passed
@timothytrippel timothytrippel deleted the cleanup-device-id branch September 12, 2024 18:05
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