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

Add support for mvendorid, marchid, and mimpid #8

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Conversation

CharlyCst
Copy link
Owner

This fixes #3

Register 32 does not exist, replaced it by 31
This commit adds support for the mvendorid, marchid, and mimpid CSRs.
Those CSRs are read-only registers who contains the ID or the vendor,
the machine, and implementation. They can all be set to 0 to indicate
that no particular ID is assigned.
This commit adds a payload to test the three CSR registers. For now they
are expected to return 0.
@CharlyCst CharlyCst merged commit 95a6ec7 into main Feb 22, 2024
1 check passed
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.

Implement mvendorid, marchid, and mimpid CSRs
2 participants