]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Allow using an an 'expanded' entry type
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:25:04 +0000 (20:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commitb35fb179364decef1f564b5667b99af65dd0402a
tree62c0911fae771458b1b75bf6d9a648321dc5c3d3
parent5187b806175a357b9e3dca247a1cb8f62a927c03
binman: Allow using an an 'expanded' entry type

As the first step in supporting expanded entries, add a way for binman to
automatically select an 'expanded' version of an entry type, if requested.
This is controlled by a class method.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/binman/entry_test.py