[qcom-next] Revert SPL support for Qualcomm Snapdragon SoCs (PR #77, #79, #85) - #134
Open
balajiselvanathan wants to merge 3 commits into
Open
Conversation
Revert the SPL Lemans fixes merged via qualcomm-linux/u-boot PR qualcomm-linux#85 (qualcomm-linux#85). This reverts the following qcom-next commits: 5f0cc1d configs: lemans_spl: Remove TEXT_BASE and REMAKE_ELF configs 530ecc7 arm: dts: lemans-evk: Remove hardcoded memory node bede6f8 misc: qcom-spmi-sdam: Add PHASE_ prefix support Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
…mm-linux#79) Revert the Lemans EVK SPL support merged via qualcomm-linux/u-boot PR qualcomm-linux#79 (qualcomm-linux#79). This reverts the following qcom-next commits: 4c09f12 qcom_lemans_spl: disable SPL_QCOM_BOOT_FROM_PBL for XBL boot 1d68746 mach-snapdragon: spl: add SPL_QCOM_BOOT_FROM_PBL Kconfig option c910816 configs: qcom: Add qcom_lemans_spl_defconfig for Lemans EVK ad30037 arm: dts: qcom: Add Lemans EVK U-Boot DTS overlay for SPL Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
…ualcomm-linux#77) Revert the initial SPL support for Qualcomm Snapdragon SoCs (IPQ5210 and core SPL infrastructure) merged via qualcomm-linux/u-boot PR qualcomm-linux#77 (qualcomm-linux#77). This reverts the following qcom-next commits: 976563d doc: board/qualcomm: Update RDP build instructions 9fa2f27 configs: add qcom_ipq5210_mmc_defconfig 2bd29d6 mach-snapdragon: Add commands to create wrapper ELF 18e16ee mach-snapdragon: spl: Update SMEM with boot details 60b1477 mach-snapdragon: Add initial support for QCOM SPL e3003d1 spl: Include SMEM driver in SPL 3635906 mach-snapdragon: Add PBL shared data defines 16c3f92 misc: qcom_geni: Add minicore support f460d84 pinctrl: qcom: Add ipq5210 pinctrl driver 945097f clk/qcom: add initial clock driver for ipq5210 316563b dts: ipq5210-rdp504-u-boot: add override dtsi 3034e84 binman: qcom: Add type definitions for Qualcomm binaries eb026ca binman: Ignore noload segments for image numbering Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
balajiselvanathan
force-pushed
the
revert/spl-qcom-next
branch
from
September 2, 2026 17:28
9821d54 to
c196f78
Compare
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.
Reverts the SPL (Secondary Program Loader) support for Qualcomm Snapdragon
SoCs that was merged into
qcom-nextvia #77, #79, and #85. This removesIPQ5210 SPL support, Lemans EVK SPL support, and the associated Lemans SPL
fixes in their entirety.
As Varadarajan's latest SPL series made significant architectural changes, so reverting the existing support to bring in his latest SPL architecture changes.