Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't Set Access Attributes of Runtime MMIO Ranges (#51)
## Description Passing in access attributes to SetMemorySpaceAttributes() will cause the existing attributes to be overwritten. The MMIO region should have the appropriate attributes applied during memory protection initialization and the attributes of the memory space descriptor are inaccurate. Don't pass in any CPU arch attributes so SetMemorySpaceAttributes() doesn't subsequently call gCpu->SetMemoryAttributes(). ## Breaking change? No ## How This Was Tested - Booting to the OS and running the paging audit app on Q35 ## Integration Instructions N/A
- Loading branch information