-
Notifications
You must be signed in to change notification settings - Fork 30
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
Added STIDC and UTIDC registers #247
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I'm not sure why the Morello test is failing though.
Checkpatch complains about //
comments but all files uses them, I don't see much of a point to have multiple comment styles here just for that.
The current spec has UTID as a view of STID (and no MTID at all), do we want to match that instead? |
That's being changed, it was a bad idea to not have a separate ID register for S-mode's own use |
d8b4544
to
4f2ca77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment otherwise lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you rebase and squash? Then we can merge this to dev.
c5e6c12
to
9d87356
Compare
9d87356
to
f9a268a
Compare
This PR adds the SCRs for supervisor and user thread ID capability registers, which are used in compartmentalisation.