From: Tom Rini <trini@konsulko.com>
To: Marek Vasut <marex@denx.de>
Cc: u-boot@lists.denx.de, "Eric Bénard" <eric@eukrea.com>,
"Huan 'Kitty' Wang" <HuanWang@gehealthcare.com>,
"Marek Behún" <kabel@kernel.org>,
"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>,
"Adam Ford" <aford173@gmail.com>,
"Anatolij Gustschin" <agust@denx.de>,
"Andreas Geisreiter" <ageisreiter@dh-electronics.de>,
"Baruch Siach" <baruch@tkos.co.il>,
"Breno Lima" <breno.lima@nxp.com>,
"Christoph Niedermaier" <cniedermaier@dh-electronics.com>,
"Emanuele Ghidoli" <emanuele.ghidoli@toradex.com>,
"Eric Nelson" <eric@nelint.com>,
"Fabio Estevam" <festevam@gmail.com>,
"Francesco Dolcini" <francesco.dolcini@toradex.com>,
"Francesco Montefoschi" <francesco.montefoschi@udoo.org>,
"Frieder Schrempf" <frieder.schrempf@kontron.de>,
"Heiko Schocher" <hs@denx.de>,
"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
"Hiago De Franco" <hiagofranco@gmail.com>,
"Ian Ray" <ian.ray@gehealthcare.com>,
"Igor Opaniuk" <igor.opaniuk@foundries.io>,
"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
"Jagan Teki" <jagan@amarulasolutions.com>,
"Jerome Forissier" <jerome.forissier@linaro.org>,
"Lukasz Majewski" <lukma@denx.de>,
"Marcel Ziswiler" <marcel.ziswiler@toradex.com>,
"Marcin Niestroj" <m.niestroj@grinn-global.com>,
"Martyn Welch" <martyn.welch@collabora.com>,
"Matthias Winker" <matthias.winker@de.bosch.com>,
"Michael Trimarchi" <michael@amarulasolutions.com>,
"Niel Fourie" <lusus@denx.de>,
"Nikita Kiryanov" <nikita@compulab.co.il>,
"Parth Pancholi" <parth.pancholi@toradex.com>,
"Parthiban Nallathambi" <parthitce@gmail.com>,
"Patrick Barsanti" <patrick.barsanti@amarulasolutions.com>,
"Peng Fan" <peng.fan@nxp.com>,
"Philip Oberfichtner" <pro@denx.de>,
"Quentin Schulz" <quentin.schulz@cherry.de>,
"Raffaele RECALCATI" <raffaele.recalcati@bticino.it>,
"Richard Hu" <richard.hu@technexion.com>,
"Sean Anderson" <seanga2@gmail.com>,
"Silvio Fricke" <open-source@softing.de>,
"Simon Glass" <sjg@chromium.org>,
"Simone CIANNI" <simone.cianni@bticino.it>,
"Soeren Moch" <smoch@web.de>, "Stefano Babic" <sbabic@denx.de>,
"Tim Harvey" <tharvey@gateworks.com>,
"Troy Kisky" <troy.kisky@boundarydevices.com>,
"Venkatesh Yadav Abbarapu" <venkatesh.abbarapu@amd.com>,
"Wolfgang Wallner" <wolfgang.wallner@br-automation.com>,
u-boot@dh-electronics.com
Subject: Re: [PATCH] ARM: imx: soc: Select default TEXT_BASE for i.MX6
Date: Sat, 19 Oct 2024 18:27:01 -0600 [thread overview]
Message-ID: <20241020002701.GC4959@bill-the-cat> (raw)
In-Reply-To: <20241019220938.365256-1-marex@denx.de>
[-- Attachment #1: Type: text/plain, Size: 824 bytes --]
On Sun, Oct 20, 2024 at 12:09:03AM +0200, Marek Vasut wrote:
> Select default U-Boot and SPL text base for the i.MX6 SoC. The U-Boot
> and SPL text base is picked as the one used by various i.MX6 boards.
> Update all the boards.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
[snip]
> diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
> index 1f8022ee685..10b19984143 100644
> --- a/arch/arm/mach-imx/mx6/Kconfig
> +++ b/arch/arm/mach-imx/mx6/Kconfig
> @@ -15,6 +15,13 @@ config MX6
> select GPT_TIMER if !MX6UL && !MX6ULL
> imply CMD_FUSE
>
> +config TEXT_BASE
> + default 0x17800000
> +
> +config SPL_TEXT_BASE
> + depends on SPL
> + default 0x00908000
Please do these in Kconfig and common/spl/Kconfig with the other
SoC-wide default values, thanks.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2024-10-20 0:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-19 22:09 [PATCH] ARM: imx: soc: Select default TEXT_BASE for i.MX6 Marek Vasut
2024-10-20 0:27 ` Tom Rini [this message]
2024-10-20 2:25 ` Marek Vasut
2024-10-20 2:55 ` Tom Rini
2024-10-20 4:57 ` Marek Vasut
2024-10-20 20:16 ` Tom Rini
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=20241020002701.GC4959@bill-the-cat \
--to=trini@konsulko.com \
--cc=HuanWang@gehealthcare.com \
--cc=aford173@gmail.com \
--cc=ageisreiter@dh-electronics.de \
--cc=agust@denx.de \
--cc=baruch@tkos.co.il \
--cc=breno.lima@nxp.com \
--cc=cniedermaier@dh-electronics.com \
--cc=emanuele.ghidoli@toradex.com \
--cc=eric@eukrea.com \
--cc=eric@nelint.com \
--cc=festevam@gmail.com \
--cc=francesco.dolcini@toradex.com \
--cc=francesco.montefoschi@udoo.org \
--cc=frieder.schrempf@kontron.de \
--cc=hiagofranco@gmail.com \
--cc=hs@denx.de \
--cc=ian.ray@gehealthcare.com \
--cc=igor.opaniuk@foundries.io \
--cc=ilias.apalodimas@linaro.org \
--cc=jagan@amarulasolutions.com \
--cc=jerome.forissier@linaro.org \
--cc=kabel@kernel.org \
--cc=lukma@denx.de \
--cc=lusus@denx.de \
--cc=m.niestroj@grinn-global.com \
--cc=marcel.ziswiler@toradex.com \
--cc=marex@denx.de \
--cc=martyn.welch@collabora.com \
--cc=matthias.winker@de.bosch.com \
--cc=michael@amarulasolutions.com \
--cc=nikita@compulab.co.il \
--cc=open-source@softing.de \
--cc=parth.pancholi@toradex.com \
--cc=parthitce@gmail.com \
--cc=patrick.barsanti@amarulasolutions.com \
--cc=peng.fan@nxp.com \
--cc=pro@denx.de \
--cc=quentin.schulz@cherry.de \
--cc=raffaele.recalcati@bticino.it \
--cc=richard.hu@technexion.com \
--cc=sbabic@denx.de \
--cc=seanga2@gmail.com \
--cc=sebastien.szymanski@armadeus.com \
--cc=simone.cianni@bticino.it \
--cc=sjg@chromium.org \
--cc=smoch@web.de \
--cc=tharvey@gateworks.com \
--cc=troy.kisky@boundarydevices.com \
--cc=u-boot@dh-electronics.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=venkatesh.abbarapu@amd.com \
--cc=wolfgang.wallner@br-automation.com \
--cc=xypron.glpk@gmx.de \
/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