From: Fabian Pflug <f.pflug@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Jonas Rebmann <jre@pengutronix.de>,
BAREBOX <barebox@lists.infradead.org>
Subject: Re: [PATCH v2 2/2] i.MX: HAB: update text for HABV4_CSF_UNLOCK_UID
Date: Wed, 22 Apr 2026 09:49:19 +0200 [thread overview]
Message-ID: <8f2f329f61a52d27ecc365dfbb83986fa99e6ee5.camel@pengutronix.de> (raw)
In-Reply-To: <aeh8E8taV-bxPoK_@pengutronix.de>
What about TLV data?
There to use the SOC_UID, the value printed during boot has to be reveresed, or if not on i.MX6/8, then I have no idea
how the field looks like, but soc_uid_hex, would always give the right value in the right format.
I can add a new version with the linux examples included, but would still like to establish the soc_uid_hex value or
change the content of soc_uid to what is currently in soc_uid_hex.
Kind regards
Fabian Pflug
On Wed, 2026-04-22 at 09:43 +0200, Sascha Hauer wrote:
> Hi Fabian,
>
> On Wed, Apr 15, 2026 at 01:10:22PM +0200, Fabian Pflug wrote:
> > With the establishment of global.soc_uid_hex, there is no need to look
> > for the serial number and reverse it.
> >
> > Also some SoC's will have 128-bit UID's, so the hint to 64-bit is not
> > correct and should be removed.
> >
> > Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
> > ---
> > arch/arm/mach-imx/Kconfig | 11 +++--------
> > 1 file changed, 3 insertions(+), 8 deletions(-)
> >
> > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> > index 2e4d1ac80a..cb77d0d5b6 100644
> > --- a/arch/arm/mach-imx/Kconfig
> > +++ b/arch/arm/mach-imx/Kconfig
> > @@ -918,17 +918,12 @@ config HABV4_CSF_UNLOCK_UID
> > depends on HABV4 && HABV4_CSF_UNLOCK_FIELD_RETURN
> > string "CSF Unlock UID"
> > help
> > - Device specific 64-bit UID required to unlock the field-return
> > + Device specific UID required to unlock the field-return
> > feature. This value must match the per device UNIQUE_ID fuses.
> >
> > The below example shows the expected format. The UNIQUE_ID is
> > - printed during boot by barebox:
> > - i.MX___ unique ID: 7766554433221100
> > - or it can be queried by Linux via:
> > - - cat /sys/devices/soc0/serial_number
> > - 7766554433221100
>
> I don't think we should remove this. For some people it might be more
> convenient to read the SoC UID from Linux or to parse it from the
> barebox console log.
>
> > -
> > - So this value have to be set:
> > + stored in $global.soc_uid_hex, but must be split into bytes.
> > + The soc_uid_hex 0011223344556677 becomes:
> > - 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77
>
> By using soc_uid_hex we no longer have to reverse the byte order, but
> still have to reformat it (split into bytes, add 0x and comma). I think
> this little convenience gain is not worth the change really.
>
> Sascha
next prev parent reply other threads:[~2026-04-22 7:49 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-15 11:10 [PATCH v2 0/2] Add additional globalvar for soc_uid Fabian Pflug
2026-04-15 11:10 ` [PATCH v2 1/2] common: misc: add soc_uid_hex to globalvar Fabian Pflug
2026-04-15 11:14 ` Jonas Rebmann
2026-04-22 7:56 ` Sascha Hauer
2026-04-22 8:14 ` Fabian Pflug
2026-04-22 8:25 ` Sascha Hauer
2026-04-22 8:52 ` Fabian Pflug
2026-04-22 9:16 ` Sascha Hauer
2026-04-22 9:19 ` Fabian Pflug
2026-04-22 9:38 ` Sascha Hauer
2026-04-15 11:10 ` [PATCH v2 2/2] i.MX: HAB: update text for HABV4_CSF_UNLOCK_UID Fabian Pflug
2026-04-15 11:14 ` Jonas Rebmann
2026-04-22 7:43 ` Sascha Hauer
2026-04-22 7:49 ` Fabian Pflug [this message]
2026-04-22 9:47 ` Jonas Rebmann
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=8f2f329f61a52d27ecc365dfbb83986fa99e6ee5.camel@pengutronix.de \
--to=f.pflug@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=jre@pengutronix.de \
--cc=s.hauer@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