[PATCH RFC 8/8] configs: Introduce configs for J742S2

Kumar, Udit u-kumar1 at ti.com
Sun Dec 22 15:14:38 CET 2024


On 12/17/2024 4:37 PM, Manorit Chawdhry wrote:
> Based off j784s4 configs with delta changes for J742S2
>
> [ Add AVS support for J742S2 ]
> Signed-off-by: Keerthy <j-keerthy at ti.com>
> Signed-off-by: Manorit Chawdhry <m-chawdhry at ti.com>
> ---
>   board/ti/j784s4/MAINTAINERS      | 2 ++
>   configs/j742s2_evm_a72_defconfig | 9 +++++++++
>   configs/j742s2_evm_r5_defconfig  | 9 +++++++++
>   3 files changed, 20 insertions(+)
>
> diff --git a/board/ti/j784s4/MAINTAINERS b/board/ti/j784s4/MAINTAINERS
> index bc3a726228c75e7db7547abd2d7d6a13f043bdae..b289c639f3f880ef50b2e0b2c7e586c7d2ccad71 100644
> --- a/board/ti/j784s4/MAINTAINERS
> +++ b/board/ti/j784s4/MAINTAINERS
> @@ -28,3 +28,5 @@ F:	arch/arm/dts/k3-j784s4-j742s2-ddr.dtsi
>   F:	arch/arm/dts/k3-j742s2-r5-evm.dts
>   F:	arch/arm/dts/k3-j742s2-evm-u-boot.dtsi
>   F:	arch/arm/dts/k3-j742s2-ddr-evm-lp4-4266.dtsi
> +F:	configs/j742s2_evm_r5_defconfig
> +F:	configs/j742s2_evm_a72_defconfig
> diff --git a/configs/j742s2_evm_a72_defconfig b/configs/j742s2_evm_a72_defconfig
> new file mode 100644
> index 0000000000000000000000000000000000000000..e534ce4c2e3bf28a78eff241c4b035917e3fb61c
> --- /dev/null
> +++ b/configs/j742s2_evm_a72_defconfig
> @@ -0,0 +1,9 @@
> +#include <configs/j784s4_evm_a72_defconfig>
> +
> +CONFIG_ARM=y
> +CONFIG_ARCH_K3=y
> +CONFIG_SOC_K3_J784S4=y
> +CONFIG_TARGET_J742S2_A72_EVM=y
> +
> +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-j742s2-evm"
> +CONFIG_SPL_OF_LIST="ti/k3-j742s2-evm"
> diff --git a/configs/j742s2_evm_r5_defconfig b/configs/j742s2_evm_r5_defconfig
> new file mode 100644
> index 0000000000000000000000000000000000000000..2be6318df76632dd2cc5cbeebcb6ce674cd80338
> --- /dev/null
> +++ b/configs/j742s2_evm_r5_defconfig
> @@ -0,0 +1,9 @@
> +#include <configs/j784s4_evm_r5_defconfig>
> +
> +CONFIG_ARM=y
> +CONFIG_ARCH_K3=y
> +CONFIG_SOC_K3_J784S4=y

Isn't above enabled by j784s4_evm_r5_defconfig


> +CONFIG_TARGET_J742S2_R5_EVM=y
> +CONFIG_DEFAULT_DEVICE_TREE="k3-j742s2-r5-evm"
> +CONFIG_SPL_OF_LIST="k3-j742s2-r5-evm"

Also, AVS is enable with 
https://lore.kernel.org/all/20241118105714.1973573-2-n-francis@ti.com/ 
series

So please update k3_avs.c if needed as part of initial series.




More information about the U-Boot mailing list