-
- Downloads
binman: Add support for adding a name prefix to entries
Sometimes we have several sections which repeat the same entries (e.g. for
a read-only and read-write version of the same section). It is useful to
be able to tell these entries apart by name.
Add a new 'name-prefix' property for sections, which causes all entries
within that section to have a given name prefix.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- tools/binman/README 8 additions, 0 deletionstools/binman/README
- tools/binman/bsection.py 7 additions, 1 deletiontools/binman/bsection.py
- tools/binman/entry.py 11 additions, 2 deletionstools/binman/entry.py
- tools/binman/ftest.py 10 additions, 0 deletionstools/binman/ftest.py
- tools/binman/test/56_name_prefix.dts 30 additions, 0 deletionstools/binman/test/56_name_prefix.dts
Loading
Please register or sign in to comment