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

MPAM is not handled by RMM #37

Open
javieralso-arm opened this issue Jan 16, 2025 · 0 comments
Open

MPAM is not handled by RMM #37

javieralso-arm opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@javieralso-arm
Copy link
Collaborator

On Realm world, MPAM is disabled by EL3 Firmware (TF-A), however, if the feature is available, it will be presented to a realm, which will cause undef behavior and/or panics when the latter tries to access the feature registers.

In order to fix this issue, RMM needs:

  • To hide MPAM feature to to the Realm world.
  • To trap any access to MPAM registers from the Realm into RMM, so it can inject an UNDEF abort back to the realm.
@javieralso-arm javieralso-arm added the bug Something isn't working label Jan 16, 2025
@javieralso-arm javieralso-arm self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant