You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand the crates can be compiled with S-mode support, but in that case the assumption will be that it starts and always runs in S-mode.
Is the following use-case supported or any plans for it to be supported:
The execution starts in M-mode, certain M-only setup is done (like PMP config etc)
The privilege level drops to S-mode for a regular execution flow
ECALLs from S-mode are served in M-mode
The text was updated successfully, but these errors were encountered:
We have no plans for this, but it could be interesting to discuss it. If you like, you could use this issue as an RFC to start developing/shaping how the functionality you propose should look like.
romancardenas
changed the title
Machine + Supervisor mixed executableriscv-rt: Machine + Supervisor mixed executable
Mar 30, 2024
As far as I understand the crates can be compiled with S-mode support, but in that case the assumption will be that it starts and always runs in S-mode.
Is the following use-case supported or any plans for it to be supported:
The text was updated successfully, but these errors were encountered: