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

Implement menvcfg #303

Merged
merged 2 commits into from
Oct 12, 2023
Merged

Commits on Sep 24, 2023

  1. Implement menvcfg

    This implements the m/senvcfg(h) CSRs. This CSR is used to enable/disable extensions and behaviours for lower privilege modes. Currently the only implemented bit is FIOM which affects how fences work.
    
    It also affects how atomic memory accesses work in non-cacheable regions, but the model does not currently support PMAs so that can't easily be implemented.
    Timmmm committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    338d6bc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Rename enable-fiom to enable-writable-fiom

    This is a much clearer name because the option allows code to enable FIOM, it doesn't enable FIOM itself.
    Timmmm committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    da76e06 View commit details
    Browse the repository at this point in the history