All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fix host tools build without LIBCRYPTO support
@ 2023-01-21 15:47 Paul-Erwan Rio
  2023-01-21 15:47 ` [PATCH v1 1/2] tools: kwbimage: disable secure boot " Paul-Erwan Rio
  2023-01-21 15:47 ` [PATCH v1 2/2] tools: fix " Paul-Erwan Rio
  0 siblings, 2 replies; 11+ messages in thread
From: Paul-Erwan Rio @ 2023-01-21 15:47 UTC (permalink / raw)
  To: u-boot
  Cc: Simon Glass, Paul-Erwan Rio, AKASHI Takahiro, Andre Przywara,
	Fabio Estevam, Heinrich Schuchardt, Jan Kiszka, Mamta Shukla,
	Marek Behun, Mark Kettenis, Mikhail Ilin, Pali Rohar,
	Philippe Reynes, Sean Anderson, Stefan Eichenberger, Stefan Roese,
	Steven Lawrance, Thomas Haemmerle


A target-independent configuration exists to enable/disable crypto feature
when building the host tools. But the crypto-free build is broken.


Paul-Erwan Rio (2):
  tools: kwbimage: disable secure boot build without LIBCRYPTO support
  tools: fix build without LIBCRYPTO support

 include/image.h    |  2 +-
 tools/Kconfig      |  1 +
 tools/fit_image.c  |  2 +-
 tools/image-host.c |  2 ++
 tools/kwbimage.c   | 18 ++++++++++++++++++
 tools/mkimage.c    |  5 +++--
 6 files changed, 26 insertions(+), 4 deletions(-)

-- 
2.39.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-12-13 15:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-21 15:47 [PATCH v1 0/2] Fix host tools build without LIBCRYPTO support Paul-Erwan Rio
2023-01-21 15:47 ` [PATCH v1 1/2] tools: kwbimage: disable secure boot " Paul-Erwan Rio
2023-01-21 15:56   ` Pali Rohar
2023-01-21 16:08     ` Paul-Erwan RIO
2023-01-21 16:21       ` Pali Rohar
2023-01-21 16:31         ` Paul-Erwan RIO
2023-01-21 16:35           ` Pali Rohar
2023-01-21 16:40             ` Paul-Erwan RIO
2023-01-21 15:47 ` [PATCH v1 2/2] tools: fix " Paul-Erwan Rio
2023-01-23 18:50   ` Simon Glass
2023-12-13 15:38   ` Alexander Dahl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.