v2025110000.0.1
·
31 commits
to refs/heads/release/202511
since this release
What's Changed
-
UefiTestingPkg: FlatPageTableLib: Include Public Page Table Defs @os-d (#857)
Change Details
## Description
In mu_basecore commit 5ba3221588832c47249a6db1f38b490f034e07ca the X86 Page Table definitions were moved from CpuPageTableLib to MdePkg. Consume these from the new location and define a macro that remained in the private header in edk2.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Built.
Integration Instructions
N/A.
</blockquote> <hr> </details>
-
Replace memcpy with CopyGuid. @jaykrell (#852)
Change Details
There is a link error here, due to struct assignment being memcpy with some compilers.
Replace struct assignment with CopyGuid.
Full Changelog: v2025110000.0.0...v2025110000.0.1