[U-Boot] [PATCH v2 01/12] binman: Allow unit addresses for binaries
Simon Glass
sjg at chromium.org
Thu Jun 7 23:49:21 UTC 2018
On 1 June 2018 at 07:38, Simon Glass <sjg at chromium.org> wrote:
> Allow the same binary to appear multiple times in an image by using the
> device-tree unit-address feature (u-boot at 0, u-boot at 1).
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Add SPDX tag to .dts file
>
> tools/binman/README | 4 ++++
> tools/binman/etype/entry.py | 5 +++++
> tools/binman/ftest.py | 5 +++++
> tools/binman/test/54_unit_address.dts | 15 +++++++++++++++
> 4 files changed, 29 insertions(+)
> create mode 100644 tools/binman/test/54_unit_address.dts
Applied to u-boot-dm
More information about the U-Boot
mailing list