[nord-staging-qcom-next] Updates to Nord SPL - #142
Merged
Gopinath Sekar (g-sekar) merged 2 commits intoSep 9, 2026
Merged
Gopinath Sekar (g-sekar) merged 2 commits into
Gopinath Sekar (g-sekar) merged 2 commits into
Conversation
nord-ride's SPL FDT is trimmed to only the nodes tagged bootph-all. Tag the root clock inputs (xo_board_clk, sleep_clk), the negcc clock controller, tlmm (pinctrl, needed for UFS reset-gpios), ufs_mem_phy, ufs_mem_hc, the debug UART and its parent qupv3_0 wrapper, smem, and its reserved-memory carveout, so all of these survive into the SPL FDT instead of being trimmed away. Signed-off-by: smadhesu <smadhesu@qti.qualcomm.com>
nord-ride's boot ROM / image-signing tool requires the wrapper ELF's single PT_LOAD segment to be 4K-aligned. Guard the added linker flags behind QCOM_SPL_SOC == nord so this only affects nord's wrap-elf build and does not regress lemans/shikra/ipq5210, which also use the wrap-elf mechanism but don't need this alignment. Signed-off-by: smadhesu <smadhesu@qti.qualcomm.com>
Gopinath Sekar (g-sekar)
merged commit Sep 9, 2026
8f2fe5f
into
qualcomm-linux:nord-staging-qcom-next
1 of 2 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.
Added updates to Nord SPL codes.