Oliver Smith-Denny
Oliver Smith-Denny
# Description Allocating memory when memory protection is active can cause the below infinite loop: 1. gCpu->SetMemoryAttributes(EFI_MEMORY_RO) 2. ArmSetMemoryAttributes () 3. SetMemoryRegionAttribute() 4. UpdateRegionMapping() 5. UpdateRegionMappingRecursive() 6. AllocatePages() -> Need...
# Description This patch fixes a few instances of error cases in NetworkPkg returning after a RaiseTpl call without restoring the TPL first. - [ ] Breaking change? - **Breaking...
This change includes updates to align the doc with the current state of Project Mu and reflect investments moving forward.
### Is there an existing issue for this? - [X] I have searched existing issues ### Current Behavior There is an instance of GetMemoryAttributes in DxeCore to avoid calling SetMemoryAttributes...