From: Tom Rini <trini@konsulko.com>
To: Anshul Dalal <anshuld@ti.com>
Cc: u-boot@lists.denx.de, vigneshr@ti.com
Subject: Re: [PATCH v1] configs: set SPL_TEXT_BASE by default for k3 platforms
Date: Wed, 9 Apr 2025 08:30:09 -0600 [thread overview]
Message-ID: <20250409143009.GD5495@bill-the-cat> (raw)
In-Reply-To: <20250409124739.3843126-1-anshuld@ti.com>
[-- Attachment #1: Type: text/plain, Size: 1979 bytes --]
On Wed, Apr 09, 2025 at 06:17:37PM +0530, Anshul Dalal wrote:
> SPL_TEXT_BASE is used as the load address for the main domain SPL on k3
> platforms.
>
> Since the config value is the same for every board, this patch sets the
> value 0x80080000 as default for all ARCH_K3 and deletes the instances of
> SPL_TEXT_BASE in individual defconfigs.
>
> Signed-off-by: Anshul Dalal <anshuld@ti.com>
[snip]
> ---
> common/spl/Kconfig | 1 +
> configs/am62ax_evm_a53_defconfig | 1 -
> configs/am62px_evm_a53_defconfig | 1 -
> configs/am62x_beagleplay_a53_defconfig | 1 -
> configs/am62x_evm_a53_defconfig | 1 -
> configs/am64x_evm_a53_defconfig | 1 -
> configs/am65x_evm_a53_defconfig | 1 -
> configs/iot2050_defconfig | 1 -
> configs/j7200_evm_a72_defconfig | 1 -
> configs/j721e_beagleboneai64_a72_defconfig | 1 -
> configs/j721e_evm_a72_defconfig | 1 -
> configs/j721s2_evm_a72_defconfig | 1 -
> configs/j722s_evm_a53_defconfig | 1 -
> configs/j784s4_evm_a72_defconfig | 1 -
> configs/phycore_am62ax_a53_defconfig | 1 -
> configs/phycore_am62x_a53_defconfig | 1 -
> configs/phycore_am64x_a53_defconfig | 1 -
> configs/verdin-am62_a53_defconfig | 1 -
> 18 files changed, 1 insertion(+), 17 deletions(-)
>
> diff --git a/common/spl/Kconfig b/common/spl/Kconfig
> index 94e118f8465..a84b96ebce4 100644
> --- a/common/spl/Kconfig
> +++ b/common/spl/Kconfig
> @@ -271,6 +271,7 @@ config SPL_TEXT_BASE
> default 0x40200000 if OMAP34XX
> default 0x402F4000 if AM43XX
> default 0x402F0400 if AM33XX
> + default 0x80080000 if ARCH_K3
> default 0x00908000 if ARCH_MX6
> default 0x00912000 if ARCH_MX7
> default 0x40301350 if OMAP54XX
This should probably be ARCH_K3 && ARM64, and then also different line
for the R5 side?
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
prev parent reply other threads:[~2025-04-09 14:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-09 12:47 [PATCH v1] configs: set SPL_TEXT_BASE by default for k3 platforms Anshul Dalal
2025-04-09 14:30 ` Tom Rini [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=20250409143009.GD5495@bill-the-cat \
--to=trini@konsulko.com \
--cc=anshuld@ti.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox