]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite24e96a3ee942906c54366e5a3df5e4d844f9be8
treeef42056d96d7eb43b2b9b0535eb7944240adfacb
parent5fbd5ebc633cdcee7873c13c1f1d947b4a2e1c98
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]