Aaron
Aaron
## Description EccCheck is a tool that verifies additional Efi Code Compatibility for files that have been modified. EccCheck relies on the basetool/Source/Python/Ecc. Ecc contained files that were generated for...
Infrequently, pipelines have been failing when trying to communicate to codecov.io Adding 5 retry attempts to the initial communication.
### Feature Overview Currently there are 3 copies of UefiVariableSupportLib in MU_PLUS. AdvLoggerPkg\Application\DecodeUefiLog\UefiVariablesSupportLib.py UefiTestingPkg\AuditTests\UefiVarLockAudit\Windows\UefiVariablesSupportLib.py MfciPkg/Application/MfciPolicy/UefiVariableSupport/UefiVariablesSupportLib.py ### Solution Overview Create UefiVariableSupportLib functionality into Edk2-pytool-extensions https://github.com/tianocore/edk2-pytool-extensions/tree/master/edk2toolext/windows And consolidate all the existing functionality...
### Feature Overview When dealing with multiple CSV files for profile support, error messages are sparse (i.e. the specific filename being processed is not displayed, and this can result in...
# Description When Terminal starts to manage a serial deivce, it needs to ensure the underlying serial port is configured to recieve data. The serial device being managed requires Data...
# Description Adding support for VS2022 build tools. Adding tools_def for VS2022. Update WindowsVsToolChain to support VS2022. Update set_vsPrefix_envs and toolsetup and edksetup to support VS2022. - [ ] Breaking...
# Description Add CpuExceptionHandlerHookLib to the ExceptionHandlerLibs. Library allows for platforms to perform additional functionality when an exception occurs. - [X] Breaking change? - **Breaking change** - Will this cause...
## Description When allocating memory for a non-discoverable PCI device's IO, the current core code removes the XP attribute, allowing code to execute from that region. This is a security...
## Description WinRcPath generally takes about 2 seconds to run, due to calling multiple .bat files behind the scenes. This change reduces this time to ~0 seconds due to the...
## Description SnpDxe registers for an ExitBootServices callback and runs the PXE_OPCODE_SHUTDOWN and PXE_OPCODE_STOP commands for any network controllers that the driver is attached to. If the Bus Master Enable...