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

Separate concept of supervisor mode from presence of MMU #2422

Merged
merged 2 commits into from
Apr 20, 2020

Conversation

aswaterman
Copy link
Member

This facilitates an embedded-system design point where a secure monitor runs in M-mode, and a less-trusted application that needs to take interrupts runs in S-mode.

Effectively, it's a replacement for the N extension for user-mode interrupts.

Release Notes
Support an MMU-less S-mode, for isolation of embedded processes that take interrupts.

Forgot to remove usingVector as a condition for materializing mstatus.fs
This facilitates an embedded-system design point where a secure monitor
runs in M-mode, and a less-trusted application that needs to take interrupts
runs in S-mode.

Effectively, it's a replacement for the N extension for user-mode interrupts.
@aswaterman aswaterman requested a review from ingallsj April 18, 2020 08:46
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