This series adds 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 the U-Boot DTS overlay for the Lemans EVK. Patch 2 adds the SPL defconfig for the Lemans EVK. Signed-off-by: Balaji Selvanathan <[email protected]> --- Balaji Selvanathan (2): arm: dts: qcom: Add Lemans EVK U-Boot DTS overlay for SPL configs: qcom: Add qcom_lemans_spl_defconfig for Lemans EVK arch/arm/dts/lemans-evk-u-boot.dtsi | 63 ++++++++++++++++++++++ configs/qcom_lemans_spl_defconfig | 104 ++++++++++++++++++++++++++++++++++++ 2 files changed, 167 insertions(+) --- base-commit: 75daa277941702bf58c88d65c0cb6ed962899d9e change-id: 20260606-lemans_spl-7c6231c164c6 Best regards, -- Balaji Selvanathan <[email protected]>

