binman: Rename ExpandEntries to gen_entries
authorSimon Glass <sjg@chromium.org>
Sun, 6 Mar 2022 03:19:00 +0000 (20:19 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:25 +0000 (19:24 -0600)
commitc9ee33ac974b5ca2a818a1b0d684d5d27675b9a4
treec1795b4a34ff81bbff6e2d7f49adfdb934a057e7
parent80a66ae646eec82f4650bfc40f609584ba4bcebd
binman: Rename ExpandEntries to gen_entries

Leave the 'expand' term for use by entry types which have an expanded
version of themselves. Rename this method to indicate that it generates
subentries.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
tools/binman/control.py
tools/binman/entry.py
tools/binman/etype/blob_phase.py
tools/binman/etype/files.py
tools/binman/etype/section.py