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

Switch MmCoreArm advanced logger to use updated MMU functions #435

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

cfernald
Copy link
Contributor

@cfernald cfernald commented Feb 7, 2024

Description

As part of 202311, ArmMmuLib switched to use ArmSetMemoryAttributes instead of the individual set/clear routines. This was also implemented in the MU change to converge ArmMmuStandaloneMmLib's use with ArmMmuLib. This changed fixes MmCoreArm/AdvancedLoggerLib.c to use the updated functions.

It seems this went unnoticed originally due to issue #434

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

Manually tested.

Integration Instructions

N/A

@github-actions github-actions bot added the impact:non-functional Does not have a functional impact label Feb 7, 2024
@cfernald cfernald removed the impact:non-functional Does not have a functional impact label Feb 7, 2024
Copy link
Contributor

@os-d os-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The switch looks fine, that being said we don't check the return Status, probably worthwhile to have a check in there to either assert or log to the hw port (if available)

@cfernald cfernald enabled auto-merge (squash) February 9, 2024 16:53
@cfernald cfernald merged commit 9855702 into microsoft:release/202311 Feb 9, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants