[Backport wrynose] qcom-ptool: update qcom-ptool revision - #3176
Merged
Viswanath Kraleti (vkraleti) merged 5 commits intoSep 19, 2026
Merged
Viswanath Kraleti (vkraleti) merged 5 commits into
Viswanath Kraleti (vkraleti) merged 5 commits into
Conversation
The following changes were merged in qcom-ptool:
Fang Wu (1):
Revert "platforms/qcs615-ride: add uefivarstore partition to UFS layout"
Igor Opaniuk (3):
gen_partition: extract main() and remove top-level execution
qcom_ptool: decouple input-file parsing into a loaders package
tests: add pytest unit suite for the .conf loader
Neeraj Vishwakarma (1):
platforms/glymur-crd: update spinor partitions for dual-boot support
Ricardo Salveti (1):
qrb2210-rb1: update partitions based on the edk2-downstream boot firmware
Royyan Zahir (3):
gpt: add qbootctl A/B slot flags as named GPT attributes
gen_partition: complete the named GPT attribute flags
tests: cover the named GPT attribute flags
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
(cherry picked from commit e07fa01)
The following changes were merged in qcom-ptool:
Ali Erdinc Koroglu (1):
tests: add pytest-based unit tests
Amer Alshanawany (1):
qcom_ptool: loaders: parse uniqueguid from partition config
Christopher Obbard (1):
qrb2210-unoq: update partition layout for the downstream edk2 boot firmware
Igor Opaniuk (6):
pyproject: drop duplicate pytest ini_options section
README: fix project name in title
pyproject: declare PyYAML and jsonschema runtime deps
README: document PyYAML and jsonschema runtime deps
loaders: add YAML partition loader with schema validation
tests: cover the YAML loader and schema
Vivek Puar (2):
platforms/kaanapali-mtp: update partition type GUIDs for Kaanapali-MTP
platforms/sm8750-mtp: update partition type GUIDs for SM8750-MTP
Assisted-by: Claude Code:claude-fable-5-1
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
(cherry picked from commit 2d52e14)
The following changes were merged in qcom-ptool:
Dmitry Baryshkov (1):
qrb2210-rb1-abl: provide a pre-edk2 version of partition tables
Igor Opaniuk (5):
board: add multi-storage board model and composition resolver
tests: cover the board composition resolver
gen_partition: add multi-storage --board invocation
cli: add show subcommand for resolved board specs
tests: cover board-mode gen_partition and the show subcommand
Vivek Puar (1):
platforms/glymur-crd: specify dtb file name in SPI-NOR partition conf
Assisted-by: Claude:claude-opus-5[1m]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
(cherry picked from commit 692c412)
qcom-ptool commit 7f64f4e ("qrb2210-rb1: update partitions based on the
edk2-downstream boot firmware") repurposed the qrb2210-rb1 platform to
describe the edk2 firmware, while RB1 here still boots the u-boot based
(ABL) firmware. Point the machine at qrb2210-rb1-abl, which restores that
pre-edk2 layout unchanged, so the generated partition table stays valid
once qcom-ptool is updated.
Master does the same as part of commit 900ac44 ("Revert "rb1-core-kit:
switch to the new edk2-based boot firmware""); the rest of that revert does
not apply here, since wrynose never switched RB1 to edk2.
Assisted-by: Claude:claude-opus-5[1m]
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
The following changes were merged in qcom-ptool:
Viswanath Kraleti (1):
platforms: add initial nord rrd partition layout
Assisted-by: Claude Code:claude-sonnet-5
Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
(cherry picked from commit 4765a5d)
Test Results 119 files + 91 715 suites +687 5h 58m 10s ⏱️ + 4h 52m 33s For more details on these failures, see this check. Results for commit 5085530. ± Comparison against base commit 3697b8c. ♻️ This comment has been updated with latest results. |
Koen Kooi (koenkooi)
approved these changes
Sep 17, 2026
Koen Kooi (koenkooi)
left a comment
Contributor
There was a problem hiding this comment.
5 commits end up as summing up to 2 one-lines changes :)
Viswanath Kraleti (vkraleti)
approved these changes
Sep 19, 2026
Viswanath Kraleti (vkraleti)
merged commit Sep 19, 2026
0cfd1a1
into
qualcomm-linux:wrynose
240 of 242 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.
Backport of #3082 and #3152 to
wrynose, also include individual pieces from #2057 and #3122.