Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/2] Generate ADI ADSP boot streams
@ 2025-09-08 11:51 Philip Molloy
  2025-09-08 11:51 ` [Buildroot] [PATCH v3 1/2] package/adsp-ldr: new package Philip Molloy
  2025-09-08 11:52 ` [Buildroot] [PATCH v3 2/2] boot/uboot: add ADSP LDR binary format Philip Molloy
  0 siblings, 2 replies; 5+ messages in thread
From: Philip Molloy @ 2025-09-08 11:51 UTC (permalink / raw)
  To: buildroot; +Cc: Michael Hennerich, Philip Molloy, Thomas Petazzoni

From: Philip Molloy <philip.molloy@analog.com>

adsp-ldr is a command-line tool that generates boot streams for ADI ADSP
processors. It is required to boot U-Boot on ADSP processors. This series is
the first step in adding support for the SC598 EZ-KIT evaluation board, and
eventually other boards.

Successful pipeline for this series:

https://gitlab.com/pamolloy/buildroot/-/pipelines/2027407298

Branch containing this series:

  git clone -b staging/philip/adsp-ldr https://github.com/analogdevicesinc/buildroot.git

The entire series adding support for the SC598 EZ-KIT evaluation board:

  git clone -b staging/philip/support-sc5xx-eval-boards https://github.com/analogdevicesinc/buildroot.git

---
Changes v2 -> v3:
- Consolidate BR2_TARGET_UBOOT_FORMAT_ADSP_LDR conditionals
- Add help for BR2_TARGET_UBOOT_FORMAT_ADSP_LDR
- Update comment in HOST_ADSP_LDR_INSTALL_CMDS

Changes v1 -> v2:
- Bump to adsp-ldr from v1.0.0 to v1.0.1
    - Replace autotools with meson
    - The version is generated using git describe and added to a custom source
      archive using meson dist. Since Github doesn't support modifying source
      archives use the custom archive added to the Github release
    - Remove GPL source code and add dependency on libusb
    - Remove _SUBDIR
- Squash PATCH 4/4 modifying DEVELOPERS
- Move Config.in to Config.in.host
- Add host-adsp-ldr as a dependency to U-Boot when
  BR2_TARGET_UBOOT_FORMAT_ADSP_LDR is enabled
- Add comment explaining $(TARGET_CROSS)ldr installation

Philip Molloy (2):
  package/adsp-ldr: new package
  boot/uboot: add ADSP LDR binary format

 DEVELOPERS                      |  3 +++
 boot/uboot/Config.in            |  8 ++++++++
 boot/uboot/uboot.mk             |  5 +++++
 package/Config.in.host          |  1 +
 package/adsp-ldr/Config.in.host |  8 ++++++++
 package/adsp-ldr/adsp-ldr.hash  |  3 +++
 package/adsp-ldr/adsp-ldr.mk    | 21 +++++++++++++++++++++
 7 files changed, 49 insertions(+)
 create mode 100644 package/adsp-ldr/Config.in.host
 create mode 100644 package/adsp-ldr/adsp-ldr.hash
 create mode 100644 package/adsp-ldr/adsp-ldr.mk

-- 
2.50.1


_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-02 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08 11:51 [Buildroot] [PATCH v3 0/2] Generate ADI ADSP boot streams Philip Molloy
2025-09-08 11:51 ` [Buildroot] [PATCH v3 1/2] package/adsp-ldr: new package Philip Molloy
2026-01-02 17:56   ` Thomas Petazzoni via buildroot
2025-09-08 11:52 ` [Buildroot] [PATCH v3 2/2] boot/uboot: add ADSP LDR binary format Philip Molloy
2026-01-02 17:56   ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox