mu_basecore
mu_basecore copied to clipboard
Project Mu BaseCore
This PR updates the BaseTools external dependency to version v2025020000.0.6.
This PR updates the BaseTools external dependency to version v2024050004.0.3.
### Is there an existing issue for this? - [x] I have searched existing issues ### Current Behavior If you're on the fornt page with a usb-a peripheral device connected...
### Feature Overview Below is the PR of the feature in edk2 repo, but looks like it got rejected and closed in edk2, can we please implement it in MU_BASECORE...
### Is there an existing issue for this? - [x] I have searched existing issues ### Current Behavior When the system asserts, it is possible that some platform will invoke...
## Description Latest MSVC update started wanring on zero extending of ~. Add explicit casts to fix AARCH64 build errors. Errors can be viewed in #1587 when attempting to build...
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. Release notes Sourced from actions/download-artifact's releases. v7.0.0 v7 - What's new [!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
## Description Return `EFI_DEVICE_ERROR` if the IA state is invalid instead of asserting to have consistent error handling regardless of assertion enable status and to allow better error recovery in...