]> git.sur5r.net Git - u-boot/commit
binman: Add support for adding a name prefix to entries
authorSimon Glass <sjg@chromium.org>
Fri, 1 Jun 2018 15:38:21 +0000 (09:38 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 7 Jun 2018 19:25:08 +0000 (11:25 -0800)
commitc8d48efb2b373dc6893e7e9f2f6aaefe5d194719
tree6f3b8315fc2e6fc02c1eede703a804162e7d044e
parent3b0c3821d6401106cc873a6c27a8ee31a8d466a4
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>
tools/binman/README
tools/binman/bsection.py
tools/binman/entry.py
tools/binman/ftest.py
tools/binman/test/56_name_prefix.dts [new file with mode: 0644]