From: Philip Oberfichtner <pro@denx.de>
To: Marek Vasut <marek.vasut@mailbox.org>
Cc: u-boot@lists.denx.de, Andre Przywara <andre.przywara@arm.com>,
Anshul Dalal <anshuld@ti.com>,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Greg Malysa <malysagreg@gmail.com>,
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Jerome Forissier <jerome.forissier@linaro.org>,
Nathan Barrett-Morrison <nathan.morrison@timesys.com>,
Oliver Gaskell <Oliver.Gaskell@analog.com>,
Paul Barker <paul.barker.ct@bp.renesas.com>,
Peng Fan <peng.fan@nxp.com>, Simon Glass <sjg@chromium.org>,
Tom Rini <trini@konsulko.com>,
Trevor Woerner <twoerner@gmail.com>, Ye Li <ye.li@nxp.com>
Subject: Re: [PATCH v3 2/5] Image size checks: Use HAS_SIZE_LIMIT consistently
Date: Thu, 4 Sep 2025 10:19:02 +0200 [thread overview]
Message-ID: <aLlLdkRkqrfLm2FY@aristophanes> (raw)
In-Reply-To: <d1b371f3-df96-421d-8f26-635ac0382666@mailbox.org>
On Wed, Sep 03, 2025 at 02:51:44PM +0200, Marek Vasut wrote:
> On 9/3/25 12:56 PM, Philip Oberfichtner wrote:
>
> > diff --git a/configs/am62x_beagleplay_a53_defconfig b/configs/am62x_beagleplay_a53_defconfig
> > index 05853317fea..dfac96379ce 100644
> > --- a/configs/am62x_beagleplay_a53_defconfig
> > +++ b/configs/am62x_beagleplay_a53_defconfig
> > @@ -20,6 +20,7 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
> > CONFIG_SPL_BSS_START_ADDR=0x80c80000
> > CONFIG_SPL_BSS_MAX_SIZE=0x80000
> > CONFIG_SPL_STACK_R=y
> > +CONFIG_HAS_SPL_SIZE_LIMIT=y
> How much of this massive config file patching can be done using some
> "select" in Kconfig file ?
I'm not following you here. I'm only adding CONFIG_HAS_XXX_SIZE_LIMIT
wherever there already was an explicit CONFIG_XXX_SIZE_LIMIT in the
defconfig before. I'm not changing anything here. Can you please
elaborate on what it is that your asking for?
next prev parent reply other threads:[~2025-09-04 8:19 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-03 10:56 [PATCH v3 0/5] Simplify image size checks Philip Oberfichtner
2025-09-03 10:56 ` [PATCH v3 1/5] Image size checks: Move all configs in one place Philip Oberfichtner
2025-09-03 12:50 ` Marek Vasut
2025-09-04 8:12 ` Philip Oberfichtner
2025-09-04 13:54 ` Marek Vasut
2025-09-05 8:13 ` Philip Oberfichtner
2025-09-05 14:22 ` Tom Rini
2025-10-10 14:19 ` Philip Oberfichtner
2025-09-03 10:56 ` [PATCH v3 2/5] Image size checks: Use HAS_SIZE_LIMIT consistently Philip Oberfichtner
2025-09-03 12:51 ` Marek Vasut
2025-09-04 8:19 ` Philip Oberfichtner [this message]
2025-09-04 13:56 ` Marek Vasut
2025-09-05 8:15 ` Philip Oberfichtner
2025-09-05 14:19 ` Tom Rini
2025-09-30 8:33 ` Philip Oberfichtner
2025-09-30 14:45 ` Tom Rini
2025-10-02 8:55 ` Philip Oberfichtner
2025-10-02 21:19 ` Tom Rini
2025-10-10 14:28 ` Philip Oberfichtner
2025-09-03 10:56 ` [PATCH v3 3/5] Image size checks: Use consistent help texts Philip Oberfichtner
2025-09-03 12:54 ` Marek Vasut
2025-09-04 8:20 ` Philip Oberfichtner
2025-09-03 10:56 ` [PATCH v3 4/5] Image size checks: Deduplicate Makefile Philip Oberfichtner
2025-09-03 13:02 ` Marek Vasut
2025-09-04 8:30 ` Philip Oberfichtner
2025-09-04 15:03 ` Marek Vasut
2025-09-05 8:22 ` Philip Oberfichtner
2025-09-03 10:56 ` [PATCH v3 5/5] Image size checks: Simplify SPL_SIZE_LIMIT logic Philip Oberfichtner
2025-09-03 12:08 ` Heinrich Schuchardt
2025-09-03 12:59 ` Marek Vasut
2025-09-04 8:23 ` Philip Oberfichtner
2025-09-04 8:30 ` Heinrich Schuchardt
2025-09-04 15:02 ` Marek Vasut
2025-09-05 8:19 ` Philip Oberfichtner
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=aLlLdkRkqrfLm2FY@aristophanes \
--to=pro@denx.de \
--cc=Oliver.Gaskell@analog.com \
--cc=andre.przywara@arm.com \
--cc=anshuld@ti.com \
--cc=dario.binacchi@amarulasolutions.com \
--cc=heinrich.schuchardt@canonical.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jerome.forissier@linaro.org \
--cc=malysagreg@gmail.com \
--cc=marek.vasut@mailbox.org \
--cc=nathan.morrison@timesys.com \
--cc=paul.barker.ct@bp.renesas.com \
--cc=peng.fan@nxp.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=twoerner@gmail.com \
--cc=u-boot@lists.denx.de \
--cc=ye.li@nxp.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.