]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Move entry-data collection into a Entry method
authorSimon Glass <sjg@chromium.org>
Tue, 8 Feb 2022 18:50:00 +0000 (11:50 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Feb 2022 17:05:44 +0000 (10:05 -0700)
commit75db1f61e6730740d5a94cec4b4ff29f40aa26a5
tree560a1b99c6ee28b7b2dd3a5935402d908ee1e9d9
parent4c97414a9ed3c61bb24a3db33cfd9212b5f5dac3
binman: Move entry-data collection into a Entry method

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@chromium.org>
tools/binman/binman.rst
tools/binman/entry.py
tools/binman/etype/mkimage.py