commit | 6fba35c7b2f88da276fd28711976c12b46b4258d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 08 11:50:00 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 22 10:05:44 2022 -0700 |
tree | 560a1b99c6ee28b7b2dd3a5935402d908ee1e9d9 | |
parent | 167070aaa6bd01650141cdfbeb794e89967c4cfc [diff] |
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>