scripts: fix signed release archives for restructured DBX - #464
Merged
Conversation
The PostSignedObjects restructure removed the DBX directory in favor of SignedByKEK2011 and SignedByKEK2023, which broke the signed release archive step in prepare_signed_binaries.py. Map the existing edk2-2011-signed archive to SignedByKEK2011, add a new edk2-2023-signed archive for SignedByKEK2023, and generate receipts for .efiauth2 files in addition to .bin. Document the new 2023 archive in signed_binaries_information.md. Signed-off-by: dougflick <dougflick@microsoft.com>
Doug Flick (Flickdm)
requested review from
SochiOgbuanya,
Jordan Geurten (jgeurten) and
olkorsha
September 2, 2026 22:31
olkorsha
approved these changes
Sep 3, 2026
SochiOgbuanya
approved these changes
Sep 3, 2026
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
The PostSignedObjects restructure removed the DBX directory in favor of SignedByKEK2011 and SignedByKEK2023, which broke the signed release archive step in prepare_signed_binaries.py. Map the existing edk2-2011-signed archive to SignedByKEK2011, add a new edk2-2023-signed archive for SignedByKEK2023, and generate receipts for .efiauth2 files in addition to .bin. Document the new 2023 archive in signed_binaries_information.md.
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
How This Was Tested
Locally
Integration Instructions
N/A