diff mbox series

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

Message ID 20240213172817.2872849-17-romain.naour@smile.fr
State Superseded
Headers show
Series Add ti_j721e_sk_defconfig | expand

Commit Message

Romain Naour Feb. 13, 2024, 5:28 p.m. UTC
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@smile.fr>
---
 boot/uboot/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Alexander Sverdlin Feb. 14, 2024, 10:58 a.m. UTC | #1
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@smile.fr>

Reviewed-by: Alexander Sverdlin <alexander.sverdlin@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.
diff mbox series

Patch

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.