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

Passthrough device #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Passthrough device #174

wants to merge 1 commit into from

Commits on Sep 3, 2024

  1. Implement pass through device

    The number of PMP (Physical Memory Protection) registers is limited on any RISC-V platform. Currently, each memory-mapped virtual device requires a separate PMP entry. This commit introduces a solution that allows grouping all virtual devices under a single PMP entry by implementing a pass-through module in front of them.
    francois141 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8adc7ee View commit details
    Browse the repository at this point in the history