Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "MdeModulePkg: Updates Debug Statements for Mem/Page.c"
This reverts commit 76f8060. This commit was from an earlier era of Project Mu where we were not as strict with memory protections. Now that we are more strict, these are important prints (and failures if alignment of a RUNTIME entry is wrong). This was confirmed by booting on Q35 and analyzing the few prints that showed up. The first was that Rust code was not being linked as we expected, that is fixed here: microsoft/mu_devops#356. This may get fixed in a different way that is more broad. See the PR for this commit for more details on the failure seen. The other set of failures was from gDS->SetMemorySpaceCapabilities() trying to set attributes in gMemoryMap on GCD memory types that don't exist there and an edk2 PR has been put up to fix that: tianocore/edk2#6062. There are no other failures seen and when these failures do occur, we want to debug them.
- Loading branch information