]> git.baikalelectronics.ru Git - uboot.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)
commit24f7d15e6a056492e398547e7ed4f5c246cadefa
tree62c0911fae771458b1b75bf6d9a648321dc5c3d3
parent056e0e642c76d9d8901a2b8ce340dcf063afe28b
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