]> git.baikalelectronics.ru Git - uboot.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)
commitafc79c96c5d6d7a01f4114eeef17809c8ead5148
tree6b2150de16450fbef274b84167c05416153ede6b
parent2041308aec01bd76fb399a40e68cf9ce76b5e88e
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]