[PATCH v6 07/11] mach-snapdragon: Add initial support for IPQ5210 SPL

Simon Glass sjg at chromium.org
Mon Jun 29 11:16:06 CEST 2026


On 2026-06-23T06:47:53, Varadarajan Narayanan
<varadarajan.narayanan at oss.qualcomm.com> 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 <varadarajan.narayanan at oss.qualcomm.com>
>
> 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 <sjg at chromium.org>


More information about the U-Boot mailing list