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

Allow disabling certain PMP modes #808

Merged
merged 5 commits into from Feb 16, 2024
Merged

Allow disabling certain PMP modes #808

merged 5 commits into from Feb 16, 2024

Conversation

stnolting
Copy link
Owner

Add two new generics to disable certain PMP modes (to reduce CPU size / impact on critical path):

  • PMP_TOR_MODE_EN (boolean, default true): implement top-of-region (TOP) mode when true
  • PMP_NAP_MODE_EN (boolean, default true): implement naturally-aligned-power-of-2 modes (NA4 and NAPOT) modes when true

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Feb 16, 2024
@stnolting stnolting self-assigned this Feb 16, 2024
@stnolting stnolting marked this pull request as ready for review February 16, 2024 05:45
@stnolting stnolting merged commit beab81e into main Feb 16, 2024
8 checks passed
@stnolting stnolting deleted the pmp_mode_config branch February 16, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant