mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] sandbox: enable keytoc in hosttools_defconfig
@ 2026-07-30 12:53 Thomas Bonnefille
  0 siblings, 0 replies; only message in thread
From: Thomas Bonnefille @ 2026-07-30 12:53 UTC (permalink / raw)
  To: Sascha Hauer, open list:BAREBOX
  Cc: Thomas Petazzoni, Miquèl Raynal, Thomas Bonnefille

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>




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30 12:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 12:53 [PATCH] sandbox: enable keytoc in hosttools_defconfig Thomas Bonnefille

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox