[PATCH 16/24] binman: Move entry-data collection into a Entry method
Simon Glass
sjg at chromium.org
Wed Feb 23 03:34:56 CET 2022
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 <sjg at 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!
More information about the U-Boot
mailing list