BaseTools: Add support for preserving build ID#1609
Merged
cfernald merged 5 commits intomicrosoft:release/202502from Jan 16, 2026
Merged
BaseTools: Add support for preserving build ID#1609cfernald merged 5 commits intomicrosoft:release/202502from
cfernald merged 5 commits intomicrosoft:release/202502from
Conversation
Adds a optional flag that will copy the build-id section from the input ELF file to the output firmware image. The Build ID is used for debugging and allows tools to match the firmware image with the correct debug symbols.
cfernald
commented
Jan 6, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/202502 #1609 +/- ##
=================================================
Coverage ? 2.22%
=================================================
Files ? 1460
Lines ? 381059
Branches ? 4584
=================================================
Hits ? 8477
Misses ? 372509
Partials ? 73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
os-d
approved these changes
Jan 6, 2026
Javagedes
reviewed
Jan 6, 2026
Javagedes
approved these changes
Jan 6, 2026
makubacki
approved these changes
Jan 6, 2026
os-d
approved these changes
Jan 16, 2026
apop5
pushed a commit
to apop5/mu_basecore
that referenced
this pull request
Jan 27, 2026
Adds an optional flag that will copy the build-id section from the input ELF file to the output firmware image. The Build ID is used for debugging and allows tools to match the firmware image with the correct debug symbols.
apop5
pushed a commit
that referenced
this pull request
Jan 28, 2026
Adds an optional flag that will copy the build-id section from the input ELF file to the output firmware image. The Build ID is used for debugging and allows tools to match the firmware image with the correct debug symbols.
apop5
pushed a commit
that referenced
this pull request
Feb 5, 2026
Adds an optional flag that will copy the build-id section from the input ELF file to the output firmware image. The Build ID is used for debugging and allows tools to match the firmware image with the correct debug symbols.
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
Adds an optional flag that will copy the build-id section from the input ELF file to the output firmware image. The Build ID is used for debugging and allows tools to match the firmware image with the correct debug symbols.
How This Was Tested
Tested on Q35 & SBSA with GCC5 toolchain
Integration Instructions
N/A