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 3/4] k3r5: Use UBOOT_BINARY for R5 U-Boot Image
Date: Tue, 9 Dec 2025 18:50:10 -0500 [thread overview]
Message-ID: <20251209235010.GL11121@denix.org> (raw)
In-Reply-To: <20251202223210.3816583-3-afd@ti.com>
On Tue, Dec 02, 2025 at 04:32:09PM -0600, Andrew Davis via lists.yoctoproject.org wrote:
> As R5 only builds one working image (tiboot3.bin), define this as the
> "UBOOT_BINARY", even though it was technically build using the SPL build
> pass in U-Boot. This allows some simplification and removes deploying of
> a dummy file (u-boot-spl.bin) which is not a usable boot file. It was only
> deployed as UBOOT_BINARY is not optional and so something needed to be set
> here.
>
> BeagleBone-AI64 already did something similar to this so the overrides
> in that MACHINE conf can now be removed.
>
> Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
> meta-beagle/conf/machine/beaglebone-ai64-k3r5.conf | 6 ------
> meta-ti-bsp/conf/machine/include/k3r5.inc | 8 ++------
> 2 files changed, 2 insertions(+), 12 deletions(-)
>
> diff --git a/meta-beagle/conf/machine/beaglebone-ai64-k3r5.conf b/meta-beagle/conf/machine/beaglebone-ai64-k3r5.conf
> index 1bdfd7a1..65616b67 100644
> --- a/meta-beagle/conf/machine/beaglebone-ai64-k3r5.conf
> +++ b/meta-beagle/conf/machine/beaglebone-ai64-k3r5.conf
> @@ -9,10 +9,4 @@ SYSFW_SOC = "j721e"
> SYSFW_CONFIG = "evm"
> SYSFW_SUFFIX = "gp"
>
> -SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}"
> -SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}"
> -UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}"
> -UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
> -UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
> -
> UBOOT_MACHINE = "j721e_beagleboneai64_r5_defconfig"
> diff --git a/meta-ti-bsp/conf/machine/include/k3r5.inc b/meta-ti-bsp/conf/machine/include/k3r5.inc
> index fcd54254..0408c09c 100644
> --- a/meta-ti-bsp/conf/machine/include/k3r5.inc
> +++ b/meta-ti-bsp/conf/machine/include/k3r5.inc
> @@ -15,13 +15,9 @@ require conf/machine/include/arm/armv7a/tune-cortexa8.inc
> require conf/machine/include/ti-bsp.inc
> PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"
>
> -SPL_SUFFIX = "bin"
> -SPL_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${SPL_SUFFIX}"
> -SPL_SYMLINK = "tiboot3.${SPL_SUFFIX}"
> UBOOT_SUFFIX = "bin"
> -UBOOT_BINARY = "u-boot-r5spl.${UBOOT_SUFFIX}"
> -UBOOT_IMAGE = "u-boot-r5spl-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
> -UBOOT_SYMLINK = "u-boot-r5spl-${MAINMACHINE}.${UBOOT_SUFFIX}"
> +UBOOT_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${UBOOT_SUFFIX}"
> +UBOOT_SYMLINK = "tiboot3.${UBOOT_SUFFIX}"
>
> PACKAGECONFIG:pn-u-boot-ti-staging = ""
> PACKAGECONFIG:pn-u-boot-ti-mainline = ""
> --
> 2.39.2
next prev parent reply other threads:[~2025-12-09 23:50 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 [this message]
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
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=20251209235010.GL11121@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.