All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix dumpimage for fit images
@ 2022-01-10 17:48 Stefan Eichenberger
  2022-01-10 17:48 ` [PATCH 1/2] tools/fitimage: remove redundant format check Stefan Eichenberger
  2022-01-10 17:48 ` [PATCH 2/2] tools/fitimage: make sure dumpimage still works when "@" are detected Stefan Eichenberger
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Eichenberger @ 2022-01-10 17:48 UTC (permalink / raw)
  To: devel-sven, mr.nuke.me, sjg; +Cc: u-boot

dumpimage does not work properly when an image includes "@" because
signing would fail. However, this should be supported because it is
enabled by default (even when signing is disabled). This patch series
tries to fix this by just printing a warning instead of failing
completely.

Stefan Eichenberger (2):
  tools/fitimage: remove redundant format check
  tools/fitimage: make sure dumpimage still works when "@" are detected

 tools/fit_common.c | 12 ++++++++++--
 tools/fit_image.c  |  5 -----
 2 files changed, 10 insertions(+), 7 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-01-24 16:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 17:48 [PATCH 0/2] fix dumpimage for fit images Stefan Eichenberger
2022-01-10 17:48 ` [PATCH 1/2] tools/fitimage: remove redundant format check Stefan Eichenberger
2022-01-21 15:20   ` Simon Glass
2022-01-24 16:53   ` Tom Rini
2022-01-10 17:48 ` [PATCH 2/2] tools/fitimage: make sure dumpimage still works when "@" are detected Stefan Eichenberger
2022-01-21 15:20   ` Simon Glass
2022-01-24 16:53   ` Tom Rini

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.