]> git.ipfire.org Git - thirdparty/u-boot.git/commit
docker: add Analog Devices tools to docker image
authorGreg Malysa <malysagreg@gmail.com>
Thu, 11 Dec 2025 08:03:56 +0000 (03:03 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jan 2026 20:20:59 +0000 (14:20 -0600)
commitb36007b01620905f16eff864a09140adcff670fa
treef2eea2c6d7c45c0b7cb7e3d2f11ac76e81f77095
parenta6927e717565ebab18fcbba3cb9a50457119d83d
docker: add Analog Devices tools to docker image

The boot ROM on Analog Devices ADSP-SC5xx SoCs requires code packaged
in the LDR format. Normally this is available as part of
our yocto-derived toolchain but, it is not a part of any other pre-made
toolchain anymore, so it is otherwise unavailable in the docker image
for CI. This patch adds a source build from the ADI maintained github
repository. In the future, a package available for install via apt will
be available, but currently there is no arm64 build upstream, so we must
build from source for the time being to support CI on both amd64 and
arm64 runners. The same ldr tool is used for arm and arm64 for all of
our boards with names adjusted to match the expected $(CROSS_COMPILE)
for these boards.

Signed-off-by: Greg Malysa <malysagreg@gmail.com>
tools/docker/Dockerfile