On 2026-06-23T06:47:53, Varadarajan Narayanan <[email protected]> wrote: > mach-snapdragon: Add initial support for IPQ5210 SPL > > Add basic SPL infrastructure for IPQ5210 SoC. This handles basic serial > console init, identifying the boot media, loading the additional > firmware binaries to setup DDR, TFA and eventually jump to U-Boot. > > Signed-off-by: Varadarajan Narayanan <[email protected]> > > arch/arm/Kconfig | 5 +- > arch/arm/mach-snapdragon/Makefile | 3 + > arch/arm/mach-snapdragon/include/mach/spl.h | 14 + > arch/arm/mach-snapdragon/spl.c | 544 > ++++++++++++++++++++++++++++ > board/qualcomm/ipq5210/Makefile | 3 + > board/qualcomm/ipq5210/spl-ipq5210.c | 159 ++++++++ > include/configs/ipq5210.h | 11 + > 7 files changed, 737 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

