Joey Vagedes
Joey Vagedes
NOTE: WAITING ON: https://github.com/microsoft/mu_basecore/commit/25a1aba5114fb14278bfc96b585f5746d8a6a5d5 TO BE MERGED (all of Firmware Performance Feature) ## Description Allow callbacks in PEI to register for minimum delay. PEI dispatch will continue to loop if...
### Feature Overview Add support rust source compiled EFIs ### Solution Overview N/A ### Alternatives Considered _No response_ ### Urgency Low ### Are you going to implement the feature request?...
## Description Updates the build instructions for using QEMU on windows and Linux to accurately specify that QEMU is provided automatically on Windows but should manually be downloaded on Linux....
# Description Adds an entry to the package's CI configuration file that enable policy 5 for stuart_pr_eval. With this Policy, all INFs used by the package are extracted from the...
Hello, #365 with the latest release (2024.8.26) is resulting in a runtime parsing error for some UEFI binaries. I've attached a dump that contains one such binary, it's PDB, and...
Hi @m4b, would you be able to perform a release so that commit https://github.com/m4b/goblin/commit/617775898fdfd0b843b2e937c80e455cf6f2a637 is available via traditional crates.io rather than a rev? Please let me know if there is...
Hello, I was wondering if there was a particular reason why `()` does not implement `IntoCtx` and `FromCtx`? I've created a situation where I have a trait with an associated...
### What does the feature solve? #966 introduced a way configure stuart_ci_setup's ability to control how to recursively clone depenencies. Before this change it always performed a recursive clone. Now...
Adds a template pipeline that compiles a specified cargo tool for the following target tripples: 1. x86_64-pc-windows-msvc (if `upload_windows == true`) 2. aarch64-pc-windows-msvc (if `upload_windows == true`) 3. x86_64-unknown-linux-gnu (if...
Updates the release workflow to trigger on a published release event and create a PR that updates the version of the crate(s) in the workspace instead of pushing a commit...