From: Quentin Schulz <quentin.schulz@cherry.de>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: Tom Rini <trini@konsulko.com>,
Caleb Connolly <caleb.connolly@linaro.org>,
Kongyang Liu <seashell11234455@gmail.com>,
Simon Glass <sjg@chromium.org>,
Robert Marko <robert.marko@sartura.hr>,
u-boot@lists.denx.de
Subject: Re: [PATCH v1 1/1] sysreset: add PHASE_ to GPIO reset and poweroff configs
Date: Mon, 31 Mar 2025 12:31:41 +0200 [thread overview]
Message-ID: <ea8870ec-69de-43d7-a1cc-e8a437b90a98@cherry.de> (raw)
In-Reply-To: <CAPVz0n0jo6MjYi7Bvj2RFxCJHdemrbUUbjzJfPXcKqfD6nCQgA@mail.gmail.com>
On 3/31/25 12:27 PM, Svyatoslav Ryhel wrote:
> пн, 31 бер. 2025 р. о 13:16 Quentin Schulz <quentin.schulz@cherry.de> пише:
>>
>> Hi Svyatoslav,
>>
>> On 3/30/25 11:28 AM, Svyatoslav Ryhel wrote:
>>> GPIO reset and power-off functionality depends on device tree data, which
>>> is often absent in SPL or TPL. To address this, incorporate PHASE_ into the
>>> config option.
>>>
>>> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
>>> ---
>>> drivers/sysreset/Makefile | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/drivers/sysreset/Makefile b/drivers/sysreset/Makefile
>>> index 796fc9effa5..ded91a4d325 100644
>>> --- a/drivers/sysreset/Makefile
>>> +++ b/drivers/sysreset/Makefile
>>> @@ -8,8 +8,8 @@ obj-$(CONFIG_ARCH_ROCKCHIP) += sysreset_rockchip.o
>>> obj-$(CONFIG_ARCH_STI) += sysreset_sti.o
>>> obj-$(CONFIG_SANDBOX) += sysreset_sandbox.o
>>> obj-$(CONFIG_SYSRESET_CV1800B) += sysreset_cv1800b.o
>>> -obj-$(CONFIG_POWEROFF_GPIO) += poweroff_gpio.o
>>> -obj-$(CONFIG_SYSRESET_GPIO) += sysreset_gpio.o
>>> +obj-$(CONFIG_$(PHASE_)POWEROFF_GPIO) += poweroff_gpio.o
>>> +obj-$(CONFIG_$(PHASE_)SYSRESET_GPIO) += sysreset_gpio.o
>>
>> Are you sure this is safe for all boards?
>>
>> Essentially, right now POWEROFF_GPIO/SYSRESET_GPIO would be built for
>> devices with TPL/SPL_SYSRESET symbol enabled, but with this change it
>> would be disabled, possibly breaking their setup.
>>
>> I'm not against this change, it's just that there may be additional
>> changes made to defconfigs to transition to this new symbol...
>>
>> ... which you haven't added here. I don't know what's the policy, but I
>> think it makes sense to add the VPL/TPL/SPL symbols here so that people
>
> You mean config SPL_POWEROFF_GPIO and SPL_SYSRESET_GPIO? It seems a
> good idea, I wonder if there is a simpler way to add this without
> adding Kconfig entry for every boot stage. Maybe you know such
> example?
>
We don't have such a mechanism, each symbol needs to be "duplicated"
right now.
The thing is, we cannot really automate it (globally at the very least)
as some symbols have different dependencies (and possibly different
default values, etc...) depending on which PHASE they apply.
Additionally, some symbols are for all PHASEs, not only proper. Maybe
there's some magic we can have in Kconfig for that, but we would need to
create a plugin for it.
I think this may have been raised in the "xPL proposal" thread on the ML.
Cheers,
Quentin
next prev parent reply other threads:[~2025-03-31 10:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-30 9:28 [PATCH v1 0/1] sysreset: add PHASE_ to GPIO reset and poweroff configs Svyatoslav Ryhel
2025-03-30 9:28 ` [PATCH v1 1/1] " Svyatoslav Ryhel
2025-03-31 10:16 ` Quentin Schulz
2025-03-31 10:27 ` Svyatoslav Ryhel
2025-03-31 10:31 ` Quentin Schulz [this message]
2025-03-31 10:33 ` Svyatoslav Ryhel
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=ea8870ec-69de-43d7-a1cc-e8a437b90a98@cherry.de \
--to=quentin.schulz@cherry.de \
--cc=caleb.connolly@linaro.org \
--cc=clamor95@gmail.com \
--cc=robert.marko@sartura.hr \
--cc=seashell11234455@gmail.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.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 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.