-
Notifications
You must be signed in to change notification settings - Fork 171
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
lib: xlnx: Avoid mapping in MPU for region mapped by bsp #282
Conversation
This work is in progress. Creating draft PR for keeping track of updates. |
d0600ce
to
80e525e
Compare
Changes in v2:
|
@arnopo, @edmooring for reviews. |
This is workaround while this issue is resolved: #283 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we discussed during the OpenAMP call, the current code can serve as a temporary workaround.
However, in the long term, for the sys.c, the objective is file to act as a simple wrapper that calls an AMD system HAL outside of libmetal. This AMD HAL should address this kind of specificity.
Ack. |
80e525e
to
cdbb49f
Compare
Updated correct author signature. The patch is the same. |
@edmooring ping for reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise, looks good for now.
Avoiding memory mapping in MPU config table for region that are already mapped by bsp and no change in attribute property. Signed-off-by: Rajiv Mohan <rajiv.mohan@amd.com> Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
cdbb49f
to
08b9151
Compare
@edmooring addressed comment as requested. Ping for reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to go.
Avoiding memory mapping in MPU config table for region that are already mapped by bsp and no change in attribute property.