Oliver Smith-Denny
Oliver Smith-Denny
Currently, there are multiple issues when page or pool guards are allocated for runtime and ACPI memory regions that are aligned to non-EFI_PAGE_SIZE alignments. Multiple other issues have been fixed...
With https://github.com/tianocore/edk2/commit/a21a994f55e53325d3e060c435ca3a87fd7c2c79#diff-fa3db962f72224d05dbfc962b3721a700557fd20ad48f9478bff6da40eb1a06b MdeModulePkg no longer has a hard dependency on ArmMmuLib and therefore ArmLib. This is the final dependency on ArmPkg, so removed the unused libs and drop the allowed...
There are certain architectures, that have runtime memory alignment requirements that are not equal to EFI_PAGE_SIZE (which is what x86 requires). For example, AARCH64 requires a 64k runtime page granularity....
### Feature Overview Today, there is no option to support dumping the stack when an assert is triggered. However, this is extremely useful, particularly when an assert is hit in...
### Feature Overview Today, assert functionality lives inside of DebugLib, which is mixing two separate features into one library and requires every DebugLib implementation to change in response to changes...
### What does the feature solve? Currently, not all GCC errors are printed at the error level to the cmd line. Often, just a generic error message (Compiler #error) is...
### Feature Overview There is a Project Mu specific MmuLib abstraction that is no longer required. It can be removed. ### Solution Overview There is only library using the MmuLib...
### Is there an existing issue for this? - [X] I have searched existing issues ### Current Behavior There is a memory leak in ConfigDataGfx, it allocates the policy, but...