·
13 commits
to refs/heads/main
since this release
What's Changed
-
Fix aarch64 page table parsing for 5 level paging @cfernald (#158)
Change Details
With 2511, the arm mmu library added support for an additional paging level. When this occurs the current debugger logic will underflow and start parsing the page tables with garbage levels and entry counts. This change updates the level calculation to reflect the arm mmu library changes.
Description
With 2511, the arm mmu library added support for an additional paging level. When this occurs the current debugger logic will underflow and start parsing the page tables with garbage levels and entry counts. This change updates the level calculation to reflect the arm mmu library changes.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Tested on SBSA initial breakpoint
Integration Instructions
N/A
</blockquote> <hr> </details>
-
CISettings: Update to 202511 @apop5 (#149)
Change Details
## Description Update the branch of mu_basecore used to 202511.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Local CI
Integration Instructions
No Integration necessary.
Full Changelog: v1.0.0...v1.0.1