diff mbox series

[14/21] boot/ti-k3-boot-firmware: add BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_J721E

Message ID 20240213172817.2872849-15-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 k3 J721E support is needed to build for 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/ti-k3-boot-firmware/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Alexander Sverdlin Feb. 13, 2024, 8:23 p.m. UTC | #1
Hi Romain,

On Tue, 2024-02-13 at 18:28 +0100, Romain Naour wrote:
> The k3 J721E support is needed to build for 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/ti-k3-boot-firmware/Config.in | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/boot/ti-k3-boot-firmware/Config.in b/boot/ti-k3-boot-firmware/Config.in
> index 8393699998..c9a09d8b19 100644
> --- a/boot/ti-k3-boot-firmware/Config.in
> +++ b/boot/ti-k3-boot-firmware/Config.in
> @@ -22,6 +22,9 @@ config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM64X
>  config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM65X
>  	bool "am65x"
>  
> +config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_J721E
> +	bool "j721e"
> +
>  endchoice
>  
>  config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC
> @@ -30,12 +33,14 @@ config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC
>  	default "am62x"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62X
>  	default "am64x"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM64X
>  	default "am65x"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM65X
> +	default "j721e"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_J721E
>  
>  # Only devices with a split firmware boot flow requires a DM firmware (eg: am62, j721e)
>  config BR2_TARGET_TI_K3_BOOT_FIRMWARE_DM
>  	string
>  	default "am62axx" if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62AX
>  	default "am62xx"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62X
> +	default "j721e"   if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_J721E
>  	default ""
>  
>  endif
diff mbox series

Patch

diff --git a/boot/ti-k3-boot-firmware/Config.in b/boot/ti-k3-boot-firmware/Config.in
index 8393699998..c9a09d8b19 100644
--- a/boot/ti-k3-boot-firmware/Config.in
+++ b/boot/ti-k3-boot-firmware/Config.in
@@ -22,6 +22,9 @@  config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM64X
 config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM65X
 	bool "am65x"
 
+config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_J721E
+	bool "j721e"
+
 endchoice
 
 config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC
@@ -30,12 +33,14 @@  config BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC
 	default "am62x"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62X
 	default "am64x"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM64X
 	default "am65x"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM65X
+	default "j721e"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_J721E
 
 # Only devices with a split firmware boot flow requires a DM firmware (eg: am62, j721e)
 config BR2_TARGET_TI_K3_BOOT_FIRMWARE_DM
 	string
 	default "am62axx" if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62AX
 	default "am62xx"  if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_AM62X
+	default "j721e"   if BR2_TARGET_TI_K3_BOOT_FIRMWARE_SOC_J721E
 	default ""
 
 endif