[PATCH v3 10/11] qualcomm: add defconfig, env and docs for SPL on sdm845
Simon Glass
sjg at chromium.org
Wed Apr 22 03:14:46 CEST 2026
Hi Michael,
On 2026-04-21T19:43:46, Michael Srba <michael.srba at seznam.cz> wrote:
> qualcomm: add defconfig, env and docs for SPL on sdm845
>
> The defconfig should in principle be board-agnostic. Environment
> simply contains a dfu env specifying where to load u-boot proper
> (TEXT_BASE - 64).
>
> Signed-off-by: Michael Srba <Michael.Srba at seznam.cz>
>
> board/qualcomm/sdm845_spl.env | 2 +
> configs/sdm845_spl_defconfig | 138 ++++++++++++++++++++++++++++++++++++++++++
> doc/board/qualcomm/index.rst | 1 +
> doc/board/qualcomm/spl.rst | 91 ++++++++++++++++++++++++++++
> 4 files changed, 232 insertions(+), 4 deletions(-)
> diff --git a/configs/sdm845_spl_defconfig b/configs/sdm845_spl_defconfig
> @@ -0,0 +1,138 @@
> +CONFIG_BOOTM_NETBSD=y
> diff --git a/doc/board/qualcomm/spl.rst b/doc/board/qualcomm/spl.rst
> @@ -0,0 +1,91 @@
> +xbl_sec elf (signed by qualcomm). To boot on an unfused SoC, the elf additionally
Please capitalise 'Qualcomm' (also elsewhere in this patch)
Reviewed-by: Simon Glass <sjg at chromium.org>
Regards,
Simon
More information about the U-Boot
mailing list