binman: Support updating section contents
authorSimon Glass <sjg@chromium.org>
Fri, 3 Mar 2023 00:02:44 +0000 (17:02 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 21:15:14 +0000 (13:15 -0800)
commit7caa372a5e41cadd3903165fb26a4b1e0268edbc
treeef42056d96d7eb43b2b9b0535eb7944240adfacb
parent033828cf34e11776913298385efac406de89dd08
binman: Support updating section contents

Implement this feature since it is useful for updating FITs within an
image.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.rst
tools/binman/control.py
tools/binman/entry.py
tools/binman/etype/atf_fip.py
tools/binman/etype/cbfs.py
tools/binman/etype/fit.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/test/277_replace_fit_sibling.dts [new file with mode: 0644]
tools/binman/test/278_replace_section_deep.dts [new file with mode: 0644]