
On 1 June 2018 at 07:38, Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Add SPDX tag to .dts file
tools/binman/README | 8 ++++++++ tools/binman/bsection.py | 8 +++++++- tools/binman/entry.py | 13 ++++++++++-- tools/binman/ftest.py | 10 ++++++++++ tools/binman/test/56_name_prefix.dts | 30 ++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 3 deletions(-) create mode 100644 tools/binman/test/56_name_prefix.dts
Applied to u-boot-dm