public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] mkimage: also honour -B even without external data
@ 2023-09-19 11:37 Rasmus Villemoes
  2023-09-19 11:37 ` [PATCH 1/4] " Rasmus Villemoes
                   ` (4 more replies)
  0 siblings, 5 replies; 34+ messages in thread
From: Rasmus Villemoes @ 2023-09-19 11:37 UTC (permalink / raw)
  To: u-boot; +Cc: Simon Glass, Alper Nebi Yasak, Kever Yang, Rasmus Villemoes

I was surprised to discover that mkimage effectively ignores -B when
used by itself - the help text suggests otherwise, and it's a
completely reasonable thing to have.

Also, binman already translates a fit,align property into a -B
argument, without requiring fit,external-offset to be set.

Rasmus Villemoes (4):
  mkimage: also honour -B even without external data
  binman: test: rename 275_fit_align.dts -> 275_fit_align_external.dts
  tools: binman: add test case for fit,align without fit,external-offset
  binman: update documentation for fit,align property

 tools/binman/entries.rst                      |  5 +-
 tools/binman/ftest.py                         | 14 ++++-
 ...t_align.dts => 275_fit_align_external.dts} |  0
 tools/binman/test/311_fit_align.dts           | 58 +++++++++++++++++++
 tools/fit_image.c                             | 40 +++++++++++++
 5 files changed, 112 insertions(+), 5 deletions(-)
 rename tools/binman/test/{275_fit_align.dts => 275_fit_align_external.dts} (100%)
 create mode 100644 tools/binman/test/311_fit_align.dts

-- 
2.37.2


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

end of thread, other threads:[~2023-11-07  7:33 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19 11:37 [PATCH 0/4] mkimage: also honour -B even without external data Rasmus Villemoes
2023-09-19 11:37 ` [PATCH 1/4] " Rasmus Villemoes
2023-09-21  1:02   ` Simon Glass
2023-09-21  7:57     ` Rasmus Villemoes
2023-09-22 15:26       ` Simon Glass
2023-09-25  8:47         ` Rasmus Villemoes
2023-09-25 13:10           ` Simon Glass
2023-09-25 13:25             ` Rasmus Villemoes
2023-09-27 19:02   ` Sean Anderson
2023-09-28  7:10     ` Rasmus Villemoes
2023-09-29 13:16       ` Sean Anderson
2023-11-04 19:43         ` Simon Glass
2023-11-06  8:15           ` Rasmus Villemoes
2023-09-19 11:37 ` [PATCH 2/4] binman: test: rename 275_fit_align.dts -> 275_fit_align_external.dts Rasmus Villemoes
2023-09-21  1:02   ` Simon Glass
2023-09-19 11:37 ` [PATCH 3/4] tools: binman: add test case for fit, align without fit, external-offset Rasmus Villemoes
2023-09-21  1:03   ` Simon Glass
2023-09-19 11:37 ` [PATCH 4/4] binman: update documentation for fit,align property Rasmus Villemoes
2023-09-21  1:03   ` Simon Glass
2023-09-25 15:14   ` Jonas Karlman
2023-09-26  6:25     ` Rasmus Villemoes
2023-09-27 14:19       ` Simon Glass
2023-09-28  8:02 ` [PATCH 5/4] mkimage: update man page and -h output Rasmus Villemoes
2023-10-02  1:17   ` Simon Glass
2023-10-11 18:37   ` Tom Rini
2023-10-11 19:07     ` Rasmus Villemoes
2023-10-11 19:33       ` Tom Rini
2023-10-12  2:40         ` Simon Glass
2023-10-12  2:17       ` Sean Anderson
2023-10-12 12:02         ` Tom Rini
2023-10-13 18:30         ` Rasmus Villemoes
2023-11-07  0:46           ` Sean Anderson
2023-11-07  7:30             ` Rasmus Villemoes
2023-11-07  7:33               ` Rasmus Villemoes

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