mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Thomas Bonnefille <thomas.bonnefille@bootlin.com>
To: Sascha Hauer <s.hauer@pengutronix.de>,
	 "open list:BAREBOX" <barebox@lists.infradead.org>
Cc: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	"Miquèl Raynal" <miquel.raynal@bootlin.com>,
	"Thomas Bonnefille" <thomas.bonnefille@bootlin.com>
Subject: [PATCH] sandbox: enable keytoc in hosttools_defconfig
Date: Thu, 30 Jul 2026 14:53:20 +0200	[thread overview]
Message-ID: <20260730-add-keytoc-to-hosttools-v1-1-e657e5f1b36b@bootlin.com> (raw)

keytoc generates a C representation of a cryptographic key from a PEM
file. This is useful to embed a key in barebox, for example for secure
boot when barebox needs to verify the next boot stage.

Enable CONFIG_KEYTOC in hosttools_defconfig, as this defconfig is meant
to build the useful host tools provided by barebox.

Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com>
---
 arch/sandbox/configs/hosttools_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sandbox/configs/hosttools_defconfig b/arch/sandbox/configs/hosttools_defconfig
index 22b50ab08a..dc335a6c33 100644
--- a/arch/sandbox/configs/hosttools_defconfig
+++ b/arch/sandbox/configs/hosttools_defconfig
@@ -6,3 +6,4 @@ CONFIG_MVEBU_HOSTTOOLS=y
 CONFIG_OMAP3_USB_LOADER=y
 CONFIG_OMAP4_HOSTTOOL_USBBOOT=y
 CONFIG_RK_USB_LOADER=y
+CONFIG_KEYTOC=y

---
base-commit: 11e39e515f94fca224c799c85e712643316db762
change-id: 20260730-add-keytoc-to-hosttools-f7b9e15c2c57

Best regards,
--  
Thomas Bonnefille <thomas.bonnefille@bootlin.com>




                 reply	other threads:[~2026-07-30 12:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20260730-add-keytoc-to-hosttools-v1-1-e657e5f1b36b@bootlin.com \
    --to=thomas.bonnefille@bootlin.com \
    --cc=barebox@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=s.hauer@pengutronix.de \
    --cc=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox