commit | e19157868a74528b2cc7c25b0dcdbc32016ac59c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 21 18:24:31 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 16:26:48 2021 +1300 |
tree | f848d1a376d44180ce736afba75c34bc0f2b4b67 | |
parent | 7098b7f24474a11a57f5664e0ff72127e303ee3b [diff] |
binman: Add support for a collection of entries The vblock entry type includes code to collect the data from a number of other entries (not necessarily subentries) and concatenating it. This is a useful feature for other entry types. Make it a base class, so that vblock can use it, along with other entry types. Signed-off-by: Simon Glass <sjg@chromium.org>