commit | 189f291914cb867f8782d7224a1073d6e17fc800 | [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 | 3d4333829388db834e6f0945bbefc837da590d78 [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>