Add Missing 2502 MTC Var Policy Change [Rebase & FF] - #1887
Merged
Michael Kubacki (makubacki) merged 2 commits intoAug 17, 2026
Merged
Conversation
UefiBootManagerLibConstructor() is a constructor function in BmBoot.c that is missing as the constructor in the INF file. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
(cherry picked from commit c087d24)
Michael Kubacki (makubacki)
requested review from
Aaron (apop5),
kuqin12 and
Oliver Smith-Denny (os-d)
August 17, 2026 20:45
Contributor
✅ QEMU Validation PassedSource Dependencies
Results
Workflow run: https://github.com/microsoft/mu_basecore/actions/runs/32068557354 This comment was automatically generated by the Mu QEMU PR Validation workflow. |
Aaron (apop5)
approved these changes
Aug 17, 2026
Oliver Smith-Denny (os-d)
approved these changes
Aug 17, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/202511 #1887 +/- ##
=================================================
Coverage ? 1.39%
=================================================
Files ? 802
Lines ? 305330
Branches ? 2308
=================================================
Hits ? 4267
Misses ? 301032
Partials ? 31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Michael Kubacki (makubacki)
merged commit Aug 17, 2026
762a65d
into
microsoft:release/202511
64 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This 2502 commit had two changes missing from 2511 c087d24.
The first is the constructor missing in the UefiBootManagerLib.inf file and the MTC changes not in 2511.
The constructor is missing in edk2, apparently because the constructor was a separate Mu change made from the change cherry-picked to edk2. I've created a PR in edk2 to simply add the constructor there.
The MTC var policy changes are just missing from 2502 (not part of edk2). I'll go ahead and upstream them to edk2 to reduce the delta in the future.
Impacts functionality?
Impacts security?
Breaking change?
Includes tests?
Includes documentation?
How This Was Tested
MTCvariable beforeMTCvariable afterIntegration Instructions