[Buildroot] [PATCH 16/21] boot/uboot: enable TI K3 Device Manager (DM) for j721e

Alexander Sverdlin alexander.sverdlin at gmail.com
Wed Feb 14 10:58:50 UTC 2024


Hi Romain,

On Tue, 2024-02-13 at 18:28 +0100, Romain Naour wrote:
> The TI K3 Device Manager (DM) support for J721E is needed to boot
> DRA829/TDA4VM SoC.
> 
> https://www.ti.com/product/TDA4VM (SoC)
> https://www.ti.com/tool/PROCESSOR-SDK-J721E (TI SDK)
> https://www.ti.com/tool/SK-TDA4VM (TDA4VM processor starter kit)
> https://beagleboard.org/ai-64 (BeagleBone AI-64 SBC)
> 
> Signed-off-by: Romain Naour <romain.naour at smile.fr>

Reviewed-by: Alexander Sverdlin <alexander.sverdlin at gmail.com>

> ---
>  boot/uboot/Config.in | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
> index 7586f24c90..837f1605b7 100644
> --- a/boot/uboot/Config.in
> +++ b/boot/uboot/Config.in
> @@ -245,7 +245,8 @@ config BR2_TARGET_UBOOT_NEEDS_TI_K3_DM
>  	# We use the SoC selection defined for the ti-k3-boot-firmware
>  	# package
>  	depends on BR2_TARGET_TI_K3_BOOT_FIRMWARE
> -	depends on BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62AX || BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62X
> +	depends on BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62AX || BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62X \
> +		|| BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_J721E
>  	help
>  	  Some TI K3 devices need the Device Manager (DM) firmware to
>  	  be available for the U-Boot build.

-- 
Alexander Sverdlin.




More information about the buildroot mailing list