Merged
Conversation
Contributor
|
Just do it before the to many changes occur before the merge. |
r3claimer
reviewed
Apr 23, 2026
Contributor
r3claimer
left a comment
There was a problem hiding this comment.
Looks good. Will merge.
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.
This PR completely removes support for the SDM845 (Snapdragon 845) platform from the Buildroot tree. Following the assessment that this SoC is unlikely to achieve stable mainline kernel support, we are opting for a full cleanup rather than a phased deprecation to keep the build system lean and maintainable.
Rationale
Lack of Upstream Path: The SDM845 has reached a point where community-led mainlining efforts have stalled or diverged significantly from modern kernel standards.
Code Rot: Maintaining the specialized patches, custom bootloader configurations, and legacy toolchain requirements for this platform creates technical debt that impacts the stability of more modern targets.
Maintenance Efficiency: Removing the platform reduces CI/CD build times and eliminates the need to validate core changes against hardware that is effectively end-of-life (EOL) for this project.
Caution
This is a destructive change. Once merged, the SDM845 configuration will be gone from the master branch. This aligns with our policy of prioritizing active, mainline-compatible silicon.