From: Oleksij Rempel <o.rempel@pengutronix.de>
To: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>, barebox@lists.infradead.org
Subject: Re: [PATCH v3 1/5] common: add $global.serial_number with device tree fixup
Date: Fri, 29 Apr 2022 06:52:56 +0200 [thread overview]
Message-ID: <20220429045256.GA11450@pengutronix.de> (raw)
In-Reply-To: <6rzgk5fitn.fsf@pengutronix.de>
Hi Ulrich,
On Thu, Apr 28, 2022 at 03:16:05PM +0200, Ulrich Ölmann wrote:
> Hi Oleksij,
>
> On Wed, Apr 27 2022 at 14:14 +0200, Oleksij Rempel <o.rempel@pengutronix.de> wrote:
> > From: Ahmad Fatoum <a.fatoum@pengutronix.de>
> >
> > This new variable can be set by boards from C code or from the
> > environment to change the serial number fixed up into the kernel device
> > tree.
> >
> > Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> > ---
> > common/Kconfig | 5 +++++
> > common/misc.c | 16 ++++++++++++++++
> > common/oftree.c | 9 +++++++++
> > include/common.h | 3 +++
> > 4 files changed, 33 insertions(+)
> >
> > diff --git a/common/Kconfig b/common/Kconfig
> > index f7a6a96e87..d08302a573 100644
> > --- a/common/Kconfig
> > +++ b/common/Kconfig
> > @@ -1066,6 +1066,11 @@ config MACHINE_ID
> > Note: if no hashable information is available no machine id will be passed
> > to the kernel.
> >
> > +config SERIAL_NUMBER_FIXUP
> > + bool "fix up board serial number"
> > + help
> > + fixup serial number supplied by board code info device tree
>
> this should be
>
> s/code info device/code into device/
>
> right?
Right. Thank you!
Regards,
Oleksij
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2022-04-29 4:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-27 12:14 [PATCH v3 0/5] add different OF board fixups Oleksij Rempel
2022-04-27 12:14 ` [PATCH v3 1/5] common: add $global.serial_number with device tree fixup Oleksij Rempel
2022-04-28 12:59 ` Jules Maselbas
2022-04-28 13:16 ` Ulrich Ölmann
2022-04-29 4:52 ` Oleksij Rempel [this message]
2022-04-29 7:35 ` Sascha Hauer
2022-04-27 12:14 ` [PATCH v3 2/5] ARM: boards: protonic-imx6: make use of barebox_set_serial_number() Oleksij Rempel
2022-04-27 12:14 ` [PATCH v3 3/5] of: add generic of_fixup_machine_compatible() Oleksij Rempel
2022-04-29 8:07 ` Sascha Hauer
2022-04-27 12:14 ` [PATCH v3 4/5] ARM: boards: skov-imx6: make use of of_fixup_machine_compatible() Oleksij Rempel
2022-04-27 12:14 ` [PATCH v3 5/5] ARM: boards: protonic-imx6: add HW revision specific machine compatible Oleksij Rempel
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=20220429045256.GA11450@pengutronix.de \
--to=o.rempel@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=u.oelmann@pengutronix.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