[U-Boot] [PATCH v2 11/12] binman: Add support for adding a name prefix to entries

Simon Glass sjg at chromium.org
Thu Jun 7 23:51:53 UTC 2018


On 1 June 2018 at 07:38, Simon Glass <sjg at 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 at 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


More information about the U-Boot mailing list