]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Support overlapping entries
authorSimon Glass <sjg@chromium.org>
Wed, 11 Jan 2023 23:10:16 +0000 (16:10 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 21:55:41 +0000 (14:55 -0700)
commit9766f69c98c2aa056d0518a9545f9e89484e9172
tree6b2150de16450fbef274b84167c05416153ede6b
parent97fb8081ec0c8009ff5e70c054e8ece08e4465ed
binman: Support overlapping entries

In some cases it is useful to have an entry overlap with another in a
section, either to update the contents within a blob, or to add an entry
to the fdtmap that covers only part of the blob.

Add support for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.rst
tools/binman/entry.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/test/269_overlap.dts [new file with mode: 0644]
tools/binman/test/270_overlap_null.dts [new file with mode: 0644]
tools/binman/test/271_overlap_bad.dts [new file with mode: 0644]
tools/binman/test/272_overlap_no_size.dts [new file with mode: 0644]