]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mach-sc5xx: Add preliminary support for binman
authorUtsav Agarwal <utsav.agarwal@analog.com>
Thu, 11 Dec 2025 08:03:55 +0000 (03:03 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jan 2026 20:20:59 +0000 (14:20 -0600)
commita6927e717565ebab18fcbba3cb9a50457119d83d
tree48037127472e05bc4076325721b4434c5ce204e2
parente01743624ef9d1de087f82352cc52e71ec3d8812
mach-sc5xx: Add preliminary support for binman

Binman is optionally supported for Analog Devices sc5xx SoCs if Yocto is
not being used to create and assemble system images. The spl LDR is
generated locally but other artifacts such as kernel FIT image and root
file system are built externally and must be supplied to binman if used.

Binman is enabled by selecting the SC5XX_USE_BINMAN config symbol and
the image structure is included in the shared sc5xx device tree.

Signed-off-by: Greg Malysa <malysagreg@gmail.com>
Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
arch/arm/dts/sc5xx.dtsi
arch/arm/mach-sc5xx/Kconfig