From: Tom Rini <trini@konsulko.com>
To: Greg Malysa <malysagreg@gmail.com>
Cc: u-boot@lists.denx.de, adsp-linux@analog.com,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
Raymond Mao <raymond.mao@linaro.org>,
Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH 05/12] docker: add Analog Devices tools to docker image
Date: Tue, 18 Nov 2025 08:39:18 -0600 [thread overview]
Message-ID: <20251118143918.GS2125796@bill-the-cat> (raw)
In-Reply-To: <20251118064000.14613-6-malysagreg@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1435 bytes --]
On Tue, Nov 18, 2025 at 01:39:38AM -0500, Greg Malysa wrote:
> 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>
[snip]
> +# Build ldr tool for Analog Devices boards and create prefixed symlinks to match
> +# $(CROSS_COMPILE) as used by different supported platforms
> +RUN git clone https://github.com/analogdevicesinc/lnxdsp-arm-poky-linux-gnueabi-ldr.git /opt/lnxdsp-arm-poky-linux-gnueabi-ldr && \
We need to be getting a specific branch/tag (or worst case, commit) and
using --depth=1.
[snip]
> +ENV PATH="${PATH}:/opt/lnxdsp-arm-poky-linux-gnueabi-ldr"
Does this actually do what you want, update the PATH for the shell that
we spawn and run CI in?
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2025-11-18 14:39 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-18 6:39 [PATCH 00/12] sc5xx: Add complete board support for all ADI SC5xx boards Greg Malysa
2025-11-18 6:39 ` [PATCH 01/12] mach-sc5xx: Introduce Kconfig symbols for image addresses Greg Malysa
2025-11-18 6:39 ` [PATCH 02/12] mach-sc5xx: Rename SC_BOOT_MODE Greg Malysa
2025-11-18 6:39 ` [PATCH 03/12] mach-sc5xx: Kconfig: Make EZKIT and EZLITE carriers mutually exclusive Greg Malysa
2025-11-18 6:39 ` [PATCH 04/12] mach-sc5xx: Add preliminary support for binman Greg Malysa
2025-11-18 6:39 ` [PATCH 05/12] docker: add Analog Devices tools to docker image Greg Malysa
2025-11-18 14:39 ` Tom Rini [this message]
2025-11-20 18:20 ` Greg Malysa
2025-11-20 21:13 ` Tom Rini
2025-11-18 6:39 ` [PATCH 06/12] board: adi: Add SOMCRR infrastructure Greg Malysa
2025-11-18 6:39 ` [PATCH 07/12] board: adi: Add support for SC573-ezkit Greg Malysa
2025-11-18 6:39 ` [PATCH 08/12] board: adi: Add support for SC589 boards Greg Malysa
2025-11-18 6:39 ` [PATCH 09/12] board: adi: Add support for SC584-ezkit Greg Malysa
2025-11-18 6:39 ` [PATCH 10/12] board: adi: Add support for SC598 Greg Malysa
2025-11-18 6:39 ` [PATCH 11/12] board: adi: Add support for SC594 Greg Malysa
2025-11-18 6:39 ` [PATCH 12/12] MAINTAINERS: Update ADI entries for new boards Greg Malysa
2025-11-18 6:44 ` [PATCH 00/12] sc5xx: Add complete board support for all ADI SC5xx boards Greg Malysa
-- strict thread matches above, loose matches on Subject: below --
2025-12-11 8:03 Greg Malysa
2025-12-11 8:03 ` [PATCH 05/12] docker: add Analog Devices tools to docker image Greg Malysa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251118143918.GS2125796@bill-the-cat \
--to=trini@konsulko.com \
--cc=adsp-linux@analog.com \
--cc=malysagreg@gmail.com \
--cc=raymond.mao@linaro.org \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox