This series enables initial U-Boot SPL support, enabling the SPL to load a FIT image containing TF-A, OP-TEE and U-Boot proper from the "uefi_a" UFS partition and hand off to TF-A.
Patch 1 adds bootph-all properties to device tree nodes required for SPL Patch 2 adds the SPL defconfig for the Lemans EVK. Signed-off-by: Balaji Selvanathan <[email protected]> --- Changes in v2: - Rebase changes on top of already added arch/arm/dts/lemans-evk-u-boot.dtsi - Link to v1: https://lore.kernel.org/u-boot/[email protected]/ --- Balaji Selvanathan (2): arm: dts: lemans-evk: enable SPL support for UFS and dependencies configs: qcom: Add qcom_lemans_spl_defconfig for Lemans EVK arch/arm/dts/lemans-evk-u-boot.dtsi | 42 +++++++++++++++ configs/qcom_lemans_spl_defconfig | 104 ++++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+) --- base-commit: 1e80ee41441c612f05787a93bbef4e6e422e29d1 change-id: 20260615-spl_lemans-6ddaa092003c Best regards, -- Balaji Selvanathan <[email protected]>

