Taylor Beebe
Taylor Beebe
When collecting the required library instances for modules and libraries, included libraries will be recursed to ensure the module is built with all the libraries directly linked to it and...
Resolves https://github.com/tianocore/projects/issues/9 Resolves https://github.com/tianocore/projects/issues/10 Resolves https://github.com/tianocore/projects/issues/11 Resolves https://github.com/tianocore/projects/issues/12
## Description If the stack cookie value is randomized in the AutoGen.h file each build, the build system will determine the module/library must be rebuilt causing effectively a clean build...
## Description This PR makes the necessary changes to apply EFI_MEMORY_RP on EfiConventionalMemory and adds a memory protection policy to configure the setting. - [x] Impacts functionality? - **Functionality** -...
### Feature Overview DxeCore could use a dedicated host-based unit test for verifying routines within. ### Solution Overview [MemoryProtectionUnitTestHost](https://github.com/microsoft/mu_basecore/blob/release/202302/MdeModulePkg/Core/Dxe/UnitTest/MemoryProtectionUnitTestHost.inf) is a copy of DxeCore and is testing some logic embedded...
### Feature Overview Create a unit-test for SeparateSpecialRegionsInMemoryMap() in MemoryProtectionSupport.c ### Solution Overview (https://github.com/microsoft/mu_basecore/blob/release/202302/MdeModulePkg/Core/Dxe/UnitTest/MemoryProtectionUnitTestHost.inf) currently tests some MemoryProtectionSupport.c logic. The unit-test should be added to that file. ### Alternatives Considered...