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
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: