All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] binman: Various minor fixes and improvement
@ 2021-01-07  4:35 Simon Glass
  2021-01-07  4:35 ` [PATCH 01/10] dtoc: binman: Drop Python 2 code Simon Glass
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Simon Glass @ 2021-01-07  4:35 UTC (permalink / raw)
  To: u-boot

This series includes a number of minor fixes and improvements identified
while trying out Chrome OS verified boot on it.

These were not apparent without this real-world testing, but all are
deficiencies in one way or another.


Simon Glass (10):
  dtoc: binman: Drop Python 2 code
  patman: Correct lz4 compression parameters
  binman: Update the TODO list
  binman: Show the size when writing entries
  binman: Fix a few file comments
  binman: Support finding symbols in sub-sections
  binman: Support reading an image with entry args
  binman: Allow vblock to include devicetree blobs
  binman: Support alignment of files
  binman: Allow for skip_at_start when reading entries

 tools/binman/README                       |   3 +-
 tools/binman/control.py                   |   3 +-
 tools/binman/elf.py                       |   3 +-
 tools/binman/elf_test.py                  |   4 +-
 tools/binman/entry.py                     |   3 +-
 tools/binman/etype/blob.py                |   4 +
 tools/binman/etype/files.py               |   4 +
 tools/binman/etype/section.py             |  66 +++++++++++--
 tools/binman/etype/u_boot_spl_bss_pad.py  |   1 -
 tools/binman/etype/u_boot_spl_nodtb.py    |   2 +-
 tools/binman/etype/vblock.py              |  15 ++-
 tools/binman/fmap_util.py                 |   4 +-
 tools/binman/ftest.py                     | 110 +++++++++++++++++++++-
 tools/binman/image.py                     |  62 ++++++++++--
 tools/binman/state.py                     |  10 ++
 tools/binman/test/084_files.dts           |   2 +-
 tools/binman/test/187_symbols_sub.dts     |  22 +++++
 tools/binman/test/188_image_entryarg.dts  |  21 +++++
 tools/binman/test/189_vblock_content.dts  |  31 ++++++
 tools/binman/test/190_files_align.dts     |  12 +++
 tools/binman/test/191_read_image_skip.dts |  23 +++++
 tools/dtoc/fdt.py                         |  15 ++-
 tools/dtoc/test_fdt.py                    |   6 ++
 tools/patman/tools.py                     |   3 +-
 24 files changed, 393 insertions(+), 36 deletions(-)
 create mode 100644 tools/binman/test/187_symbols_sub.dts
 create mode 100644 tools/binman/test/188_image_entryarg.dts
 create mode 100644 tools/binman/test/189_vblock_content.dts
 create mode 100644 tools/binman/test/190_files_align.dts
 create mode 100644 tools/binman/test/191_read_image_skip.dts

-- 
2.29.2.729.g45daf8777d-goog

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

end of thread, other threads:[~2021-01-23 17:27 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07  4:35 [PATCH 00/10] binman: Various minor fixes and improvement Simon Glass
2021-01-07  4:35 ` [PATCH 01/10] dtoc: binman: Drop Python 2 code Simon Glass
2021-01-07  4:35 ` [PATCH 02/10] patman: Correct lz4 compression parameters Simon Glass
2021-01-07  4:35 ` [PATCH 03/10] binman: Update the TODO list Simon Glass
2021-01-07  4:35 ` [PATCH 04/10] binman: Show the size when writing entries Simon Glass
2021-01-07  4:35 ` [PATCH 05/10] binman: Fix a few file comments Simon Glass
2021-01-07  4:35 ` [PATCH 06/10] binman: Support finding symbols in sub-sections Simon Glass
2021-01-07  4:35 ` [PATCH 07/10] binman: Support reading an image with entry args Simon Glass
2021-01-07  4:35 ` [PATCH 08/10] binman: Allow vblock to include devicetree blobs Simon Glass
2021-01-07  4:35 ` [PATCH 09/10] binman: Support alignment of files Simon Glass
2021-01-07  4:35 ` [PATCH 10/10] binman: Allow for skip_at_start when reading entries Simon Glass
2021-01-23 17:27 ` Simon Glass
2021-01-23 17:27 ` [PATCH 09/10] binman: Support alignment of files Simon Glass
2021-01-23 17:27 ` [PATCH 08/10] binman: Allow vblock to include devicetree blobs Simon Glass
2021-01-23 17:27 ` [PATCH 07/10] binman: Support reading an image with entry args Simon Glass
2021-01-23 17:27 ` [PATCH 05/10] binman: Fix a few file comments Simon Glass
2021-01-23 17:27 ` [PATCH 06/10] binman: Support finding symbols in sub-sections Simon Glass
2021-01-23 17:27 ` [PATCH 04/10] binman: Show the size when writing entries Simon Glass
2021-01-23 17:27 ` [PATCH 03/10] binman: Update the TODO list Simon Glass
2021-01-23 17:27 ` [PATCH 02/10] patman: Correct lz4 compression parameters Simon Glass
2021-01-23 17:27 ` [PATCH 01/10] dtoc: binman: Drop Python 2 code Simon Glass

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.