On 08/02/2022 21:50, Simon Glass wrote: > Collecting the data from a list of entries and putting it in a file is > a useful operation that will be needed by other entry types. Put this into > a method in the Entry class. > > Add some documentation about how to collect data for an entry type. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > tools/binman/binman.rst | 86 +++++++++++++++++++++++++++++++++++ > tools/binman/entry.py | 28 ++++++++++++ > tools/binman/etype/mkimage.py | 14 ++---- > 3 files changed, 118 insertions(+), 10 deletions(-) > Applied to u-boot-dm, thanks!
- [PATCH 12/24] WIP: binman: Add support for OP-TEE Simon Glass
- [PATCH 15/24] binman: Add a ELF test file with disjoint t... Simon Glass
- [PATCH 17/24] binman: fit: Refactor to reduce function si... Simon Glass
- Re: [PATCH 17/24] binman: fit: Refactor to reduce fu... Alper Nebi Yasak
- Re: [PATCH 17/24] binman: fit: Refactor to reduce fu... Simon Glass
- [PATCH 16/24] binman: Move entry-data collection into a E... Simon Glass
- Re: [PATCH 16/24] binman: Move entry-data collection... Alper Nebi Yasak
- Re: [PATCH 16/24] binman: Move entry-data collection... Simon Glass
- [PATCH 18/24] binman: Tidy up the docs a little with fit Simon Glass
- [PATCH 19/24] binman: Allow different operations in FIT g... Simon Glass
- [PATCH 21/24] rockchip: Include binman script in 64-bit b... Simon Glass
- [PATCH 20/24] binman: Support splitting an ELF file into ... Simon Glass
- Re: [PATCH 20/24] binman: Support splitting an ELF f... Alper Nebi Yasak
- Re: [PATCH 20/24] binman: Support splitting an E... Simon Glass
- Re: [PATCH 20/24] binman: Support splitting ... Alper Nebi Yasak
- Re: [PATCH 20/24] binman: Support splitt... Simon Glass
- [PATCH 22/24] rockchip: Support building the all output f... Simon Glass