From: Jonas Rebmann <jre@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>,
BAREBOX <barebox@lists.infradead.org>
Cc: Jonas Rebmann <jre@pengutronix.de>
Subject: [PATCH v3 0/2] Bind TLV to SoC-UID register value
Date: Tue, 20 Jan 2026 17:11:10 +0100 [thread overview]
Message-ID: <20260120-tlv_bind_serial-v3-0-91db0e4b07fb@pengutronix.de> (raw)
This series includes a mechanism for binding a TLV to a specific unit
via the units SoC unique ID. This is to prevent interchange of the TLV
in question between unit, which may be needed in certain secure boot
scenarios.
As this is the first TLV field using a raw binary field, include support
for such a field type in the bareboxtlv-generator.
Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
---
Changes in v3:
- Switch to using barebox_get_soc_uid_bin instead of comparing string
representations, update comments accordingly
- Include bareboxtlv-generator support for binary fields
- Print expected/found SoC uids as eror on mismatch
- Don't mix dashes and underscores in property name
- Link to v2: https://lore.barebox.org/barebox/20251117-tlv_bind_serial-v2-1-60c7b1e3e81b@pengutronix.de
Changes in v2:
- Switch to using barebox_get_soc_uid and rename and reword everything
accordingly (serial number -> soc uid)
- Init tlv_register_default as late_initcall instead of device_initcall
- Link to v1: https://lore.barebox.org/barebox/20251112-tlv_bind_serial-v1-1-638cf222553a@pengutronix.de
---
Jonas Rebmann (2):
tlv: Add tlv_bind_soc_uid mapping
bareboxtlv-generator: add raw "bytes"-format
common/tlv/barebox.c | 25 +++++++++++++++++++++-
include/tlv/tlv.h | 1 +
.../bareboxtlv-generator/bareboxtlv-generator.py | 14 ++++++++++++
3 files changed, 39 insertions(+), 1 deletion(-)
---
base-commit: 0024921364eb4c8bc8089fdc198440b0d67a239f
change-id: 20251112-tlv_bind_serial-b8b24a6fd4a0
Best regards,
--
Jonas Rebmann <jre@pengutronix.de>
next reply other threads:[~2026-01-20 16:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-20 16:11 Jonas Rebmann [this message]
2026-01-20 16:11 ` [PATCH v3 1/2] tlv: Add tlv_bind_soc_uid mapping Jonas Rebmann
2026-01-20 16:11 ` [PATCH v3 2/2] bareboxtlv-generator: add raw "bytes"-format 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=20260120-tlv_bind_serial-v3-0-91db0e4b07fb@pengutronix.de \
--to=jre@pengutronix.de \
--cc=barebox@lists.infradead.org \
--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