[Backport wrynose] firmware-boot: update boot binaries and split archives - #3121
Merged
Conversation
The QCS615 boot firmware needs the latest 00140 release to pick up the platform fixes included after 00137. Upgrade the recipe to fetch the new archive and checksum. Known fixes: feat: update BOOT and TZ firmware feat: add removable-media boot flow support fix: update platform access-control policy Assisted-by: OpenAI Codex:gpt-5 Signed-off-by: Ishna Jain <ishnjain@qti.qualcomm.com> (cherry picked from commit 95341b0)
Boot firmware recipes have historically installed files from one release archive. Some platforms now ship an additional archive for standalone firmware binaries. The companion archive is packaged separately from the main boot firmware bundle. Add support for deploying files from more than one archive while keeping the main archive as the default source directory. Recipes that still provide a single archive continue to work unchanged because missing companion archive directories are skipped during deploy. Assisted-by: OpenAI Codex:gpt-5 Signed-off-by: Ishna Jain <ishnjain@qti.qualcomm.com> (cherry picked from commit 205af64)
The QCS9100 boot firmware needs the latest 00140 release to pick up the platform fixes included after 00137. Upgrade the recipe to fetch the new main archive and the immutable companion archive. Known fixes: feat: update BOOT, TZ, and SAIL firmware feat: add auxiliary firmware test support feat: add prog_snagboot_ddr.elf and xbl_config_spl.elf fix: improve charger, display, SPMI, and boot overlay handling Assisted-by: OpenAI Codex:gpt-5 Signed-off-by: Ishna Jain <ishnjain@qti.qualcomm.com> (cherry picked from commit 9216724)
The QCS8300 boot firmware needs the latest 00140 release to pick up the platform fixes included after 00137. Upgrade the recipe to fetch the new main archive and the immutable companion archive. Known fixes: feat: update BOOT, TZ, and SAIL firmware feat: refresh auxiliary firmware test support fix: improve auxiliary firmware fault logging Assisted-by: OpenAI Codex:gpt-5 Signed-off-by: Ishna Jain <ishnjain@qti.qualcomm.com> (cherry picked from commit c509238)
The QCM6490 boot firmware needs the latest 00140 release to pick up the platform fixes included after 00137. Upgrade the recipe to fetch the new main archive and the immutable companion archive. Known fixes: feat: update BOOT and TZ firmware feat: add removable-media boot flow support feat: update platform memory-map configuration fix: update platform firmware service lookup Assisted-by: OpenAI Codex:gpt-5 Signed-off-by: Ishna Jain <ishnjain@qti.qualcomm.com> (cherry picked from commit 3df1beb)
The IQ-X7181 boot firmware needs the latest 00023 release to use the updated archive layout. Upgrade the recipe to fetch the new main archive and immutable companion archive. The new archive no longer stores boot files below a spinor source subdirectory, so use the default source directory while keeping the existing deploy destination for IQ-X7181 boot files. Known fixes: feat: update platform data, cert metadata, and memory reservations feat: add PCIe Gen5, fastboot menu, and trial boot support feat: add secure virt, protected-VM, storage, and aperture updates fix: improve watchdog reset, PCIe handoff, and storage detection fix: improve display, suspend/resume, crash-dump, and interrupt handling security: integrate EDK2, boot storage, and processor errata fixes Assisted-by: OpenAI Codex:gpt-5 Signed-off-by: Ishna Jain <ishnjain@qti.qualcomm.com> (cherry picked from commit 995d530)
Ricardo Salveti (ricardosalveti)
approved these changes
Sep 10, 2026
Test Results 119 files 715 suites 7h 24m 56s ⏱️ For more details on these failures, see this check. Results for commit ab7e5fe. ♻️ This comment has been updated with latest results. |
Viswanath Kraleti (vkraleti)
approved these changes
Sep 10, 2026
Anuj Mittal (anujm1)
approved these changes
Sep 11, 2026
Contributor
|
Known failures. |
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
Backport of #3069 to
wrynose.