All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: afd@ti.com
Cc: Ryan Eatmon <reatmon@ti.com>, meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti][master][PATCH 1/4] conf: machine: Remove remaining K3 HS machines
Date: Tue, 9 Dec 2025 18:48:08 -0500	[thread overview]
Message-ID: <20251209234808.GJ11121@denix.org> (raw)
In-Reply-To: <20251202223210.3816583-1-afd@ti.com>

On Tue, Dec 02, 2025 at 04:32:07PM -0600, Andrew Davis via lists.yoctoproject.org wrote:
> Every MACHINE build deploys a tiboot3.bin file for all three K3 security
> types (GP, HS-FS, HS-SE). These extra MACHINE configs existed to select
> a different default. As U-Boot now selects a default for us this logic
> does not need to exist here. Instead if one wants to use a non-default
> security type for an EVM then can simply rename the tiboot3.bin file in
> the boot partition. Testing automation already handles this and Sitara-
> family devices have dropped the dedicated MACHINE configs, do the same
> for Jacinto-family devices.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | 11 -----------
>  meta-ti-bsp/conf/machine/am65xx-hs-evm.conf      |  7 -------
>  meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf  | 11 -----------
>  meta-ti-bsp/conf/machine/j7200-hs-evm.conf       |  7 -------
>  meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf  | 11 -----------
>  meta-ti-bsp/conf/machine/j721e-hs-evm.conf       |  7 -------
>  meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf | 11 -----------
>  meta-ti-bsp/conf/machine/j721s2-hs-evm.conf      |  5 -----
>  meta-ti-bsp/conf/machine/j784s4-hs-evm-k3r5.conf | 11 -----------
>  meta-ti-bsp/conf/machine/j784s4-hs-evm.conf      |  5 -----
>  10 files changed, 86 deletions(-)
>  delete mode 100644 meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/j7200-hs-evm.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/j721e-hs-evm.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/j784s4-hs-evm-k3r5.conf
>  delete mode 100644 meta-ti-bsp/conf/machine/j784s4-hs-evm.conf
> 
> diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf
> deleted file mode 100644
> index 337c8413..00000000
> --- a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: AM65xx HS EVM (R5F)
> -#@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM (R5F core)
> -
> -require conf/machine/include/k3r5.inc
> -
> -SYSFW_SOC = "am65x_sr2"
> -SYSFW_CONFIG = "evm"
> -SYSFW_SUFFIX = "hs"
> -
> -UBOOT_MACHINE = "am65x_evm_r5_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
> deleted file mode 100644
> index f8221f31..00000000
> --- a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: AM65xx HS EVM
> -#@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM
> -
> -require conf/machine/include/am65xx.inc
> -
> -UBOOT_MACHINE = "am65x_evm_a53_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf
> deleted file mode 100644
> index 1922d5c8..00000000
> --- a/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: J7200 HS EVM (R5F)
> -#@DESCRIPTION: Machine configuration for the TI J7200 HS EVM (R5F core)
> -
> -require conf/machine/include/k3r5.inc
> -
> -SYSFW_SOC = "j7200_sr2"
> -SYSFW_CONFIG = "evm"
> -SYSFW_SUFFIX = "hs"
> -
> -UBOOT_MACHINE = "j7200_evm_r5_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/j7200-hs-evm.conf b/meta-ti-bsp/conf/machine/j7200-hs-evm.conf
> deleted file mode 100644
> index 54fd2b4a..00000000
> --- a/meta-ti-bsp/conf/machine/j7200-hs-evm.conf
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: J7200 HS EVM
> -#@DESCRIPTION: Machine configuration for the TI J7200 HS EVM
> -
> -require conf/machine/j7200-evm.conf
> -
> -UBOOT_MACHINE = "j7200_evm_a72_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
> deleted file mode 100644
> index 7904c660..00000000
> --- a/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: J721e HS EVM (R5F)
> -#@DESCRIPTION: Machine configuration for the TI J721e HS EVM (R5F core)
> -
> -require conf/machine/include/k3r5.inc
> -
> -SYSFW_SOC = "j721e_sr1_1"
> -SYSFW_CONFIG = "evm"
> -SYSFW_SUFFIX = "hs"
> -
> -UBOOT_MACHINE = "j721e_evm_r5_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/j721e-hs-evm.conf b/meta-ti-bsp/conf/machine/j721e-hs-evm.conf
> deleted file mode 100644
> index 441ca169..00000000
> --- a/meta-ti-bsp/conf/machine/j721e-hs-evm.conf
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: J721e HS EVM
> -#@DESCRIPTION: Machine configuration for the TI J721e HS EVM
> -
> -require conf/machine/j721e-evm.conf
> -
> -UBOOT_MACHINE = "j721e_evm_a72_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf
> deleted file mode 100644
> index 58cd92c4..00000000
> --- a/meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: J721S2 HS EVM (R5F)
> -#@DESCRIPTION: Machine configuration for the TI J721S2 HS EVM (R5F core)
> -
> -require conf/machine/include/k3r5.inc
> -
> -SYSFW_SOC = "j721s2"
> -SYSFW_CONFIG = "evm"
> -SYSFW_SUFFIX = "hs"
> -
> -UBOOT_MACHINE = "j721s2_evm_r5_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
> deleted file mode 100644
> index 4cf32a28..00000000
> --- a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: J721S2 HS EVM
> -#@DESCRIPTION: Machine configuration for the TI J721S2 HS EVM
> -
> -require conf/machine/j721s2-evm.conf
> diff --git a/meta-ti-bsp/conf/machine/j784s4-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j784s4-hs-evm-k3r5.conf
> deleted file mode 100644
> index 80a228a0..00000000
> --- a/meta-ti-bsp/conf/machine/j784s4-hs-evm-k3r5.conf
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: J784S4 HS EVM (R5F)
> -#@DESCRIPTION: Machine configuration for the TI J784S4 HS EVM (R5F core)
> -
> -require conf/machine/include/k3r5.inc
> -
> -SYSFW_SOC = "j784s4"
> -SYSFW_CONFIG = "evm"
> -SYSFW_SUFFIX = "hs"
> -
> -UBOOT_MACHINE = "j784s4_evm_r5_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf b/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf
> deleted file mode 100644
> index 8fa1c1fd..00000000
> --- a/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: J784S4 HS EVM
> -#@DESCRIPTION: Machine configuration for the TI J784S4 HS EVM
> -
> -require conf/machine/j784s4-evm.conf
> -- 
> 2.39.2


      parent reply	other threads:[~2025-12-09 23:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-02 22:32 [meta-ti][master][PATCH 1/4] conf: machine: Remove remaining K3 HS machines Andrew Davis
2025-12-02 22:32 ` [meta-ti][master][PATCH 2/4] u-boot: Remove defaults for UBOOT_SUFFIX and SPL_BINARY Andrew Davis
2025-12-09 23:49   ` Denys Dmytriyenko
2025-12-02 22:32 ` [meta-ti][master][PATCH 3/4] k3r5: Use UBOOT_BINARY for R5 U-Boot Image Andrew Davis
2025-12-09 23:50   ` Denys Dmytriyenko
2025-12-02 22:32 ` [meta-ti][master][PATCH 4/4] k3r5: Remove per-board SYSFW_ variables Andrew Davis
2025-12-09 23:50   ` Denys Dmytriyenko
2025-12-02 22:42 ` [meta-ti][master][PATCH 1/4] conf: machine: Remove remaining K3 HS machines PRC Automation
2025-12-09 23:48 ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251209234808.GJ11121@denix.org \
    --to=denis@denix.org \
    --cc=afd@ti.com \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.