
23 Feb
2022
23 Feb
'22
3:34 a.m.
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@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!