boot/uboot: add ADSP LDR binary format

Signed-off-by: Philip Molloy <philip.molloy@analog.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Philip Molloy
2025-09-08 11:52:07 +00:00
committed by Thomas Petazzoni
parent 3140b9a171
commit 2ef9fd947e
3 changed files with 14 additions and 1 deletions

View File

@@ -479,6 +479,14 @@ config BR2_TARGET_UBOOT_FORMAT_QSPI_BIN
file for flashing by combining the spl/boot.bin and
u-boot.itb files into a unified binary.
config BR2_TARGET_UBOOT_FORMAT_ADSP_LDR
bool "u-boot.ldr"
depends on BR2_arm || BR2_aarch64
help
Boot stream format for Analog Devices, Inc. ADSP-SCxxx
processors including 32-bit SC589, SC592, and SC594, as
well as 64-bit SC596 and SC598
config BR2_TARGET_UBOOT_FORMAT_STM32
bool "u-boot.stm32"
depends on BR2_arm

View File

@@ -257,6 +257,11 @@ UBOOT_MAKE_OPTS += TEE=$(BINARIES_DIR)/$(notdir $(ROCKCHIP_RKBIN_TEE_FILENAME))
endif
endif
ifeq ($(BR2_TARGET_UBOOT_FORMAT_ADSP_LDR),y)
UBOOT_BINS += u-boot.ldr
UBOOT_DEPENDENCIES += host-adsp-ldr
endif
ifeq ($(BR2_TARGET_UBOOT_NEEDS_DTC),y)
UBOOT_DEPENDENCIES += host-dtc
UBOOT_MAKE_OPTS += DTC=$(HOST_DIR)/bin/dtc

View File

@@ -1,3 +1,3 @@
# Locally calculated
sha256 a1b1b5700b75e47bae7f656cd61f8c635f5d3c82a90e20dfe594e0a3315e4eef LICENSE
sha256 0f240aa5aad9300d8f4bc7ffd9cc1c53e01dfd6120de4f20f60d4d4176d99c10 adsp-ldr-v1.0.1.tar.xz
sha256 c965604b194588b5799b75fcc11cc39be09220e580ae96e2a72848f042de56a7 LICENSE